]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Blacklist/locale/zh_CN/LC_MESSAGES/Blacklist.po
Merge branch 'master' of gitorious.org:social/mainline
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / zh_CN / LC_MESSAGES / Blacklist.po
index ac2835adff460b2832606b881185781147531297..71561bdb74f02152668bd6d305f614f30d3a78a5 100644 (file)
-# Translation of StatusNet - Blacklist to Simplified Chinese (‪中文(简体)‬)
-# Exported from translatewiki.net
-#
-# Author: Chenxiaoqino
-# Author: Hydra
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
 msgid ""
 msgstr ""
-"Project-Id-Version: StatusNet - Blacklist\n"
+"Project-Id-Version: GNU social\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:07:50+0000\n"
-"Language-Team: Simplified Chinese <https://translatewiki.net/wiki/Portal:zh-"
-"hans>\n"
+"POT-Creation-Date: 2015-02-02 17:47+0100\n"
+"PO-Revision-Date: 2015-02-07 14:33+0000\n"
+"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/gnu-social/language/zh_CN/)\n"
+"MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2012-03-01 18:55:46+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: zh-hans\n"
-"X-Message-Group: #out-statusnet-plugin-blacklist\n"
+"Language: zh_CN\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
+#. TRANS: Title of blacklist plugin administration panel.
+#: actions/blacklistadminpanel.php:53
+msgctxt "TITLE"
+msgid "Blacklist"
+msgstr "黑名单"
+
+#. TRANS: Instructions for blacklist plugin administration panel.
+#: actions/blacklistadminpanel.php:64
+msgid "Blacklisted URLs and nicknames"
+msgstr "黑名单中的URL和昵称"
+
+#. TRANS: Field label in blacklist plugin administration panel.
+#: actions/blacklistadminpanel.php:177
+msgid "Nicknames"
+msgstr "昵称"
+
+#. TRANS: Field title in blacklist plugin administration panel.
+#: actions/blacklistadminpanel.php:180
+msgid "Patterns of nicknames to block, one per line."
+msgstr ""
+
+#. TRANS: Field label in blacklist plugin administration panel.
+#: actions/blacklistadminpanel.php:187
+msgid "URLs"
+msgstr "URL"
+
+#. TRANS: Field title in blacklist plugin administration panel.
+#: actions/blacklistadminpanel.php:190
+msgid "Patterns of URLs to block, one per line."
+msgstr ""
+
+#. TRANS: Button text in blacklist plugin administration panel to save
+#. settings.
+#: actions/blacklistadminpanel.php:205
+msgctxt "BUTTON"
+msgid "Save"
+msgstr "保存"
+
+#. TRANS: Button title in blacklist plugin administration panel to save
+#. settings.
+#: actions/blacklistadminpanel.php:209
+msgid "Save site settings."
+msgstr ""
+
 #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
 #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
+#: BlacklistPlugin.php:112
 #, php-format
 msgid "Unknown data type for config %1$s + %2$s."
 msgstr ""
 
 #. TRANS: Validation failure for URL. %s is the URL.
+#: BlacklistPlugin.php:132
 #, php-format
 msgid "You may not register with homepage \"%s\"."
 msgstr "您不可以注册与主页\"%s\"。"
 
 #. TRANS: Validation failure for nickname. %s is the nickname.
+#: BlacklistPlugin.php:143
 #, php-format
 msgid "You may not register with nickname \"%s\"."
 msgstr "您不可以注册绰号\"%s\"。"
 
 #. TRANS: Validation failure for URL. %s is the URL.
+#: BlacklistPlugin.php:168
 #, php-format
 msgid "You may not use homepage \"%s\"."
 msgstr "您不可以使用 \"%s\" 当主页。"
 
 #. TRANS: Validation failure for nickname. %s is the nickname.
+#: BlacklistPlugin.php:179
 #, php-format
 msgid "You may not use nickname \"%s\"."
 msgstr "您不可以使用 \"%s\" 的昵称。"
 
 #. TRANS: Validation failure for URL. %s is the URL.
+#: BlacklistPlugin.php:222
 #, php-format
 msgid "You may not use URL \"%s\" in notices."
 msgstr "你不能在提醒中使用URL '%s'。"
 
 #. TRANS: Plugin description.
+#: BlacklistPlugin.php:303
 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
 msgstr "为被禁止的昵称和URL模板创建黑名单。"
 
 #. TRANS: Menu item in admin panel.
+#: BlacklistPlugin.php:341
 msgctxt "MENU"
 msgid "Blacklist"
 msgstr "黑名单"
 
 #. TRANS: Tooltip for menu item in admin panel.
-#, fuzzy
+#: BlacklistPlugin.php:343
 msgctxt "TOOLTIP"
 msgid "Blacklist configuration."
-msgstr "黑名单配置"
+msgstr ""
 
 #. TRANS: Checkbox label in the blacklist user form.
+#: BlacklistPlugin.php:370
 msgid "Add this nickname pattern to blacklist"
 msgstr "向黑名单添加此昵称规则"
 
 #. TRANS: Checkbox label in the blacklist user form.
+#: BlacklistPlugin.php:380
 msgid "Add this homepage pattern to blacklist"
 msgstr "向黑名单添加此主页规则"
 
-#. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
-#. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
+#. TRANS: Exception thrown trying to post a notice while having set a blocked
+#. homepage URL. %s is the blocked URL.
+#. TRANS: Client exception thrown trying to subscribe to a person with a
+#. blocked homepage or site URL. %s is the blocked URL.
+#: BlacklistPlugin.php:459 BlacklistPlugin.php:496
 #, php-format
 msgid "Users from \"%s\" are blocked."
 msgstr ""
 
-#. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
+#. TRANS: Exception thrown trying to post a notice while having a blocked
+#. nickname. %s is the blocked nickname.
+#: BlacklistPlugin.php:471
 #, php-format
 msgid "Notices from nickname \"%s\" are disallowed."
 msgstr ""
 
-#. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
-#, fuzzy, php-format
+#. TRANS: Client exception thrown trying to subscribe to a person with a
+#. blocked nickname. %s is the blocked nickname.
+#: BlacklistPlugin.php:507
+#, php-format
 msgid "Cannot subscribe to nickname \"%s\"."
-msgstr "昵称\"%s\"无法订阅。"
-
-#. TRANS: Title of blacklist plugin administration panel.
-#, fuzzy
-msgctxt "TITLE"
-msgid "Blacklist"
-msgstr "黑名单"
-
-#. TRANS: Instructions for blacklist plugin administration panel.
-msgid "Blacklisted URLs and nicknames"
-msgstr "黑名单中的URL和昵称"
-
-#. TRANS: Field label in blacklist plugin administration panel.
-msgid "Nicknames"
-msgstr "昵称"
-
-#. TRANS: Field title in blacklist plugin administration panel.
-#, fuzzy
-msgid "Patterns of nicknames to block, one per line."
-msgstr "禁止的昵称规则,每行一个"
-
-#. TRANS: Field label in blacklist plugin administration panel.
-msgid "URLs"
-msgstr "URL"
-
-#. TRANS: Field title in blacklist plugin administration panel.
-#, fuzzy
-msgid "Patterns of URLs to block, one per line."
-msgstr "禁止的URL规则,每行一个"
-
-#. TRANS: Button text in blacklist plugin administration panel to save settings.
-#, fuzzy
-msgctxt "BUTTON"
-msgid "Save"
-msgstr "保存"
-
-#. TRANS: Button title in blacklist plugin administration panel to save settings.
-#, fuzzy
-msgid "Save site settings."
-msgstr "保存网站设置"
+msgstr ""