diff options
author | jbj <jbj> | 2008-04-02 17:37:04 +0000 |
---|---|---|
committer | jbj <jbj> | 2008-04-02 17:37:04 +0000 |
commit | 1eb327853a7ad0992c1f6d9cdf9f1fb147e1c4d3 (patch) | |
tree | 22d36b0aac61a01366ba7840f416d36c403670b1 | |
parent | 47b761dc58499b00a24306d66cf25fe7cb439529 (diff) | |
download | libpopt-1eb327853a7ad0992c1f6d9cdf9f1fb147e1c4d3.tar.gz |
- jbj: remove findme.c, add poptint.c, to po/POTFILES.in.popt-1_14-release
-rw-r--r-- | CHANGES | 1 | ||||
-rw-r--r-- | po/POTFILES.in | 2 | ||||
-rw-r--r-- | po/cs.po | 56 | ||||
-rw-r--r-- | po/da.po | 56 | ||||
-rw-r--r-- | po/de.po | 56 | ||||
-rw-r--r-- | po/es.po | 56 | ||||
-rw-r--r-- | po/fi.po | 56 | ||||
-rw-r--r-- | po/fr.po | 56 | ||||
-rw-r--r-- | po/ga.po | 56 | ||||
-rw-r--r-- | po/gl.po | 56 | ||||
-rw-r--r-- | po/hu.po | 56 | ||||
-rw-r--r-- | po/is.po | 56 | ||||
-rw-r--r-- | po/it.po | 56 | ||||
-rw-r--r-- | po/ja.po | 56 | ||||
-rw-r--r-- | po/ko.po | 56 | ||||
-rw-r--r-- | po/nb.po | 56 | ||||
-rw-r--r-- | po/nl.po | 56 | ||||
-rw-r--r-- | po/pl.po | 56 | ||||
-rw-r--r-- | po/popt.pot | 56 | ||||
-rw-r--r-- | po/pt.po | 56 | ||||
-rw-r--r-- | po/ro.po | 56 | ||||
-rw-r--r-- | po/ru.po | 56 | ||||
-rw-r--r-- | po/sk.po | 56 | ||||
-rw-r--r-- | po/sl.po | 56 | ||||
-rw-r--r-- | po/sv.po | 56 | ||||
-rw-r--r-- | po/th.po | 56 | ||||
-rw-r--r-- | po/tr.po | 56 | ||||
-rw-r--r-- | po/uk.po | 56 | ||||
-rw-r--r-- | po/vi.po | 56 | ||||
-rw-r--r-- | po/wa.po | 56 | ||||
-rw-r--r-- | po/zh_CN.po | 56 | ||||
-rw-r--r-- | po/zh_TW.po | 56 |
32 files changed, 842 insertions, 841 deletions
@@ -1,4 +1,5 @@ 1.13 -> 1.14: + - jbj: remove findme.c, add poptint.c, to po/POTFILES.in. - jbj: use stpcpy 2 more places (Wayne Davison<wayned@samba.org>). - jbj: add @LTLIBICONV@ when needed (Stanislav Brabec<sbrabec@suse.cz>). - jbj: fix: remove the "echo --" Fedorable hack-a-round. diff --git a/po/POTFILES.in b/po/POTFILES.in index 2e2af76..187372c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,10 +2,10 @@ # Package source files -findme.c popt.c popt.h poptconfig.c popthelp.c +poptint.c poptparse.c test1.c @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2001-07-24 00:03+0100\n" "Last-Translator: Milan Kerslager <kerslage@linux.cz>\n" "Language-Team: Czech <cs@li.org>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "neznámé èíslo chyby" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "volba (%d) není v popt implementována\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "chybí argument" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "neznámá volba" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "po¾adovány vzájemnì výluèné logické operace" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg nesmí být NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "aliasy vnoøené pøíli¹ hluboko" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "chyba v quotování parametrù" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "chybná numerická hodnota" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "selhala alokace pamìti" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "neznámá chyba" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Vypí¹e tuto nápovìdu" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Vypí¹e krátký návod k pou¾ití" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Zobrazit implicitní volby ve zprávì" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: Sun Jan 21 2001 04:30:32+0200\n" "Last-Translator: Martin Hansen <mah@k64.dk>\n" "Language-Team: Dansk <dansk@klid.dk>\n" @@ -11,114 +11,114 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "X-Generator: KTranslator v 0.6.0\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "ukendt fejlnr." -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "tilvalgstype (%d) er ikke implementeret i popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "mangler argument" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "ukendt tilvalg" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "de ønskede handlinger udelukker hinanden" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "aliaser er for dybt indlejret" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "fejl i parameter citering" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ugyldig numerisk værdi" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "nummer for stort, eller for lille" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "ukendt fejl" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Vis denne hjælpemeddelelse" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Vis kortfattet brugsanvisning" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Vis kortfattet brugsanvisning" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "INGEN" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-03-12 22:21+0100\n" "Last-Translator: Robert Scheck <robert@rpm5.org>\n" "Language-Team: German <de@li.org>\n" @@ -14,112 +14,112 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "Unbekannte Fehler-Nummer" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "Optionstyp (%u) ist nicht in popt implementiert\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "Fehlendes Argument" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "Unbekannte Option" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "Gegenseitig ausschließende logische Operatoren" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg sollte nicht NULL sein" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "Aliase zu tief verschachtelt" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "Fehler beim Quotieren der Parameter" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "Ungültiger nummerischer Wert" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "Nummer zu groß oder zu klein" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "Speicherzuordnung fehlgeschlagen" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "Unbekannter Fehler" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Zeigt diese Hilfe an" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Zeigt eine kurze Verwendungsinformation" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Zeigt die Standardeinstellungen an" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "Schließt die Optionen ab" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Hilfe-Optionen:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "Optionen über popt alias/exec implementiert:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NICHTS" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "WERT" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INTEGER" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LONGLONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARGUMENT" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.12\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2007-12-28 12:22+0100\n" "Last-Translator: Leandro Lucarella <luca@linuxmendoza.org.ar>\n" "Language-Team: Spanish <es@li.org>\n" @@ -14,113 +14,113 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "errno desconocido" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "tipo de opción (%d) no implementada en popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "falta argumento" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "opción desconocida" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "requerida operación lógica mutuamente exclusiva" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "alias anidados muy profundamente" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "error en cita de parámetros" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "valor numérico inválido" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "número muy largo o muy pequeño" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "error desconocido" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Muestra este mensaje de ayuda" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Indica el modo de uso resumido" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-21 18:19+0200\n" "Last-Translator: Jorma Karvonen <karvjorm@users.sf.net>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" @@ -19,114 +19,114 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" # errno - number of last error (defined by the ISO C standard) -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "tuntematon errno-virhenumeroarvo" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "valitsintyyppiä (%u) ei ole toteutettu popt-ohjelmassa\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "puuttuva argumentti" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "tuntematon valitsin" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "pyydettyjä loogisia toimintoja ei voi käyttää yhdessä" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "â€opt->argâ€-valitsinargumentti ei saa olla NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "liian monta aliasta sisäkkäin" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "virhe parametrien lainauksessa" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "virheellinen numeroarvo" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "numero on liian iso tai liian pieni" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "muistin varaus ei onnistunut" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "tuntematon virhe" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Näytä tämä ohje" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Näytä lyhyt käyttöohje" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Näytä valitsinoletukset ohjeessa" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "Lopettamisvalitsimet" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Ohjevalitsimet:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" "Valitsimet toteutettu â€popt aliasâ€-määrittelyillä tai â€popt execâ€-" "määrittelyillä:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "EI MITÄÄN" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "ARVO" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT-KOKONAISLUKU" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG-KOKONAISLUKU" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LONGLONG-KOKONAISLUKU" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "MERKKIJONO" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT-LIUKULUKU" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE-LIUKULUKU" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARGUMENTTI" @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2003-06-22 23:43+0200\n" "Last-Translator: RPM French Translation <rpm-fr@livna.org>\n" "Language-Team: RPM French Translation <rpm-fr@livna.org>\n" @@ -20,113 +20,113 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "errno inconnu" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "type(%d) d'option non implémenté dans popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "argument manquant" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "option iconnue" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "opérations logiques mutuellement exclusives requises" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg ne devrait pas être NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "les alias sont trop entremellés" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "erreur en citant les paramètres" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "valeur numérique invalide" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "nombre trop grand ou trop petit" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "échec de l'allocation de mémoire" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "erreur inconnue" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Montre ce message d'aide" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Affiche un bref descriptif de l'utilisation" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Afficher les valeurs par défaut des options dans le message" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "RIEN" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "ENTIER" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "CHAINE" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOTTANT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2007-06-19 06:21-0500\n" "Last-Translator: Kevin Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n" @@ -14,114 +14,114 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "errno anaithnid" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "nÃl an cineál rogha seo (%d) ar fáil i popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "argóint ar iarraidh" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "rogha anaithnid" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "iarradh oibrÃochtaà loighciúla comheisiacha" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "nÃor chóir rogha->arg a bheith NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "ailiasanna neadaithe ródhomhain" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "earráid agus paraiméadar á chur faoi chomharthaà athfhriotail" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "luach neamhbhailà uimhriúil" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "uimhir rómhór nó róbheag" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "theip ar dháileadh na cuimhne" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "earráid anaithnid" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Taispeáin an chabhair seo" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Taispeáin beagán eolais faoin úsáid" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Taispeáin luachanna réamhshocraithe na roghanna sa teachtaireacht" -#: popthelp.c:91 +#: popthelp.c:92 #, fuzzy msgid "Terminate options" msgstr "Roghanna cabhracha:" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Roghanna cabhracha:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "Roghanna a cuireadh i bhfeidhm trà ailias/exec popt:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NEAMHNÃ" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "LUACH" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2001-01-17 01:01+0100\n" "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n" "Language-Team: Galician <trasno@ceu.fi.udc.es>\n" @@ -10,114 +10,114 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "errno descoñecido" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "tipo de opción (%d) non implementada en popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "falta un argumento" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "opción descoñecida" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "solicitáronse operacións lóxicas mutuamente excluíntes" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "aliases aniñados a un nivel demasiado profundo" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "erro nas comiñas do parámetro" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "valor numérico non válido" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "número demasiado grande ou pequeno" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "erro descoñecido" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Amosar esta mensaxe de axuda" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Amosar brevemente o xeito de utilización" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Amosar brevemente o xeito de utilización" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NADA" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "CADEA" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2007-06-21 00:45+0200\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" @@ -15,114 +15,114 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "ismeretlen hibaszám" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "a kapcsolótÃpus (%d) nincs megvalósÃtva a popt-ban\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "hiányzó paraméter" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "ismeretlen kapcsoló" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "kölcsönösen kizáró logikai műveleteket kért" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "az opt->arg nem lehet NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "az álnevek túl mélyen vannak egymásba ágyazva" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "hiba a paraméter idézésében" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "érvénytelen numerikus érték" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "a szám túl nagy vagy túl kicsi" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "a memóriafoglalás meghiúsult" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "ismeretlen hiba" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Ezen súgó megjelenÃtése" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Rövid használati utasÃtás megjelenÃtése" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Kapcsolók alapértelmezéseinek megjelenÃtése" -#: popthelp.c:91 +#: popthelp.c:92 #, fuzzy msgid "Terminate options" msgstr "SúgólehetÅ‘ségek:" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "SúgólehetÅ‘ségek:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "A popt alias/exec segÃtségével megvalósÃtott kapcsolók:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NINCS" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "ÉRTÉK" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "EGÉSZ" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "HOSSZÚ" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "HOSSZÚ" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "SZÖVEG" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "LEBEGÅ" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DUPLA" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "PAR" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2001-06-08 01:35+0000\n" "Last-Translator: Richard Allen <ra@hp.is>\n" "Language-Team: is <kde-isl@mmedia.is>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "óþekkt villunúmer" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "rofagerðin (%d) er ekki studd í popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "vantar viðfang" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "óþekktur rofi" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "beðið um rofa sem slökkva hvor á öðrum" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg ætti ekki að vera NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "alíasar of flóknir" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "villa í viðföngum (gæsalappir og svo frv.)" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ógilt tölulegt gildi" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "talan of stór eða smá" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "ekki tókst að taka frá minni" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "óþekkt villa" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Sýna þessa hjálp" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Sýna stuttar notkunarleiðbeiningar" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Sýna sjálfgefin gildi rofa í skilaboðum" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "ENGIN" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.12\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2007-11-14 20:39+0100\n" "Last-Translator: Sandro Bonazzola <sandro.bonazzola@gmail.com>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -16,113 +16,113 @@ msgstr "" "X-Poedit-Language: Italian\n" "X-Poedit-Country: ITALY\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "errno sconosciuto" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "opzione di tipo (%d) non implementata in popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "argomento mancante" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "opzione sconosciuta" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "richieste operazioni logiche mutuamente esclusive" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg non dovrebbe essere NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "alias nidificati troppo profondamente" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "errore nel quoting del parametro" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "valore numerico errato" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "numero troppo grande o troppo piccolo" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "allocazione di memoria fallita" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "errore sconosciuto" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Mostra questo messaggio di aiuto" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Mostra un breve messaggio di utilizzo" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Mostra i valori predefiniti delle opzioni nei messaggi" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2003--8-25 19:00+0900\n" "Last-Translator: Yukihiro Nakai <ynakai@redhat.com>\n" "Language-Team: Japanese <ja@li.org>\n" @@ -14,114 +14,114 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "ä¸æ˜Žãªã‚¨ãƒ©ãƒ¼ç•ªå·" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "オプションタイプ (%d) ã¯poptã«ã¯å®Ÿè£…ã•ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "引数ãŒã‚ã‚Šã¾ã›ã‚“" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "ä¸æ˜Žãªã‚ªãƒ—ション" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "排他的ãªæ‚ªãºãƒ¼ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ãŒå¿…è¦ã§ã™" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->argã¯NULLã§ã¯ã„ã‘ã¾ã›ã‚“" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "エイリアスã®ãƒã‚¹ãƒˆãŒæ·±ã™ãŽã¾ã™" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "パラメータã®ã‚¯ã‚ªãƒ¼ãƒˆä»˜ã‘ã§ã‚¨ãƒ©ãƒ¼" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ä¸æ£ãªæ•°å€¤" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "数値ãŒå¤§ãã™ãŽã‚‹ã‹å°ã•ã™ãŽã¾ã™" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "メモリ確ä¿ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "ä¸æ˜Žãªã‚¨ãƒ©ãƒ¼" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "ã“ã®ãƒ˜ãƒ«ãƒ—メッセージを表示ã—ã¾ã™" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "使ã„æ–¹ã®æ¦‚è¦ã‚’表示ã—ã¾ã™" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "オプションã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ã‚’メッセージã«è¡¨ç¤ºã—ã¾ã™" -#: popthelp.c:91 +#: popthelp.c:92 #, fuzzy msgid "Terminate options" msgstr "ヘルプオプション:" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "ヘルプオプション:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "poptã®alias/execã§å®Ÿè£…ã•ã‚Œã¦ã„るオプション:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "ãªã—" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "値" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "æ–‡å—列" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2001-09-06 20:06+0900\n" "Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n" "Language-Team: GNU Translation project <ko@li.org>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=EUC-KR\n" "Content-Transfer-Encoding: 8-bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼´Â ¾ÈµË´Ï´Ù" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "ÀÌ µµ¿ò¸»À» º¸¿©ÁÝ´Ï´Ù" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "°£´ÜÇÑ »ç¿ë¹ýÀ» º¸¿©ÁÝ´Ï´Ù" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "±âº»ÀûÀÎ ¿É¼ÇÀ» º¸¿©ÁÝ´Ï´Ù" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "¾øÀ½(NONE)" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "°ª(VAL)" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "Á¤¼ö(INT)" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "Á¤¼ö(LONG)" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "Á¤¼ö(LONG)" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "¹®ÀÚ¿(STRING)" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "¼Ò¼ö(FLOAT)" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "¼Ò¼ö(DOUBLE)" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "Àμö(ARG)" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2001-06-27 11:05+0200\n" "Last-Translator: Kjartan Maraas <kmaraas@online.no>\n" "Language-Team: Norwegian <no@li.org>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "ukjent errno" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "flaggtype (%d) ikke implementert i popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "manglende argument" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "ukjent flagg" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "gjensidig eksluderende logiske operasjoner forespurt" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg må ikke være NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "aliaser med for dype løkker" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "feil i parametersitering" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ugyldig numerisk verdi" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "tallet er for stort eller lite" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "minneallokering feilet" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "ukjent feil" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Vis denne hjelpmeldingen" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Vis kort bruksmelding" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Vis forvalgte flagg i melding" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "INGEN" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VERDI" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "HELTALL" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRENG" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLYTTALL" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-20 19:26+0100\n" "Last-Translator: Tim Van Holder <tim.van.holder@telenet.be>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -14,116 +14,116 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "onbekend foutnummer (errno)" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "dit optietype (%u) is niet geïmplementeerd in popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "ontbrekend argument" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "onbekende optie" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "elkaar uitsluitende logische operatoren werden gevraagd" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg zou niet NULL mogen zijn" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "aliassen zijn te diep genest" # of toch beter "quoting" behouden? -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "fout in de aanhaling van parameters" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ongeldige numerieke waarde" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "getal is te klein of te groot" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "reserveren van geheugen is mislukt" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "onbekende fout" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Deze hulptekst tonen" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Een korte gebruikssamenvatting tonen" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "De standaardwaarden van opties tonen in de tekst" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "Opties beëindigen" # of "Help-opties:"? -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Hulp-opties:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "Opties geïmplementeerd d.m.v. popt alias/exec:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "GEEN" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "WAARDE" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LONGLONG" # TEKENREEKS lijkt me niet gepast; dus ofwel STRING behouden, ofwel TEKST -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "TEKST" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" # of hier ARGUMENT van maken? -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-18 00:30+0100\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" @@ -14,112 +14,112 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "nieznane errno" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "typ opcji (%u) nie zaimplementowany w popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "brak parametru" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "nieznana opcja" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "¿±danie wykluczaj±cych siê operacji" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg nie mo¿e byæ NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "zbyt du¿e zag³êbienie aliasów" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "b³±d w cytowaniu parametru" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "b³êdna warto¶æ liczbowa" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "liczba zbyt du¿a lub zbyt ma³a" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "b³±d alokacji pamiêci" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "nieznany b³±d" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Poka¿ tê pomoc" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Wy¶wietl skrócony sposób u¿ycia" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Wy¶wietl domy¶lne opcje w opisie" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "Opcje zakoñczenia" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Opcje pomocy:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "Opcje zaimplementowane poprzez popt alias/exec:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "BRAK" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "WART" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LONGLONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "£AÑCUCH" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "PARAM" diff --git a/po/popt.pot b/po/popt.pot index 4f4a6e4..dd44688 100644 --- a/po/popt.pot +++ b/po/popt.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -15,112 +15,112 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2002-02-13 18:32+0000\n" "Last-Translator: Pedro Morais <morais@kde.org>\n" "Language-Team: pt <morais@kde.org>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "errno desconhecido" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "tipo de opção (%d) não implementado no popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "falta um argumento" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "opção desconhecida" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "foram pedidas operações lógicas mutuamente exclusivas" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg não deve ser NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "'aliases' demasiado aninhados" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "erros no 'quoting' de parâmetros" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "valor númerico inválido" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "número demasiado grando ou pequeno" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "alocação de memória falhou" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "erro desconhecido" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Mostrar esta mensagem de ajuda" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Mostrar uma mensagem de utilização sucinta" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Mostrar valor por omissão das opções na mensagem" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2000-06-14 23:23+EST\n" "Last-Translator: Cristian Gafton <gafton@redhat.com>\n" "Language-Team: Romanian <ro@li.org>\n" @@ -10,114 +10,114 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "eroare necunoscuta" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "optiunea de tipul (%d) nu este implementata in popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "argument lipsa" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "optiune necunoscuta" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "recursivitate infinita la optiunile sinonime" -#: popt.c:1304 +#: popt.c:1359 #, fuzzy msgid "error in parameter quoting" msgstr "eroare la insertie parametru" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "valoare numarica invalida" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "numar prea mare sau prea mic" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "eroare necuinoscuta" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Afisare mesaj de help" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Afisare mesaj sintaxa sumar" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Afisare mesaj sintaxa sumar" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2001-07-05 21:00-0500\n" "Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n" "Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "ÐÒÏÐÕÝÅÎ ÁÒÇÕÍÅÎÔ" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "ÐÒÅ×ÙÛÅÎ ÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "ðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "ðÏËÁÚÁÔØ ËÒÁÔËÕÀ ÉÎÓÔÒÕËÃÉÀ ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "ðÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 1999-08-04 21:40+0200\n" "Last-Translator: Stanislav Meduna <stano@eunet.sk>\n" "Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n" @@ -14,113 +14,113 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Vypísa» túto správu" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Zobrazi» struèný návod na pou¾itie" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Zobrazi» struèný návod na pou¾itie" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "" @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2000-09-05 12:30+0200\n" "Last-Translator: Roman Maurer <roman.maurer@hermes.si>\n" "Language-Team: Slovenian <sl@li.org>\n" @@ -10,113 +10,113 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Prika¾i to sporoèilo s pomoèjo" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Prika¾i kratko sporoèilo o uporabi" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Prika¾i kratko sporoèilo o uporabi" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-23 20:15+0100\n" "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -17,112 +17,112 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "okänt felnummer" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "flaggtypen (%u) är inte implementerad i popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "argument saknas" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "okänd flagga" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "ömsesidigt uteslutande logiska operationer begärdes" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg får inte vara NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "alias är nästade för djupt" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "fel i parametercitering" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ogiltigt numeriskt värde" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "talet för stort eller för litet" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "minnesallokering misslyckades" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "okänt fel" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Visa denna hjälptext" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Visa en kortfattad användningstext" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Visa standardalternativ för flaggor i meddelande" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "Avsluta flaggor" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Hjälpflaggor:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "Flaggor implementerade via popt-alias/exec:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "INGET" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VÄRDE" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "HELTAL" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LÅNG" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LÅNGLÅNG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRÄNG" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLYTTAL" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DUBBEL" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-19 15:53+0700\n" "Last-Translator: Seksan Poltree <seksan.poltree@gmail.com>\n" "Language-Team: Thai <translation-team-th@lists.sourceforge.net>\n" @@ -16,112 +16,112 @@ msgstr "" "X-Poedit-Language: Thai\n" "X-Poedit-Country: THAILAND\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "เà¸à¸´à¸” errno ที่ไม่รู้จัà¸" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "ตัวเลืà¸à¸à¸Šà¸™à¸´à¸” (%u) ไม่ถูà¸à¸à¸´à¸¡à¸žà¸¥à¸µà¹€à¸¡à¸™à¸•à¹Œà¹ƒà¸™ popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "ไม่พบà¸à¸²à¸£à¹Œà¸à¸´à¸§à¹€à¸¡à¸™à¸•à¹Œ" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "ไม่รู้จัà¸à¸•à¸±à¸§à¹€à¸¥à¸·à¸à¸" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "เà¸à¸´à¸”à¸à¸²à¸£à¸£à¹‰à¸à¸‡à¸‚à¸à¸£à¹ˆà¸§à¸¡à¸à¸±à¸™à¸‚à¸à¸‡à¸à¸²à¸£à¸”ำเนินà¸à¸²à¸£à¸”้านตรรà¸à¸°à¸à¸¢à¹ˆà¸²à¸‡à¹€à¸”ียวà¸à¸±à¸™" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg ไม่ควรจะเป็น NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "นามà¹à¸à¸‡à¸‹à¹‰à¸à¸™à¸à¸±à¸™à¸¡à¸²à¸à¹€à¸à¸´à¸™à¹„ป" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "เà¸à¸´à¸”ข้à¸à¸œà¸´à¸”พลาดในà¸à¸²à¸£à¸à¹‰à¸²à¸‡à¸à¸´à¸‡à¸žà¸²à¸£à¸²à¸¡à¸´à¹€à¸•à¸à¸£à¹Œ" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ค่าตัวเลขผิดพลาด" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "ตัวเลขมีค่ามาà¸à¸«à¸£à¸·à¸à¸™à¹‰à¸à¸¢à¹€à¸à¸´à¸™à¹„ป" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "à¸à¸²à¸£à¸ˆà¸±à¸”สรรหน่วยความจำผิดพลาด" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "ความผิดพลาดที่ไม่รู้จัà¸" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "à¹à¸ªà¸”งข้à¸à¸„วามช่วยเหลืà¸à¸™à¸µà¹‰" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "à¹à¸ªà¸”งข้à¸à¸„วามสรุปย่à¸à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "à¹à¸ªà¸”งตัวเลืà¸à¸à¸¡à¸²à¸•à¸£à¸à¸²à¸™à¹ƒà¸™à¸‚้à¸à¸„วาม" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "ตัวเลืà¸à¸à¸à¸²à¸£à¸ªà¸´à¹‰à¸™à¸ªà¸¸à¸”:" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "ตัวเลืà¸à¸à¸„วามช่วยเหลืà¸:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "ตัวเลืà¸à¸à¸—ี่ถูà¸à¸à¸´à¸¡à¸žà¸¥à¸µà¹€à¸¡à¸™à¸•à¹Œà¸”้วย popt alias/exec:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "ไม่มี" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LONGLONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2000-02-11 13:01+0200\n" "Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -13,114 +13,114 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-9\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "bilinmeyen hata no" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "seçenek türü (%d) popt için geçersiz\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "argüman eksik" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "bilinmeyen seçenek" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "birbirini dýþlayan mantýksal iþlemler istendi" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "adlarda çok fazla içiçelikler" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "parametrelerde týrnak iþaretleme hatalý " -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "sayýsal deðer geçersiz" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "sayý ya çok büyük ya da çok küçük" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "bilinmeyen hata" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Bu yardým iletisini gösterir" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Kýsa bir kullaným iletisi göster" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Kýsa bir kullaným iletisi göster" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "YOK" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "DEÐ" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 1999-09-30 16:54+0200\n" "Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n" "Language-Team: Ukrainian <uk@li.org>\n" @@ -14,113 +14,113 @@ msgstr "" "Content-Type: text/plain; charset=koi8-u\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "ðÏËÁÚÁÔÉ ÃÀ ÄÏצÄËÕ" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-18 16:20+1030\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -17,112 +17,112 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.7b3\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "số hiệu lá»—i không rõ" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "kiểu tùy chá»n (%u) chÆ°a được thá»±c hiện trong popt\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "thiếu đối số" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "tùy chá»n không rõ" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "các thao tác hợp lý loại từ lẫn nhau được yêu cầu" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "« tùy chá»n->đối số » không thể vô giá trị" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "các bà danh lồng nhau quá sâu" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "gặp lá»—i trong lá»i trÃch dẫn tham số" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "giá trị thuá»™c số không hợp lệ" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "con số quá lá»›n hay quá nhá»" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "lá»—i cấp phát bá»™ nhá»›" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "lá»—i không rõ" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Xem thông Ä‘iệp trợ giúp nà y" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Hiển thị thông Ä‘iệp cách sá» dụng ngắn" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "Hiển thị các giá trị mặc định của tùy chá»n trong thông Ä‘iệp" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "Tùy chá»n chấm dứt" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "Tùy chá»n trợ giúp:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "Các tùy chá»n được thá»±c hiện thông qua popt alias/exec:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "KHÔNG CÓ" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "GIà TRỊ" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "Sá» NGUYÊN" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "DÀI" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "DÀIDÀI" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "CHUá»–I" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "Ná»”I" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "ÄÔI" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "Äá»I Sá»" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 1999-03-18 23:11+0100\n" "Last-Translator: Nobody yet\n" "Language-Team: walon <linux-wa@chanae.alphanet.ch>\n" @@ -18,113 +18,113 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "Mostrer ci messaedje d' aide chal" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "Mostre on court messaedje so kmint vos è siervi" -#: popthelp.c:89 +#: popthelp.c:90 #, fuzzy msgid "Display option defaults in message" msgstr "Mostre on court messaedje so kmint vos è siervi" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 2db20c9..7a087a6 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.14\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2008-02-18 20:16+0800\n" "Last-Translator: LI Daobing <lidaobing@gmail.com>\n" "Language-Team: Chinese (simplified) <translation-team-zh-cn@lists." @@ -17,112 +17,112 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "未知的错误" -#: popt.c:1090 +#: popt.c:1141 #, c-format msgid "option type (%u) not implemented in popt\n" msgstr "选项类别 (%u) 没有在 popt ä¸å®žçŽ°\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "缺少å‚æ•°" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "未知的选项" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "éœ€è¦ XOR 逻辑è¿ç®—" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg ä¸åº”该为 NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "别å嵌套太深" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "å‚数引å·é”™è¯¯" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "æ— æ•ˆçš„æ•°å€¼" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "数值太大或太å°" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "内å˜åˆ†é…错误" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "未知的错误" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "显示这个帮助信æ¯" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "显示简çŸçš„使用说明" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "在信æ¯ä¸æ˜¾ç¤ºé»˜è®¤çš„选项" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "终æ¢é€‰é¡¹" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "帮助选项:" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "通过 popt alias/exec 实现的选项:" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 msgid "LONGLONG" msgstr "LONGLONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" diff --git a/po/zh_TW.po b/po/zh_TW.po index 5cdd879..27ac2fe 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.11\n" "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n" -"POT-Creation-Date: 2008-02-18 08:21-0500\n" +"POT-Creation-Date: 2008-04-02 13:18-0400\n" "PO-Revision-Date: 2005-04-08 17:52+0800\n" "Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n" "Language-Team: zh_TW <zh-l10n@linux.org.tw>\n" @@ -14,113 +14,113 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: popt.c:35 +#: popt.c:42 msgid "unknown errno" msgstr "未知的錯誤" -#: popt.c:1090 +#: popt.c:1141 #, fuzzy, c-format msgid "option type (%u) not implemented in popt\n" msgstr "é¸é …é¡žåž‹ (%d) 沒有在 popt ä¸å¯¦ä½œ\n" -#: popt.c:1294 +#: popt.c:1349 msgid "missing argument" msgstr "缺少引數" -#: popt.c:1296 +#: popt.c:1351 msgid "unknown option" msgstr "未知的é¸é …" -#: popt.c:1298 +#: popt.c:1353 msgid "mutually exclusive logical operations requested" msgstr "需è¦ç›¸äº’ç¨ç«‹çš„é‚輯é‹ç®—" -#: popt.c:1300 +#: popt.c:1355 msgid "opt->arg should not be NULL" msgstr "opt->arg ä¸æ‡‰ç‚º NULL" -#: popt.c:1302 +#: popt.c:1357 msgid "aliases nested too deeply" msgstr "巢狀別å太深" -#: popt.c:1304 +#: popt.c:1359 msgid "error in parameter quoting" msgstr "åƒæ•¸å¼•è™ŸéŒ¯èª¤" -#: popt.c:1306 +#: popt.c:1361 msgid "invalid numeric value" msgstr "ä¸æ£ç¢ºçš„數值" -#: popt.c:1308 +#: popt.c:1363 msgid "number too large or too small" msgstr "數å—太大或太å°" -#: popt.c:1310 +#: popt.c:1365 msgid "memory allocation failed" msgstr "記憶體é…置錯誤" -#: popt.c:1314 +#: popt.c:1369 msgid "unknown error" msgstr "未知的錯誤" -#: popthelp.c:74 popthelp.c:85 +#: popthelp.c:75 popthelp.c:86 msgid "Show this help message" msgstr "顯示本說明訊æ¯" -#: popthelp.c:75 popthelp.c:86 +#: popthelp.c:76 popthelp.c:87 msgid "Display brief usage message" msgstr "顯示簡çŸçš„使用說明" -#: popthelp.c:89 +#: popthelp.c:90 msgid "Display option defaults in message" msgstr "在訊æ¯ä¸é¡¯ç¤ºé è¨é¸é …" -#: popthelp.c:91 +#: popthelp.c:92 msgid "Terminate options" msgstr "" -#: popthelp.c:190 +#: popthelp.c:191 msgid "Help options:" msgstr "" -#: popthelp.c:191 +#: popthelp.c:192 msgid "Options implemented via popt alias/exec:" msgstr "" -#: popthelp.c:199 +#: popthelp.c:200 msgid "NONE" msgstr "NONE" -#: popthelp.c:201 +#: popthelp.c:202 msgid "VAL" msgstr "VAL" -#: popthelp.c:205 +#: popthelp.c:206 msgid "INT" msgstr "INT" -#: popthelp.c:206 +#: popthelp.c:207 msgid "LONG" msgstr "LONG" -#: popthelp.c:207 +#: popthelp.c:208 #, fuzzy msgid "LONGLONG" msgstr "LONG" -#: popthelp.c:208 +#: popthelp.c:209 msgid "STRING" msgstr "STRING" -#: popthelp.c:209 +#: popthelp.c:210 msgid "FLOAT" msgstr "FLOAT" -#: popthelp.c:210 +#: popthelp.c:211 msgid "DOUBLE" msgstr "DOUBLE" -#: popthelp.c:213 +#: popthelp.c:214 msgid "ARG" msgstr "ARG" |