MediaWiki  REL1_22
MessagesZh_cn.php
Go to the documentation of this file.
00001 <?php
00017 # Inherit everything for now
00018 $fallback = 'zh-hans';
00019 
00020 $messages = array(
00021 # User preference toggles
00022 'tog-norollbackdiff' => '进行回退后略过差异比较',
00023 
00024 'mytalk' => '我的讨论页',
00025 
00026 # 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).
00027 'portal' => '社区专页',
00028 
00029 # Edit pages
00030 'editing' => '正在编辑 $1',
00031 
00032 );