]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po
Localisation updates from http://translatewiki.net.
[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-04-27 12:36+0000\n"
14 "PO-Revision-Date: 2011-04-27 12:36:32+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-04-17 18:39:00+0000\n"
20 "X-Generator: MediaWiki 1.18alpha (r87008); Translate extension (2011-04-26)\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: Exception thrown if the Blacklist plugin configuration is incorrect.
27 #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
28 #, php-format
29 msgid "Unknown data type for config %1$s + %2$s."
30 msgstr ""
31
32 #. TRANS: Validation failure for URL. %s is the URL.
33 #, php-format
34 msgid "You may not register with homepage \"%s\"."
35 msgstr "您不可以注册与主页\"%s\"。"
36
37 #. TRANS: Validation failure for nickname. %s is the nickname.
38 #, php-format
39 msgid "You may not register with nickname \"%s\"."
40 msgstr "您不可以注册绰号\"%s\"。"
41
42 #. TRANS: Validation failure for URL. %s is the URL.
43 #, php-format
44 msgid "You may not use homepage \"%s\"."
45 msgstr "您不可以使用 \"%s\" 当主页。"
46
47 #. TRANS: Validation failure for nickname. %s is the nickname.
48 #, php-format
49 msgid "You may not use nickname \"%s\"."
50 msgstr "您不可以使用 \"%s\" 的昵称。"
51
52 #. TRANS: Validation failure for URL. %s is the URL.
53 #, php-format
54 msgid "You may not use URL \"%s\" in notices."
55 msgstr "你不能在提醒中使用URL '%s'。"
56
57 #. TRANS: Plugin description.
58 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
59 msgstr "为被禁止的昵称和URL模板创建黑名单。"
60
61 #. TRANS: Menu item in admin panel.
62 msgctxt "MENU"
63 msgid "Blacklist"
64 msgstr "黑名单"
65
66 #. TRANS: Tooltip for menu item in admin panel.
67 #, fuzzy
68 msgctxt "TOOLTIP"
69 msgid "Blacklist configuration."
70 msgstr "黑名单配置"
71
72 #. TRANS: Checkbox label in the blacklist user form.
73 msgid "Add this nickname pattern to blacklist"
74 msgstr "向黑名单添加此昵称规则"
75
76 #. TRANS: Checkbox label in the blacklist user form.
77 msgid "Add this homepage pattern to blacklist"
78 msgstr "向黑名单添加此主页规则"
79
80 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
81 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
82 #, php-format
83 msgid "Users from \"%s\" are blocked."
84 msgstr ""
85
86 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
87 #, php-format
88 msgid "Notices from nickname \"%s\" disallowed."
89 msgstr ""
90
91 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
92 #, fuzzy, php-format
93 msgid "Cannot subscribe to nickname \"%s\"."
94 msgstr "昵称\"%s\"无法订阅。"
95
96 #. TRANS: Title of blacklist plugin administration panel.
97 #, fuzzy
98 msgctxt "TITLE"
99 msgid "Blacklist"
100 msgstr "黑名单"
101
102 #. TRANS: Instructions for blacklist plugin administration panel.
103 msgid "Blacklisted URLs and nicknames"
104 msgstr "黑名单中的URL和昵称"
105
106 #. TRANS: Field label in blacklist plugin administration panel.
107 msgid "Nicknames"
108 msgstr "昵称"
109
110 #. TRANS: Field title in blacklist plugin administration panel.
111 #, fuzzy
112 msgid "Patterns of nicknames to block, one per line."
113 msgstr "禁止的昵称规则,每行一个"
114
115 #. TRANS: Field label in blacklist plugin administration panel.
116 msgid "URLs"
117 msgstr "URL"
118
119 #. TRANS: Field title in blacklist plugin administration panel.
120 #, fuzzy
121 msgid "Patterns of URLs to block, one per line."
122 msgstr "禁止的URL规则,每行一个"
123
124 #. TRANS: Button text in blacklist plugin administration panel to save settings.
125 #, fuzzy
126 msgctxt "BUTTON"
127 msgid "Save"
128 msgstr "保存"
129
130 #. TRANS: Button title in blacklist plugin administration panel to save settings.
131 #, fuzzy
132 msgid "Save site settings."
133 msgstr "保存网站设置"