1# Czech translations of popt 2# Copyright (C) 2008 Free Software Foundation, Inc. 3# This file is distributed under the same license as the popt package. 4# Milan Kerslager <kerslage@linux.cz>, 2001. 5# Petr Pisar <petr.pisar@atlas.cz>, 2008. 6# 7msgid "" 8msgstr "" 9"Project-Id-Version: popt 1.14\n" 10"Report-Msgid-Bugs-To: <rpm-maint@lists.rpm.org>\n" 11"POT-Creation-Date: 2022-09-16 10:04+0300\n" 12"PO-Revision-Date: 2008-12-08 19:55+0100\n" 13"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" 14"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" 15"Language: cs\n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=UTF-8\n" 18"Content-Transfer-Encoding: 8bit\n" 19 20#: src/popt.c:46 21msgid "unknown errno" 22msgstr "neznámé číslo chyby" 23 24#: src/popt.c:1200 25#, c-format 26msgid "option type (%u) not implemented in popt\n" 27msgstr "typ volby (%u) není v popt implementován\n" 28 29#: src/popt.c:1638 30msgid "missing argument" 31msgstr "chybí argument" 32 33#: src/popt.c:1640 34msgid "option does not take an argument" 35msgstr "" 36 37#: src/popt.c:1642 38msgid "unknown option" 39msgstr "neznámá volba" 40 41#: src/popt.c:1644 42msgid "mutually exclusive logical operations requested" 43msgstr "požadovány vzájemně výlučné logické operace" 44 45#: src/popt.c:1646 46msgid "opt->arg should not be NULL" 47msgstr "opt->arg nesmí být NULL" 48 49#: src/popt.c:1648 50msgid "aliases nested too deeply" 51msgstr "aliasy vnořené příliš hluboko" 52 53#: src/popt.c:1650 54msgid "error in parameter quoting" 55msgstr "chyba v quotování parametrů" 56 57#: src/popt.c:1652 58msgid "invalid numeric value" 59msgstr "chybná numerická hodnota" 60 61#: src/popt.c:1654 62msgid "number too large or too small" 63msgstr "číslo je příliš velké nebo příliš malé" 64 65#: src/popt.c:1656 66msgid "memory allocation failed" 67msgstr "selhala alokace paměti" 68 69#: src/popt.c:1658 70msgid "config file failed sanity test" 71msgstr "" 72 73#: src/popt.c:1662 74msgid "unknown error" 75msgstr "neznámá chyba" 76 77#: src/popthelp.c:64 src/popthelp.c:72 78msgid "Show this help message" 79msgstr "Vypíše tuto nápovědu" 80 81#: src/popthelp.c:65 src/popthelp.c:73 82msgid "Display brief usage message" 83msgstr "Vypíše krátký návod k použití" 84 85#: src/popthelp.c:76 86msgid "Display option defaults in message" 87msgstr "Zobrazit implicitní volby ve zprávě" 88 89#: src/popthelp.c:78 90msgid "Terminate options" 91msgstr "Ukončí volby" 92 93#: src/popthelp.c:170 94msgid "Help options:" 95msgstr "Volby nápovědy:" 96 97#: src/popthelp.c:171 98msgid "Options implemented via popt alias/exec:" 99msgstr "Volby implementované přes alias/exec poptu:" 100 101#: src/popthelp.c:179 102msgid "NONE" 103msgstr "NONE" 104 105#: src/popthelp.c:181 106msgid "VAL" 107msgstr "VAL" 108 109#: src/popthelp.c:185 110msgid "INT" 111msgstr "INT" 112 113#: src/popthelp.c:186 114msgid "SHORT" 115msgstr "" 116 117#: src/popthelp.c:187 118msgid "LONG" 119msgstr "LONG" 120 121#: src/popthelp.c:188 122msgid "LONGLONG" 123msgstr "LONGLONG" 124 125#: src/popthelp.c:189 126msgid "STRING" 127msgstr "STRING" 128 129#: src/popthelp.c:190 130msgid "FLOAT" 131msgstr "FLOAT" 132 133#: src/popthelp.c:191 134msgid "DOUBLE" 135msgstr "DOUBLE" 136 137#: src/popthelp.c:194 138msgid "ARG" 139msgstr "ARG" 140 141#: src/popthelp.c:615 142msgid "Usage:" 143msgstr "Použití:" 144 145#: src/popthelp.c:640 146msgid "[OPTION...]" 147msgstr "[VOLBY…]" 148