Merge "Add two new debug log groups"
[lhc/web/wiklou.git] / languages / messages / MessagesZh_sg.php
1 <?php
2 /** Chinese (Singapore) (‪中文(新加坡)‬)
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 PhiLiP
11 * @author Shizhao
12 * @author Wong128hk
13 */
14
15 # Inherit everything for now
16 $fallback = 'zh-hans';
17
18 $messages = array(
19 # User preference toggles
20 'tog-norollbackdiff' => '进行回退后略过差异比较',
21
22 # 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).
23 'portal' => '社区入口',
24
25 # Edit pages
26 'editing' => '正在编辑 $1',
27
28 );