]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into inline-comments
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / zh_CN / LC_MESSAGES / Blacklist.po
1 # Translation of StatusNet - Blacklist to Simplified Chinese (‪中文(简体)‬)
2 # Exported from translatewiki.net
3 #
4 # Author: Chenxiaoqino
5 # Author: Hydra
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - Blacklist\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2011-01-29 21:45+0000\n"
14 "PO-Revision-Date: 2011-01-29 21:49:23+0000\n"
15 "Language-Team: Simplified Chinese <http://translatewiki.net/wiki/Portal:zh-"
16 "hans>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "X-POT-Import-Date: 2011-01-14 13:18:31+0000\n"
20 "X-Generator: MediaWiki 1.18alpha (r81195); Translate extension (2010-09-17)\n"
21 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
22 "X-Language-Code: zh-hans\n"
23 "X-Message-Group: #out-statusnet-plugin-blacklist\n"
24 "Plural-Forms: nplurals=1; plural=0;\n"
25
26 #. TRANS: Validation failure for URL. %s is the URL.
27 #: BlacklistPlugin.php:149
28 #, php-format
29 msgid "You may not register with homepage \"%s\"."
30 msgstr "您不可以注册与主页\"%s\"。"
31
32 #. TRANS: Validation failure for nickname. %s is the nickname.
33 #: BlacklistPlugin.php:160
34 #, php-format
35 msgid "You may not register with nickname \"%s\"."
36 msgstr "您不可以注册绰号\"%s\"。"
37
38 #. TRANS: Validation failure for URL. %s is the URL.
39 #: BlacklistPlugin.php:185
40 #, php-format
41 msgid "You may not use homepage \"%s\"."
42 msgstr "您不可以使用 \"%s\" 当主页。"
43
44 #. TRANS: Validation failure for nickname. %s is the nickname.
45 #: BlacklistPlugin.php:196
46 #, php-format
47 msgid "You may not use nickname \"%s\"."
48 msgstr "您不可以使用 \"%s\" 的昵称。"
49
50 #. TRANS: Validation failure for URL. %s is the URL.
51 #: BlacklistPlugin.php:239
52 #, php-format
53 msgid "You may not use URL \"%s\" in notices."
54 msgstr "你不能在提醒中使用URL '%s'。"
55
56 #: BlacklistPlugin.php:343
57 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
58 msgstr "为被禁止的昵称和URL模板创建黑名单。"
59
60 #. TRANS: Menu item in admin panel.
61 #: BlacklistPlugin.php:381
62 msgctxt "MENU"
63 msgid "Blacklist"
64 msgstr "黑名单"
65
66 #. TRANS: Tooltip for menu item in admin panel.
67 #: BlacklistPlugin.php:383
68 msgctxt "TOOLTIP"
69 msgid "Blacklist configuration"
70 msgstr "黑名单配置"
71
72 #. TRANS: Checkbox with text label in the delete user form.
73 #: BlacklistPlugin.php:410
74 msgid "Add this nickname pattern to blacklist"
75 msgstr "向黑名单添加此昵称规则"
76
77 #. TRANS: Checkbox with text label in the delete user form.
78 #: BlacklistPlugin.php:420
79 msgid "Add this homepage pattern to blacklist"
80 msgstr "向黑名单添加此主页规则"
81
82 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
83 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
84 #: BlacklistPlugin.php:499 BlacklistPlugin.php:534
85 #, php-format
86 msgid "Users from \"%s\" blocked."
87 msgstr ""
88
89 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
90 #: BlacklistPlugin.php:510
91 #, php-format
92 msgid "Posts from nickname \"%s\" disallowed."
93 msgstr ""
94
95 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
96 #: BlacklistPlugin.php:545
97 #, php-format
98 msgid "Can't subscribe to nickname \"%s\"."
99 msgstr "昵称\"%s\"无法订阅。"
100
101 #: blacklistadminpanel.php:52
102 msgid "Blacklist"
103 msgstr "黑名单"
104
105 #: blacklistadminpanel.php:62
106 msgid "Blacklisted URLs and nicknames"
107 msgstr "黑名单中的URL和昵称"
108
109 #: blacklistadminpanel.php:174
110 msgid "Nicknames"
111 msgstr "昵称"
112
113 #: blacklistadminpanel.php:176
114 msgid "Patterns of nicknames to block, one per line"
115 msgstr "禁止的昵称规则,每行一个"
116
117 #: blacklistadminpanel.php:182
118 msgid "URLs"
119 msgstr "URL"
120
121 #: blacklistadminpanel.php:184
122 msgid "Patterns of URLs to block, one per line"
123 msgstr "禁止的URL规则,每行一个"
124
125 #: blacklistadminpanel.php:198
126 msgid "Save"
127 msgstr "保存"
128
129 #: blacklistadminpanel.php:201
130 msgid "Save site settings"
131 msgstr "保存网站设置"