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