]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Blacklist/locale/en_GB/LC_MESSAGES/Blacklist.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / en_GB / LC_MESSAGES / Blacklist.po
index a4488b3b1d36f0a592929213bcfada0739c78afd..c7894cbe8fc05fb3ad722b28dcee8281c8a8a159 100644 (file)
@@ -3,14 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Luke Hollins <luke@farcry.ca>, 2015
 msgid ""
 msgstr ""
 "Project-Id-Version: GNU social\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
-"PO-Revision-Date: 2015-02-06 15:01+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/gnu-social/language/en_GB/)\n"
+"PO-Revision-Date: 2015-03-07 12:44+0000\n"
+"Last-Translator: Luke Hollins <luke@farcry.ca>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -21,32 +22,32 @@ msgstr ""
 #: actions/blacklistadminpanel.php:53
 msgctxt "TITLE"
 msgid "Blacklist"
-msgstr ""
+msgstr "Blacklist"
 
 #. TRANS: Instructions for blacklist plugin administration panel.
 #: actions/blacklistadminpanel.php:64
 msgid "Blacklisted URLs and nicknames"
-msgstr ""
+msgstr "Blacklisted URLs and nicknames"
 
 #. TRANS: Field label in blacklist plugin administration panel.
 #: actions/blacklistadminpanel.php:177
 msgid "Nicknames"
-msgstr ""
+msgstr "Nicknames"
 
 #. TRANS: Field title in blacklist plugin administration panel.
 #: actions/blacklistadminpanel.php:180
 msgid "Patterns of nicknames to block, one per line."
-msgstr ""
+msgstr "Patterns of nicknames to block, one per line."
 
 #. TRANS: Field label in blacklist plugin administration panel.
 #: actions/blacklistadminpanel.php:187
 msgid "URLs"
-msgstr ""
+msgstr "URLs"
 
 #. TRANS: Field title in blacklist plugin administration panel.
 #: actions/blacklistadminpanel.php:190
 msgid "Patterns of URLs to block, one per line."
-msgstr ""
+msgstr "Patterns of URLs to block, one per line."
 
 #. TRANS: Button text in blacklist plugin administration panel to save
 #. settings.
@@ -59,71 +60,71 @@ msgstr "Save"
 #. settings.
 #: actions/blacklistadminpanel.php:209
 msgid "Save site settings."
-msgstr ""
+msgstr "Save site settings."
 
 #. 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 ""
+msgstr "Unknown data type for config %1$s + %2$s."
 
 #. TRANS: Validation failure for URL. %s is the URL.
 #: BlacklistPlugin.php:132
 #, php-format
 msgid "You may not register with homepage \"%s\"."
-msgstr ""
+msgstr "You may not register with homepage \"%s\"."
 
 #. TRANS: Validation failure for nickname. %s is the nickname.
 #: BlacklistPlugin.php:143
 #, php-format
 msgid "You may not register with nickname \"%s\"."
-msgstr ""
+msgstr "You may not register with nickname \"%s\"."
 
 #. TRANS: Validation failure for URL. %s is the URL.
 #: BlacklistPlugin.php:168
 #, php-format
 msgid "You may not use homepage \"%s\"."
-msgstr ""
+msgstr "You may not use homepage \"%s\"."
 
 #. TRANS: Validation failure for nickname. %s is the nickname.
 #: BlacklistPlugin.php:179
 #, php-format
 msgid "You may not use nickname \"%s\"."
-msgstr ""
+msgstr "You may not use nickname \"%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 ""
+msgstr "You may not use URL \"%s\" in notices."
 
 #. TRANS: Plugin description.
 #: BlacklistPlugin.php:303
 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
-msgstr ""
+msgstr "Keeps a blacklist of forbidden nickname and URL patterns."
 
 #. TRANS: Menu item in admin panel.
 #: BlacklistPlugin.php:341
 msgctxt "MENU"
 msgid "Blacklist"
-msgstr ""
+msgstr "Blacklist"
 
 #. TRANS: Tooltip for menu item in admin panel.
 #: BlacklistPlugin.php:343
 msgctxt "TOOLTIP"
 msgid "Blacklist configuration."
-msgstr ""
+msgstr "Blacklist configuration."
 
 #. TRANS: Checkbox label in the blacklist user form.
 #: BlacklistPlugin.php:370
 msgid "Add this nickname pattern to blacklist"
-msgstr ""
+msgstr "Add this nickname pattern to blacklist"
 
 #. TRANS: Checkbox label in the blacklist user form.
 #: BlacklistPlugin.php:380
 msgid "Add this homepage pattern to blacklist"
-msgstr ""
+msgstr "Add this homepage pattern to blacklist"
 
 #. TRANS: Exception thrown trying to post a notice while having set a blocked
 #. homepage URL. %s is the blocked URL.
@@ -132,18 +133,18 @@ msgstr ""
 #: BlacklistPlugin.php:459 BlacklistPlugin.php:496
 #, php-format
 msgid "Users from \"%s\" are blocked."
-msgstr ""
+msgstr "Users from \"%s\" are blocked."
 
 #. 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 ""
+msgstr "Notices from nickname \"%s\" are disallowed."
 
 #. 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 ""
+msgstr "Cannot subscribe to nickname \"%s\"."