diff options
author | jbj <jbj> | 2015-04-19 18:47:02 +0000 |
---|---|---|
committer | jbj <jbj> | 2015-04-19 18:47:02 +0000 |
commit | a013ddd0ae1740d1751ec8d5a8294fcfa66d94e9 (patch) | |
tree | 6957fcd7c66cab52b150bed82254ecb708fd1a47 /po/ru.po | |
parent | f0908025ff2b67bdd00ae925211b5cae0ee6d7aa (diff) | |
download | libpopt-a013ddd0ae1740d1751ec8d5a8294fcfa66d94e9.tar.gz |
- i18n: update PO files (Translation Project).
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 79 |
1 files changed, 46 insertions, 33 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.16\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2010-02-17 13:35-0500\n" +"POT-Creation-Date: 2014-08-13 13:27-0400\n" "PO-Revision-Date: 2015-03-30 22:12+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n" @@ -16,129 +16,142 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.5\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" +"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" -#: popt.c:47 +#: popt.c:54 msgid "unknown errno" msgstr "неизвестное значение errno" -#: popt.c:1290 +#: popt.c:1439 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "обработка параметра (%u) в popt не предусмотрена\n" -#: popt.c:1711 +#: popt.c:1889 msgid "missing argument" msgstr "пропущен аргумент" -#: popt.c:1713 +#: popt.c:1891 msgid "unknown option" msgstr "неизвестный параметр" -#: popt.c:1715 +#: popt.c:1893 msgid "mutually exclusive logical operations requested" msgstr "запрошены взаимно исключающие логические операции" -#: popt.c:1717 +#: popt.c:1895 msgid "opt->arg should not be NULL" msgstr "opt->arg не может быть NULL" -#: popt.c:1719 +#: popt.c:1897 msgid "aliases nested too deeply" msgstr "превышен уровень допустимой рекурсии подстановок" -#: popt.c:1721 +#: popt.c:1899 msgid "error in parameter quoting" msgstr "ошибка помещения параметров в кавычки" -#: popt.c:1723 +#: popt.c:1901 msgid "invalid numeric value" msgstr "неправильное числовое значение" -#: popt.c:1725 +#: popt.c:1903 msgid "number too large or too small" msgstr "числовое значение за пределами предусмотренного" -#: popt.c:1727 +#: popt.c:1905 msgid "memory allocation failed" msgstr "не удалось выделить память" -#: popt.c:1729 +#: popt.c:1907 msgid "config file failed sanity test" msgstr "ошибки в файле настройки" -#: popt.c:1733 +#: popt.c:1909 +msgid "option does not take an argument" +msgstr "" + +#: popt.c:1911 +msgid "stack underflow" +msgstr "" + +#: popt.c:1913 +msgid "stack overflow" +msgstr "" + +#: popt.c:1917 msgid "unknown error" msgstr "неизвестная ошибка" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:83 popthelp.c:94 msgid "Show this help message" msgstr "Показать эту справку" -#: popthelp.c:76 popthelp.c:87 +#: popthelp.c:84 popthelp.c:95 msgid "Display brief usage message" msgstr "Показать краткую инструкцию по использованию" -#: popthelp.c:90 +#: popthelp.c:98 msgid "Display option defaults in message" msgstr "Показать параметры по умолчанию" -#: popthelp.c:92 +#: popthelp.c:100 msgid "Terminate options" msgstr "Завершает параметры" -#: popthelp.c:191 +#: popthelp.c:199 msgid "Help options:" msgstr "Параметры вывода справки:" -#: popthelp.c:192 +#: popthelp.c:200 msgid "Options implemented via popt alias/exec:" msgstr "Параметры, реализованные через popt alias/exec:" -#: popthelp.c:200 +#: popthelp.c:208 msgid "NONE" msgstr "NONE" -#: popthelp.c:202 +#: popthelp.c:210 msgid "VAL" msgstr "VAL" -#: popthelp.c:206 +#: popthelp.c:214 msgid "INT" msgstr "INT" -#: popthelp.c:207 +#: popthelp.c:215 msgid "SHORT" msgstr "SHORT" -#: popthelp.c:208 +#: popthelp.c:216 msgid "LONG" msgstr "LONG" -#: popthelp.c:209 +#: popthelp.c:217 msgid "LONGLONG" msgstr "LONGLONG" -#: popthelp.c:210 +#: popthelp.c:218 msgid "STRING" msgstr "STRING" -#: popthelp.c:211 +#: popthelp.c:219 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:212 +#: popthelp.c:220 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:215 +#: popthelp.c:223 msgid "ARG" msgstr "ARG" -#: popthelp.c:649 +#: popthelp.c:664 msgid "Usage:" msgstr "Использование:" -#: popthelp.c:672 +#: popthelp.c:689 msgid "[OPTION...]" msgstr "[ПАРАМЕТР...]" |