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: 2020-06-23 13:29+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:1206 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:1625 30msgid "missing argument" 31msgstr "chybí argument" 32 33#: src/popt.c:1627 34msgid "unknown option" 35msgstr "neznámá volba" 36 37#: src/popt.c:1629 38msgid "mutually exclusive logical operations requested" 39msgstr "požadovány vzájemně výlučné logické operace" 40 41#: src/popt.c:1631 42msgid "opt->arg should not be NULL" 43msgstr "opt->arg nesmí být NULL" 44 45#: src/popt.c:1633 46msgid "aliases nested too deeply" 47msgstr "aliasy vnořené příliš hluboko" 48 49#: src/popt.c:1635 50msgid "error in parameter quoting" 51msgstr "chyba v quotování parametrů" 52 53#: src/popt.c:1637 54msgid "invalid numeric value" 55msgstr "chybná numerická hodnota" 56 57#: src/popt.c:1639 58msgid "number too large or too small" 59msgstr "číslo je příliš velké nebo příliš malé" 60 61#: src/popt.c:1641 62msgid "memory allocation failed" 63msgstr "selhala alokace paměti" 64 65#: src/popt.c:1643 66msgid "config file failed sanity test" 67msgstr "" 68 69#: src/popt.c:1647 70msgid "unknown error" 71msgstr "neznámá chyba" 72 73#: src/popthelp.c:64 src/popthelp.c:72 74msgid "Show this help message" 75msgstr "Vypíše tuto nápovědu" 76 77#: src/popthelp.c:65 src/popthelp.c:73 78msgid "Display brief usage message" 79msgstr "Vypíše krátký návod k použití" 80 81#: src/popthelp.c:76 82msgid "Display option defaults in message" 83msgstr "Zobrazit implicitní volby ve zprávě" 84 85#: src/popthelp.c:78 86msgid "Terminate options" 87msgstr "Ukončí volby" 88 89#: src/popthelp.c:170 90msgid "Help options:" 91msgstr "Volby nápovědy:" 92 93#: src/popthelp.c:171 94msgid "Options implemented via popt alias/exec:" 95msgstr "Volby implementované přes alias/exec poptu:" 96 97#: src/popthelp.c:179 98msgid "NONE" 99msgstr "NONE" 100 101#: src/popthelp.c:181 102msgid "VAL" 103msgstr "VAL" 104 105#: src/popthelp.c:185 106msgid "INT" 107msgstr "INT" 108 109#: src/popthelp.c:186 110msgid "SHORT" 111msgstr "" 112 113#: src/popthelp.c:187 114msgid "LONG" 115msgstr "LONG" 116 117#: src/popthelp.c:188 118msgid "LONGLONG" 119msgstr "LONGLONG" 120 121#: src/popthelp.c:189 122msgid "STRING" 123msgstr "STRING" 124 125#: src/popthelp.c:190 126msgid "FLOAT" 127msgstr "FLOAT" 128 129#: src/popthelp.c:191 130msgid "DOUBLE" 131msgstr "DOUBLE" 132 133#: src/popthelp.c:194 134msgid "ARG" 135msgstr "ARG" 136 137#: src/popthelp.c:616 138msgid "Usage:" 139msgstr "Použití:" 140 141#: src/popthelp.c:638 142msgid "[OPTION...]" 143msgstr "[VOLBY…]" 144