]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/Blacklist.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / Blacklist.pot
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.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-09 18:34+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: BlacklistPlugin.php:129
20 #, php-format
21 msgid "Unknown data type for config %1$s + %2$s."
22 msgstr ""
23
24 #. TRANS: Validation failure for URL. %s is the URL.
25 #: BlacklistPlugin.php:149
26 #, php-format
27 msgid "You may not register with homepage \"%s\"."
28 msgstr ""
29
30 #. TRANS: Validation failure for nickname. %s is the nickname.
31 #: BlacklistPlugin.php:160
32 #, php-format
33 msgid "You may not register with nickname \"%s\"."
34 msgstr ""
35
36 #. TRANS: Validation failure for URL. %s is the URL.
37 #: BlacklistPlugin.php:185
38 #, php-format
39 msgid "You may not use homepage \"%s\"."
40 msgstr ""
41
42 #. TRANS: Validation failure for nickname. %s is the nickname.
43 #: BlacklistPlugin.php:196
44 #, php-format
45 msgid "You may not use nickname \"%s\"."
46 msgstr ""
47
48 #. TRANS: Validation failure for URL. %s is the URL.
49 #: BlacklistPlugin.php:239
50 #, php-format
51 msgid "You may not use URL \"%s\" in notices."
52 msgstr ""
53
54 #. TRANS: Plugin description.
55 #: BlacklistPlugin.php:344
56 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
57 msgstr ""
58
59 #. TRANS: Menu item in admin panel.
60 #: BlacklistPlugin.php:382
61 msgctxt "MENU"
62 msgid "Blacklist"
63 msgstr ""
64
65 #. TRANS: Tooltip for menu item in admin panel.
66 #: BlacklistPlugin.php:384
67 msgctxt "TOOLTIP"
68 msgid "Blacklist configuration."
69 msgstr ""
70
71 #. TRANS: Checkbox label in the blacklist user form.
72 #: BlacklistPlugin.php:411
73 msgid "Add this nickname pattern to blacklist"
74 msgstr ""
75
76 #. TRANS: Checkbox label in the blacklist user form.
77 #: BlacklistPlugin.php:421
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 #: BlacklistPlugin.php:500 BlacklistPlugin.php:535
84 #, php-format
85 msgid "Users from \"%s\" are blocked."
86 msgstr ""
87
88 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
89 #: BlacklistPlugin.php:511
90 #, php-format
91 msgid "Notices from nickname \"%s\" disallowed."
92 msgstr ""
93
94 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
95 #: BlacklistPlugin.php:546
96 #, php-format
97 msgid "Cannot subscribe to nickname \"%s\"."
98 msgstr ""
99
100 #. TRANS: Title of blacklist plugin administration panel.
101 #: blacklistadminpanel.php:53
102 msgctxt "TITLE"
103 msgid "Blacklist"
104 msgstr ""
105
106 #. TRANS: Instructions for blacklist plugin administration panel.
107 #: blacklistadminpanel.php:64
108 msgid "Blacklisted URLs and nicknames"
109 msgstr ""
110
111 #. TRANS: Field label in blacklist plugin administration panel.
112 #: blacklistadminpanel.php:177
113 msgid "Nicknames"
114 msgstr ""
115
116 #. TRANS: Field title in blacklist plugin administration panel.
117 #: blacklistadminpanel.php:180
118 msgid "Patterns of nicknames to block, one per line."
119 msgstr ""
120
121 #. TRANS: Field label in blacklist plugin administration panel.
122 #: blacklistadminpanel.php:187
123 msgid "URLs"
124 msgstr ""
125
126 #. TRANS: Field title in blacklist plugin administration panel.
127 #: blacklistadminpanel.php:190
128 msgid "Patterns of URLs to block, one per line."
129 msgstr ""
130
131 #. TRANS: Button text in blacklist plugin administration panel to save settings.
132 #: blacklistadminpanel.php:205
133 msgctxt "BUTTON"
134 msgid "Save"
135 msgstr ""
136
137 #. TRANS: Button title in blacklist plugin administration panel to save settings.
138 #: blacklistadminpanel.php:209
139 msgid "Save site settings."
140 msgstr ""