merged master
[lhc/web/wiklou.git] / languages / messages / MessagesZh_cn.php
1 <?php
2 /** Chinese (China) (‪中文(中国大陆)‬)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Liangent
11 * @author PhiLiP
12 * @author Shizhao
13 * @author Wong128hk
14 * @author Xiaomingyan
15 */
16
17 # Inherit everything for now
18 $fallback = 'zh-hans';
19
20 $messages = array(
21 # User preference toggles
22 'tog-norollbackdiff' => '进行回退后略过差异比较',
23
24 'mytalk' => '我的讨论页',
25
26 # 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).
27 'portal' => '社区专页',
28
29 # Edit pages
30 'editing' => '正在编辑 $1',
31
32 );