]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Blacklist/locale/ru/LC_MESSAGES/Blacklist.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Blacklist / locale / ru / LC_MESSAGES / Blacklist.po
1 # Translation of StatusNet - Blacklist to Russian (Русский)
2 # Expored from translatewiki.net
3 #
4 # Author: Eleferen
5 # Author: Lockal
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - Blacklist\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2010-12-16 15:08+0000\n"
14 "PO-Revision-Date: 2010-12-16 15:11:34+0000\n"
15 "Language-Team: Russian <http://translatewiki.net/wiki/Portal:ru>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2010-11-30 17:54:24+0000\n"
19 "X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n"
20 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
21 "X-Language-Code: ru\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: Validation failure for URL. %s is the URL.
27 #: BlacklistPlugin.php:149
28 #, php-format
29 msgid "You may not register with homepage \"%s\"."
30 msgstr "Вы не можете зарегистрироваться с домашней страницей «%s»."
31
32 #. TRANS: Validation failure for nickname. %s is the nickname.
33 #: BlacklistPlugin.php:160
34 #, php-format
35 msgid "You may not register with nickname \"%s\"."
36 msgstr "Вы не можете зарегистрироваться с именем «%s»."
37
38 #. TRANS: Validation failure for URL. %s is the URL.
39 #: BlacklistPlugin.php:185
40 #, php-format
41 msgid "You may not use homepage \"%s\"."
42 msgstr "Вы не можете использовать «%s» в качестве домашней страницы."
43
44 #. TRANS: Validation failure for nickname. %s is the nickname.
45 #: BlacklistPlugin.php:196
46 #, php-format
47 msgid "You may not use nickname \"%s\"."
48 msgstr "Вы не можете использовать «%s» в качестве имени учётной записи."
49
50 #. TRANS: Validation failure for URL. %s is the URL.
51 #: BlacklistPlugin.php:239
52 #, php-format
53 msgid "You may not use URL \"%s\" in notices."
54 msgstr "Вы не можете использовать URL-адрес «%s» в записях."
55
56 #: BlacklistPlugin.php:343
57 msgid "Keeps a blacklist of forbidden nickname and URL patterns."
58 msgstr ""
59 "Позволяет хранить чёрный список шаблонов имён пользователей и URL-адресов."
60
61 #. TRANS: Menu item in admin panel.
62 #: BlacklistPlugin.php:381
63 msgctxt "MENU"
64 msgid "Blacklist"
65 msgstr "Чёрный список"
66
67 #. TRANS: Tooltip for menu item in admin panel.
68 #: BlacklistPlugin.php:383
69 msgctxt "TOOLTIP"
70 msgid "Blacklist configuration"
71 msgstr "Конфигурация чёрного списка"
72
73 #. TRANS: Checkbox with text label in the delete user form.
74 #: BlacklistPlugin.php:410
75 msgid "Add this nickname pattern to blacklist"
76 msgstr "Добавить этот никнейм в чёрный список"
77
78 #. TRANS: Checkbox with text label in the delete user form.
79 #: BlacklistPlugin.php:420
80 msgid "Add this homepage pattern to blacklist"
81 msgstr "Добавить эту домашнюю страницу в чёрный список"
82
83 #. TRANS: Exception thrown trying to post a notice while having set a blocked homepage URL. %s is the blocked URL.
84 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked homepage or site URL. %s is the blocked URL.
85 #: BlacklistPlugin.php:499 BlacklistPlugin.php:534
86 #, php-format
87 msgid "Users from \"%s\" blocked."
88 msgstr "Пользователи с «%s» заблокированы."
89
90 #. TRANS: Exception thrown trying to post a notice while having a blocked nickname. %s is the blocked nickname.
91 #: BlacklistPlugin.php:510
92 #, php-format
93 msgid "Posts from nickname \"%s\" disallowed."
94 msgstr "Сообщения от имени «%s» не допускаются."
95
96 #. TRANS: Client exception thrown trying to subscribe to a person with a blocked nickname. %s is the blocked nickname.
97 #: BlacklistPlugin.php:545
98 #, php-format
99 msgid "Can't subscribe to nickname \"%s\"."
100 msgstr "Нельзя подписаться на пользователя с именем «%s»."
101
102 #: blacklistadminpanel.php:52
103 msgid "Blacklist"
104 msgstr "Чёрный список"
105
106 #: blacklistadminpanel.php:62
107 msgid "Blacklisted URLs and nicknames"
108 msgstr "URL-адреса и имена пользователей в чёрном списке"
109
110 #: blacklistadminpanel.php:174
111 msgid "Nicknames"
112 msgstr "Имена пользователей"
113
114 #: blacklistadminpanel.php:176
115 msgid "Patterns of nicknames to block, one per line"
116 msgstr "Шаблоны имён пользователей для блокировки, по одному на строку"
117
118 #: blacklistadminpanel.php:182
119 msgid "URLs"
120 msgstr "URL-адреса"
121
122 #: blacklistadminpanel.php:184
123 msgid "Patterns of URLs to block, one per line"
124 msgstr "Шаблоны URL-адресов для блокировки, по одному на строку"
125
126 #: blacklistadminpanel.php:198
127 msgid "Save"
128 msgstr "Сохранить"
129
130 #: blacklistadminpanel.php:201
131 msgid "Save site settings"
132 msgstr "Сохранить настройки сайта"