1# translation of popt-1.14.ru.po to Russian 2# This file is put in the public domain. 3# This file is distributed under the same license as the popt package. 4# Eugene Kanter <eugene@blackcatlinux.com>, 2001. 5# Yuri Kozlov <yuray@komyakino.ru>, 2009. 6msgid "" 7msgstr "" 8"Project-Id-Version: popt 1.14\n" 9"Report-Msgid-Bugs-To: <rpm-maint@lists.rpm.org>\n" 10"POT-Creation-Date: 2022-09-16 10:04+0300\n" 11"PO-Revision-Date: 2009-02-01 13:30+0300\n" 12"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" 13"Language-Team: Russian <gnu@mx.ru>\n" 14"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"X-Generator: KBabel 1.11.4\n" 19"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " 20"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 21 22#: src/popt.c:46 23msgid "unknown errno" 24msgstr "неизвестный errno" 25 26#: src/popt.c:1200 27#, c-format 28msgid "option type (%u) not implemented in popt\n" 29msgstr "обработка параметра (%u) в popt не предусмотрена\n" 30 31#: src/popt.c:1638 32msgid "missing argument" 33msgstr "пропущен аргумент" 34 35#: src/popt.c:1640 36msgid "option does not take an argument" 37msgstr "" 38 39#: src/popt.c:1642 40msgid "unknown option" 41msgstr "неизвестный параметр" 42 43#: src/popt.c:1644 44msgid "mutually exclusive logical operations requested" 45msgstr "запрошены взаимно исключающие логические операции" 46 47#: src/popt.c:1646 48msgid "opt->arg should not be NULL" 49msgstr "opt->arg не может быть NULL" 50 51#: src/popt.c:1648 52msgid "aliases nested too deeply" 53msgstr "превышен уровень допустимой рекурсии подстановок" 54 55#: src/popt.c:1650 56msgid "error in parameter quoting" 57msgstr "ошибка помещения параметров в кавычки" 58 59#: src/popt.c:1652 60msgid "invalid numeric value" 61msgstr "неправильное числовое значение" 62 63#: src/popt.c:1654 64msgid "number too large or too small" 65msgstr "числовое значение за пределами предусмотренного" 66 67#: src/popt.c:1656 68msgid "memory allocation failed" 69msgstr "не удалось выделить память" 70 71#: src/popt.c:1658 72msgid "config file failed sanity test" 73msgstr "" 74 75#: src/popt.c:1662 76msgid "unknown error" 77msgstr "неизвестная ошибка" 78 79#: src/popthelp.c:64 src/popthelp.c:72 80msgid "Show this help message" 81msgstr "Показать эту справку" 82 83#: src/popthelp.c:65 src/popthelp.c:73 84msgid "Display brief usage message" 85msgstr "Показать краткую инструкцию по использованию" 86 87#: src/popthelp.c:76 88msgid "Display option defaults in message" 89msgstr "Показать параметры по умолчанию" 90 91#: src/popthelp.c:78 92msgid "Terminate options" 93msgstr "Завершает параметры" 94 95#: src/popthelp.c:170 96msgid "Help options:" 97msgstr "Параметры вывода справки:" 98 99#: src/popthelp.c:171 100msgid "Options implemented via popt alias/exec:" 101msgstr "Параметры, реализованные через popt alias/exec:" 102 103#: src/popthelp.c:179 104msgid "NONE" 105msgstr "NONE" 106 107#: src/popthelp.c:181 108msgid "VAL" 109msgstr "VAL" 110 111#: src/popthelp.c:185 112msgid "INT" 113msgstr "INT" 114 115#: src/popthelp.c:186 116msgid "SHORT" 117msgstr "" 118 119#: src/popthelp.c:187 120msgid "LONG" 121msgstr "LONG" 122 123#: src/popthelp.c:188 124msgid "LONGLONG" 125msgstr "LONGLONG" 126 127#: src/popthelp.c:189 128msgid "STRING" 129msgstr "STRING" 130 131#: src/popthelp.c:190 132msgid "FLOAT" 133msgstr "FLOAT" 134 135#: src/popthelp.c:191 136msgid "DOUBLE" 137msgstr "DOUBLE" 138 139#: src/popthelp.c:194 140msgid "ARG" 141msgstr "ARG" 142 143#: src/popthelp.c:615 144msgid "Usage:" 145msgstr "Использование:" 146 147#: src/popthelp.c:640 148msgid "[OPTION...]" 149msgstr "[ПАРАМЕТР...]" 150