summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesZh_sg.php
blob: ccf83715749048a19d76b8c84d83d77574db5b40 (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
<?php
/** Chinese (Singapore) (‪中文(新加坡)‬)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author PhiLiP
 * @author Shizhao
 * @author Wong128hk
 */

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

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

# 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',

);