summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesZh_cn.php
blob: 6e72e36b8a567fabdabb0a1884f8a6d9cfe74549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/** Chinese (China) (‪中文(中国大陆)‬)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Liangent
 * @author PhiLiP
 * @author Shizhao
 * @author Wong128hk
 * @author Xiaomingyan
 */

# Inherit everything for now
$fallback = 'zh-hans';

$messages = array(
# User preference toggles
'tog-norollbackdiff' => '进行回退后略过差异比较',

'mytalk' => '我的讨论页',

# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
'portal' => '社区专页',

# Edit pages
'editing' => '正在编辑 $1',

);