1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-06 15:01+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Upper Sorbian (http://www.transifex.com/gnu-social/gnu-social/language/hsb/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
20 #. TRANS: Title of blacklist plugin administration panel.
21 #: actions/blacklistadminpanel.php:53
26 #. TRANS: Instructions for blacklist plugin administration panel.
27 #: actions/blacklistadminpanel.php:64
28 msgid "Blacklisted URLs and nicknames"
31 #. TRANS: Field label in blacklist plugin administration panel.
32 #: actions/blacklistadminpanel.php:177
36 #. TRANS: Field title in blacklist plugin administration panel.
37 #: actions/blacklistadminpanel.php:180
38 msgid "Patterns of nicknames to block, one per line."
41 #. TRANS: Field label in blacklist plugin administration panel.
42 #: actions/blacklistadminpanel.php:187
46 #. TRANS: Field title in blacklist plugin administration panel.
47 #: actions/blacklistadminpanel.php:190
48 msgid "Patterns of URLs to block, one per line."
51 #. TRANS: Button text in blacklist plugin administration panel to save
53 #: actions/blacklistadminpanel.php:205
58 #. TRANS: Button title in blacklist plugin administration panel to save
60 #: actions/blacklistadminpanel.php:209
61 msgid "Save site settings."
64 #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
65 #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
66 #: BlacklistPlugin.php:112
68 msgid "Unknown data type for config %1$s + %2$s."
71 #. TRANS: Validation failure for URL. %s is the URL.
72 #: BlacklistPlugin.php:132
74 msgid "You may not register with homepage \"%s\"."
77 #. TRANS: Validation failure for nickname. %s is the nickname.
78 #: BlacklistPlugin.php:143
80 msgid "You may not register with nickname \"%s\"."
83 #. TRANS: Validation failure for URL. %s is the URL.
84 #: BlacklistPlugin.php:168
86 msgid "You may not use homepage \"%s\"."
89 #. TRANS: Validation failure for nickname. %s is the nickname.
90 #: BlacklistPlugin.php:179
92 msgid "You may not use nickname \"%s\"."
95 #. TRANS: Validation failure for URL. %s is the URL.
96 #: BlacklistPlugin.php:222
98 msgid "You may not use URL \"%s\" in notices."
101 #. TRANS: Plugin description.
102 #: BlacklistPlugin.php:303
103 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
106 #. TRANS: Menu item in admin panel.
107 #: BlacklistPlugin.php:341
112 #. TRANS: Tooltip for menu item in admin panel.
113 #: BlacklistPlugin.php:343
115 msgid "Blacklist configuration."
118 #. TRANS: Checkbox label in the blacklist user form.
119 #: BlacklistPlugin.php:370
120 msgid "Add this nickname pattern to blacklist"
123 #. TRANS: Checkbox label in the blacklist user form.
124 #: BlacklistPlugin.php:380
125 msgid "Add this homepage pattern to blacklist"
128 #. TRANS: Exception thrown trying to post a notice while having set a blocked
129 #. homepage URL. %s is the blocked URL.
130 #. TRANS: Client exception thrown trying to subscribe to a person with a
131 #. blocked homepage or site URL. %s is the blocked URL.
132 #: BlacklistPlugin.php:459 BlacklistPlugin.php:496
134 msgid "Users from \"%s\" are blocked."
137 #. TRANS: Exception thrown trying to post a notice while having a blocked
138 #. nickname. %s is the blocked nickname.
139 #: BlacklistPlugin.php:471
141 msgid "Notices from nickname \"%s\" are disallowed."
144 #. TRANS: Client exception thrown trying to subscribe to a person with a
145 #. blocked nickname. %s is the blocked nickname.
146 #: BlacklistPlugin.php:507
148 msgid "Cannot subscribe to nickname \"%s\"."