]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/AnonymousFave/locale/ru/LC_MESSAGES/AnonymousFave.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / AnonymousFave / locale / ru / LC_MESSAGES / AnonymousFave.po
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
5 # Translators:
6 # Denis Gavrin <localmaster.ru@gmail.com>, 2015
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-03-07 09:46+0000\n"
13 "Last-Translator: Denis Gavrin <localmaster.ru@gmail.com>\n"
14 "Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: ru\n"
19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
20
21 #. TRANS: Client error.
22 #: actions/anonfavor.php:58
23 msgid ""
24 "Could not favor notice! Please make sure your browser has cookies enabled."
25 msgstr "Ошибка добавления записи в число избранных! Пожалуйста, убедитесь, что cookies включены в вашем браузере."
26
27 #. TRANS: Client error.
28 #: actions/anonfavor.php:67
29 msgid "This notice is already a favorite!"
30 msgstr "Данная запись уже в избранном!"
31
32 #. TRANS: Server error.
33 #: actions/anonfavor.php:73
34 msgid "Could not create favorite."
35 msgstr "Не удаётся создать избранное."
36
37 #. TRANS: Title.
38 #: actions/anonfavor.php:82
39 msgid "Disfavor favorite"
40 msgstr "Удалить из избранного"
41
42 #. TRANS: Client error.
43 #: actions/anondisfavor.php:59
44 msgid ""
45 "Could not disfavor notice! Please make sure your browser has cookies "
46 "enabled."
47 msgstr "Ошибка удаления записи из числа любимых! Пожалуйста, убедитесь, что cookies включены в вашем браузере."
48
49 #. TRANS: Server error.
50 #: actions/anondisfavor.php:80
51 msgid "Could not delete favorite."
52 msgstr "Не удается удалить избранное."
53
54 #. TRANS: Title.
55 #: actions/anondisfavor.php:89
56 msgid "Add to favorites"
57 msgstr "Добавить в избранное"
58
59 #. TRANS: Server exception.
60 #. TRANS: %d is the notice ID (number).
61 #: classes/Fave_tally.php:96 classes/Fave_tally.php:125
62 #, php-format
63 msgid "Could not update favorite tally for notice ID %d."
64 msgstr ""
65
66 #. TRANS: Server exception.
67 #. TRANS: %d is the notice ID (number).
68 #: classes/Fave_tally.php:156
69 #, php-format
70 msgid "Could not create favorite tally for notice ID %d."
71 msgstr ""
72
73 #. TRANS: Label for tally for number of times a notice was favored.
74 #: AnonymousFavePlugin.php:165
75 msgid "Favored"
76 msgstr "Понравилось"
77
78 #. TRANS: Server exception.
79 #: AnonymousFavePlugin.php:198 AnonymousFavePlugin.php:209
80 msgid "Could not create anonymous user session."
81 msgstr "Не удаётся создать сеанс анонимного пользователя."
82
83 #. TRANS: Plugin description.
84 #: AnonymousFavePlugin.php:284
85 msgid "Allow anonymous users to favorite notices."
86 msgstr "Позволяет анонимным пользователям добавлять записи в число любимых."