1# SOME DESCRIPTIVE TITLE. 2# This file is put in the public domain. 3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4# 5#, fuzzy 6msgid "" 7msgstr "" 8"Project-Id-Version: popt 1.19\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: YEAR-MO-DA HO:MI+ZONE\n" 12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language: \n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Transfer-Encoding: 8bit\n" 18 19#: src/popt.c:46 20msgid "unknown errno" 21msgstr "" 22 23#: src/popt.c:1200 24#, c-format 25msgid "option type (%u) not implemented in popt\n" 26msgstr "" 27 28#: src/popt.c:1638 29msgid "missing argument" 30msgstr "" 31 32#: src/popt.c:1640 33msgid "option does not take an argument" 34msgstr "" 35 36#: src/popt.c:1642 37msgid "unknown option" 38msgstr "" 39 40#: src/popt.c:1644 41msgid "mutually exclusive logical operations requested" 42msgstr "" 43 44#: src/popt.c:1646 45msgid "opt->arg should not be NULL" 46msgstr "" 47 48#: src/popt.c:1648 49msgid "aliases nested too deeply" 50msgstr "" 51 52#: src/popt.c:1650 53msgid "error in parameter quoting" 54msgstr "" 55 56#: src/popt.c:1652 57msgid "invalid numeric value" 58msgstr "" 59 60#: src/popt.c:1654 61msgid "number too large or too small" 62msgstr "" 63 64#: src/popt.c:1656 65msgid "memory allocation failed" 66msgstr "" 67 68#: src/popt.c:1658 69msgid "config file failed sanity test" 70msgstr "" 71 72#: src/popt.c:1662 73msgid "unknown error" 74msgstr "" 75 76#: src/popthelp.c:64 src/popthelp.c:72 77msgid "Show this help message" 78msgstr "" 79 80#: src/popthelp.c:65 src/popthelp.c:73 81msgid "Display brief usage message" 82msgstr "" 83 84#: src/popthelp.c:76 85msgid "Display option defaults in message" 86msgstr "" 87 88#: src/popthelp.c:78 89msgid "Terminate options" 90msgstr "" 91 92#: src/popthelp.c:170 93msgid "Help options:" 94msgstr "" 95 96#: src/popthelp.c:171 97msgid "Options implemented via popt alias/exec:" 98msgstr "" 99 100#: src/popthelp.c:179 101msgid "NONE" 102msgstr "" 103 104#: src/popthelp.c:181 105msgid "VAL" 106msgstr "" 107 108#: src/popthelp.c:185 109msgid "INT" 110msgstr "" 111 112#: src/popthelp.c:186 113msgid "SHORT" 114msgstr "" 115 116#: src/popthelp.c:187 117msgid "LONG" 118msgstr "" 119 120#: src/popthelp.c:188 121msgid "LONGLONG" 122msgstr "" 123 124#: src/popthelp.c:189 125msgid "STRING" 126msgstr "" 127 128#: src/popthelp.c:190 129msgid "FLOAT" 130msgstr "" 131 132#: src/popthelp.c:191 133msgid "DOUBLE" 134msgstr "" 135 136#: src/popthelp.c:194 137msgid "ARG" 138msgstr "" 139 140#: src/popthelp.c:615 141msgid "Usage:" 142msgstr "" 143 144#: src/popthelp.c:640 145msgid "[OPTION...]" 146msgstr "" 147