]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/uk/LC_MESSAGES/Blacklist.po
ecfe8a0a8f9dae6289afae1ebc2176c574aabcf6
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / uk / LC_MESSAGES / Blacklist.po
1 # Translation of StatusNet - Blacklist to Ukrainian (Українська)
2 # Exported from translatewiki.net
3 #
4 # Author: Boogie
5 # --
6 # This file is distributed under the same license as the StatusNet package.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: StatusNet - Blacklist\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2011-12-03 10:43+0000\n"
13 "PO-Revision-Date: 2011-12-03 10:43:49+0000\n"
14 "Language-Team: Ukrainian <https://translatewiki.net/wiki/Portal:uk>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-POT-Import-Date: 2011-06-05 21:49:48+0000\n"
18 "X-Generator: MediaWiki 1.19alpha (r105064); Translate extension (2011-10-"
19 "30)\n"
20 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
21 "X-Language-Code: uk\n"
22 "X-Message-Group: #out-statusnet-plugin-blacklist\n"
23 "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
24 "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
25
26 #. TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
27 #. TRANS: %1$s is a configuration section, %2$s is a configuration setting.
28 #, php-format
29 msgid "Unknown data type for config %1$s + %2$s."
30 msgstr "Невідомий тип даних для конфігурації %1$s + %2$s."
31
32 #. TRANS: Validation failure for URL. %s is the URL.
33 #, php-format
34 msgid "You may not register with homepage \"%s\"."
35 msgstr "Ви не можете зареєструватися, вказавши «%s» як веб-адресу."
36
37 #. TRANS: Validation failure for nickname. %s is the nickname.
38 #, php-format
39 msgid "You may not register with nickname \"%s\"."
40 msgstr "Ви не можете зареєструватися, використавши нікнейм «%s»."
41
42 #. TRANS: Validation failure for URL. %s is the URL.
43 #, php-format
44 msgid "You may not use homepage \"%s\"."
45 msgstr "Ви не можете використовувати веб-адресу «%s»."
46
47 #. TRANS: Validation failure for nickname. %s is the nickname.
48 #, php-format
49 msgid "You may not use nickname \"%s\"."
50 msgstr "Ви не можете використовувати нікнейм «%s»."
51
52 #. TRANS: Validation failure for URL. %s is the URL.
53 #, php-format
54 msgid "You may not use URL \"%s\" in notices."
55 msgstr "Ви не можете використовувати URL-адресу «%s» в своїх повідомленнях."
56
57 #. TRANS: Plugin description.
58 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
59 msgstr "Зберігає чорний список заборонених нікнеймів та URL-шаблонів."
60
61 #. TRANS: Menu item in admin panel.
62 msgctxt "MENU"
63 msgid "Blacklist"
64 msgstr "Чорний список"
65
66 #. TRANS: Tooltip for menu item in admin panel.
67 msgctxt "TOOLTIP"
68 msgid "Blacklist configuration."
69 msgstr "Конфігурація чорного списку."
70
71 #. TRANS: Checkbox label in the blacklist user form.
72 msgid "Add this nickname pattern to blacklist"
73 msgstr "Додати цей нікнейм до чорного списку"
74
75 #. TRANS: Checkbox label in the blacklist user form.
76 msgid "Add this homepage pattern to blacklist"
77 msgstr "Додати цей шаблон веб-адреси до чорного списку"
78
79 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
80 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
81 #, php-format
82 msgid "Users from \"%s\" are blocked."
83 msgstr "Користувачів з «%s» заблоковано."
84
85 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
86 #, php-format
87 msgid "Notices from nickname \"%s\" disallowed."
88 msgstr "Дописи від користувача «%s» заборонені."
89
90 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
91 #, php-format
92 msgid "Cannot subscribe to nickname \"%s\"."
93 msgstr "Не можу підписатися до користувача «%s»."
94
95 #. TRANS: Title of blacklist plugin administration panel.
96 msgctxt "TITLE"
97 msgid "Blacklist"
98 msgstr "Чорний список"
99
100 #. TRANS: Instructions for blacklist plugin administration panel.
101 msgid "Blacklisted URLs and nicknames"
102 msgstr "URL-адреси і нікнеми, що містяться в чорному списку"
103
104 #. TRANS: Field label in blacklist plugin administration panel.
105 msgid "Nicknames"
106 msgstr "Нікнейми"
107
108 #. TRANS: Field title in blacklist plugin administration panel.
109 msgid "Patterns of nicknames to block, one per line."
110 msgstr "Шаблони псевдонімів, котрі будуть блокуватися (по одному на рядок)."
111
112 #. TRANS: Field label in blacklist plugin administration panel.
113 msgid "URLs"
114 msgstr "URL-адреси"
115
116 #. TRANS: Field title in blacklist plugin administration panel.
117 msgid "Patterns of URLs to block, one per line."
118 msgstr "Шаблони URL-адрес, котрі будуть блокуватися (по одному на рядок)."
119
120 #. TRANS: Button text in blacklist plugin administration panel to save settings.
121 msgctxt "BUTTON"
122 msgid "Save"
123 msgstr "Зберегти"
124
125 #. TRANS: Button title in blacklist plugin administration panel to save settings.
126 msgid "Save site settings."
127 msgstr "Зберегти налаштування сайту."