]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Minify/locale/ru/LC_MESSAGES/Minify.po
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / Minify / locale / ru / LC_MESSAGES / Minify.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 msgid ""
7 msgstr ""
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-07 09:02+0000\n"
12 "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
13 "Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: ru\n"
18 "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"
19
20 #. TRANS: Client error displayed when not providing a valid path in parameter
21 #. "f".
22 #: actions/minify.php:50
23 msgid "The parameter \"f\" is not a valid path."
24 msgstr "Параметр «f» содержит неправильный путь."
25
26 #. TRANS: Client error displayed when not providing parameter "f".
27 #: actions/minify.php:54
28 msgid "The parameter \"f\" is required but missing."
29 msgstr "Требуется параметр «f», но он отсутствует."
30
31 #. TRANS: Client error displayed when trying to minify an unsupported file
32 #. type.
33 #: actions/minify.php:112
34 msgid "File type not supported."
35 msgstr "Тип файла не поддерживается."
36
37 #. TRANS: Plugin description.
38 #: MinifyPlugin.php:168
39 msgid ""
40 "The Minify plugin minifies StatusNet's CSS and JavaScript, removing "
41 "whitespace and comments."
42 msgstr "Плагин «Minify» сжимает CSS и JavaScript StatusNet'а, удаляя лишние пробелы и комментарии."