]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Minify/locale/ru/LC_MESSAGES/Minify.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / Minify / locale / ru / LC_MESSAGES / Minify.po
index 3f35dd2b4025a208864182f4e231debd35784c99..f2c74397d38cfe1c63377a8702d40d04f0d62ffd 100644 (file)
@@ -1,44 +1,42 @@
-# Translation of StatusNet - Minify to Russian (русский)
-# Exported from translatewiki.net
-#
-# Author: Eleferen
-# Author: MaxSem
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
 msgid ""
 msgstr ""
-"Project-Id-Version: StatusNet - Minify\n"
+"Project-Id-Version: GNU social\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:12+0000\n"
-"Language-Team: Russian <https://translatewiki.net/wiki/Portal:ru>\n"
+"POT-Creation-Date: 2015-02-02 17:47+0100\n"
+"PO-Revision-Date: 2015-02-07 09:02+0000\n"
+"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
+"Language-Team: Russian (http://www.transifex.com/projects/p/gnu-social/language/ru/)\n"
+"MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-05 21:51:03+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: ru\n"
-"X-Message-Group: #out-statusnet-plugin-minify\n"
-"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
-"2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
+"Language: ru\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#. TRANS: Plugin description.
-msgid ""
-"The Minify plugin minifies StatusNet's CSS and JavaScript, removing "
-"whitespace and comments."
-msgstr ""
-"Плагин «Minify» сжимает CSS и JavaScript StatusNet'а, удаляя лишние пробелы и "
-"комментарии."
-
-#. TRANS: Client error displayed when not providing a valid path in parameter "f".
+#. TRANS: Client error displayed when not providing a valid path in parameter
+#. "f".
+#: actions/minify.php:50
 msgid "The parameter \"f\" is not a valid path."
 msgstr "Параметр «f» содержит неправильный путь."
 
 #. TRANS: Client error displayed when not providing parameter "f".
+#: actions/minify.php:54
 msgid "The parameter \"f\" is required but missing."
 msgstr "Требуется параметр «f», но он отсутствует."
 
-#. TRANS: Client error displayed when trying to minify an unsupported file type.
+#. TRANS: Client error displayed when trying to minify an unsupported file
+#. type.
+#: actions/minify.php:112
 msgid "File type not supported."
 msgstr "Тип файла не поддерживается."
+
+#. TRANS: Plugin description.
+#: MinifyPlugin.php:168
+msgid ""
+"The Minify plugin minifies StatusNet's CSS and JavaScript, removing "
+"whitespace and comments."
+msgstr "Плагин «Minify» сжимает CSS и JavaScript StatusNet'а, удаляя лишние пробелы и комментарии."