diff options
author | jbj <devnull@localhost> | 2001-09-15 13:49:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-15 13:49:11 +0000 |
commit | da9b21485cd9400883de08b2754bd103f25144da (patch) | |
tree | 0b547ef38f19e147958a6fc4a9fc283727b81d97 /popt/po | |
parent | 2b23209fceb4377bd4c4b5230c580122ffa81b41 (diff) | |
download | rpm-da9b21485cd9400883de08b2754bd103f25144da.tar.gz rpm-da9b21485cd9400883de08b2754bd103f25144da.tar.bz2 rpm-da9b21485cd9400883de08b2754bd103f25144da.zip |
Sync with rpm-4_0 branch.
CVS patchset: 5048
CVS date: 2001/09/15 13:49:11
Diffstat (limited to 'popt/po')
-rw-r--r-- | popt/po/cs.po | 102 | ||||
-rw-r--r-- | popt/po/da.po | 102 | ||||
-rw-r--r-- | popt/po/de.po | 58 | ||||
-rw-r--r-- | popt/po/eu_ES.po | 58 | ||||
-rw-r--r-- | popt/po/fi.po | 58 | ||||
-rw-r--r-- | popt/po/fr.po | 58 | ||||
-rw-r--r-- | popt/po/gl.po | 108 | ||||
-rw-r--r-- | popt/po/hu.po | 59 | ||||
-rw-r--r-- | popt/po/id.po | 58 | ||||
-rw-r--r-- | popt/po/is.po | 100 | ||||
-rw-r--r-- | popt/po/it.po | 58 | ||||
-rw-r--r-- | popt/po/ja.po | 58 | ||||
-rw-r--r-- | popt/po/ko.po | 117 | ||||
-rw-r--r-- | popt/po/no.po | 100 | ||||
-rw-r--r-- | popt/po/pl.po | 58 | ||||
-rw-r--r-- | popt/po/popt.pot | 2 | ||||
-rw-r--r-- | popt/po/pt.po | 97 | ||||
-rw-r--r-- | popt/po/pt_BR.po | 58 | ||||
-rw-r--r-- | popt/po/ro.po | 59 | ||||
-rw-r--r-- | popt/po/ru.po | 102 | ||||
-rw-r--r-- | popt/po/sk.po | 59 | ||||
-rw-r--r-- | popt/po/sl.po | 59 | ||||
-rw-r--r-- | popt/po/sr.po | 58 | ||||
-rw-r--r-- | popt/po/sv.po | 106 | ||||
-rw-r--r-- | popt/po/tr.po | 101 | ||||
-rw-r--r-- | popt/po/uk.po | 59 | ||||
-rw-r--r-- | popt/po/wa.po | 59 | ||||
-rw-r--r-- | popt/po/zh.po | 58 | ||||
-rw-r--r-- | popt/po/zh_CN.GB2312.po | 59 |
29 files changed, 1211 insertions, 877 deletions
diff --git a/popt/po/cs.po b/popt/po/cs.po index 892c91f4c..81feb8649 100644 --- a/popt/po/cs.po +++ b/popt/po/cs.po @@ -1,9 +1,9 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-08-23 22:24+0100\n" -"Last-Translator: Milan Kerslager <milan.kerslager@spsselib.hiedu.cz>\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" @@ -11,89 +11,101 @@ msgstr "" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "neznámé èíslo chyby" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "volba (%d) není v popt implementována\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "chybí argument" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "neznámá volba" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" -msgstr "" +msgstr "po¾adovány vzájemnì výluèné logické operace" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "opt->arg nesmí být NULL" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "aliasy vnoøené pøíli¹ hluboko" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "chyba v quotování parametrù" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "chybná numerická hodnota" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" -msgstr "" +msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé" + +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "selhala alokace pamìti" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "neznámá chyba" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Vypí¹e tuto nápovìdu" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Vypí¹e krátký návod k pou¾ití" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "Zobrazit implicitní volby ve zprávì" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "NONE" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VAL" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRING" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Pou¾ití:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[VOLBY...]" diff --git a/popt/po/da.po b/popt/po/da.po index d22c4cbea..1443ade94 100644 --- a/popt/po/da.po +++ b/popt/po/da.po @@ -1,99 +1,113 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-03-07 05:17+01:00\n" -"Last-Translator: K. Christiansen <kenneth@gnu.org>\n" -"Language-Team: Danish/Dansk <dansk@klid.dk>\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" +"X-Generator: KTranslator v 0.6.0\n" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "ukendt fejlnr." -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "tilvalgstype (%d) er ikke implementeret i popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "mangler argument" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "ukendt tilvalg" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" +msgstr "de ønskede handlinger udelukker hinanden" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "aliaser er for dybt indlejret" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "fejl i parameter citering" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "ugyldig numerisk værdi" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" +msgstr "nummer for stort, eller for lille" + +#: popt.c:1116 +msgid "memory allocation failed" msgstr "" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "ukendt fejl" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Vis denne hjælpemeddelelse" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Vis kortfattet brugsanvisning" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Vis kortfattet brugsanvisning" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "INGEN" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VAL" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRING" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Brug:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[TILVALG...]" diff --git a/popt/po/de.po b/popt/po/de.po index ae68916a9..9408ada11 100644 --- a/popt/po/de.po +++ b/popt/po/de.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/eu_ES.po b/popt/po/eu_ES.po index 3687099c0..9408ada11 100644 --- a/popt/po/eu_ES.po +++ b/popt/po/eu_ES.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/fi.po b/popt/po/fi.po index ae68916a9..9408ada11 100644 --- a/popt/po/fi.po +++ b/popt/po/fi.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/fr.po b/popt/po/fr.po index ae68916a9..9408ada11 100644 --- a/popt/po/fr.po +++ b/popt/po/fr.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/gl.po b/popt/po/gl.po index 8696d518d..237da1b16 100644 --- a/popt/po/gl.po +++ b/popt/po/gl.po @@ -1,108 +1,112 @@ -# Galician translation of popt. -# Copyright (C) 2000 Jesús Bravo Álvarez. -# Jesús Bravo Álvarez <jba@pobox.com>, 2000. -# -# Se desexas colaborar connosco na traducción de programas libres ó galego, -# vai mira-la páxina do noso grupo: http://www.ctv.es/USERS/jtarrio/trans -# -# First Version: 2000-01-06 20:31+0100 -# msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-01-06 20:31+0100\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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 <gpul-traduccion@ceu.fi.udc.es>\n" +"Language-Team: Galician <trasno@ceu.fi.udc.es>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "errno descoñecido" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "tipo de opción (%d) non implementada en popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "falta un argumento" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "opción descoñecida" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" +msgstr "solicitáronse operacións lóxicas mutuamente excluíntes" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "aliases aniñados a un nivel demasiado profundo" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "erro nas comiñas do parámetro" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "valor numérico non válido" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" +msgstr "número demasiado grande ou pequeno" + +#: popt.c:1116 +msgid "memory allocation failed" msgstr "" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "erro descoñecido" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Amosar esta mensaxe de axuda" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Amosar brevemente o xeito de utilización" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Amosar brevemente o xeito de utilización" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "NADA" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VAL" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "CADEA" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Uso:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[OPCIÓN...]" diff --git a/popt/po/hu.po b/popt/po/hu.po index a0f69a724..fe4c7c868 100644 --- a/popt/po/hu.po +++ b/popt/po/hu.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-0400\n" "PO-Revision-Date: 2000-08-03 23:26+0200\n" "Last-Translator: László Németh <nemeth@qwertynet.hu>\n" "Language-Team: Hungarian\n" @@ -13,87 +13,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "E súgó megjelenítése" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Rövid használati utasítás megjelenítése" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Rövid használati utasítás megjelenítése" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/id.po b/popt/po/id.po index ae68916a9..9408ada11 100644 --- a/popt/po/id.po +++ b/popt/po/id.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/is.po b/popt/po/is.po index faa18c640..7f078a3e4 100644 --- a/popt/po/is.po +++ b/popt/po/is.po @@ -1,8 +1,8 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-06-16 02:12+0000\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" @@ -11,89 +11,101 @@ msgstr "" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "óþekkt villunúmer" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "rofagerðin (%d) er ekki studd í popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "vantar viðfang" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "óþekktur rofi" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" -msgstr "" +msgstr "beðið um rofa sem slökkva hvor á öðrum" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "opt->arg ætti ekki að vera NULL" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "alíasar of flóknir" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "villa í viðföngum (gæsalappir og svo frv.)" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "ógilt tölulegt gildi" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" -msgstr "" +msgstr "talan of stór eða smá" + +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "ekki tókst að taka frá minni" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "óþekkt villa" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Sýna þessa hjálp" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Sýna stuttar notkunarleiðbeiningar" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "Sýna sjálfgefin gildi rofa í skilaboðum" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "ENGIN" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VAL" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRING" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Notkun:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[ROFI...]" diff --git a/popt/po/it.po b/popt/po/it.po index ae68916a9..9408ada11 100644 --- a/popt/po/it.po +++ b/popt/po/it.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/ja.po b/popt/po/ja.po index ae68916a9..9408ada11 100644 --- a/popt/po/ja.po +++ b/popt/po/ja.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/ko.po b/popt/po/ko.po index ae68916a9..7cc9d25eb 100644 --- a/popt/po/ko.po +++ b/popt/po/ko.po @@ -1,104 +1,111 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Free Software Foundation, Inc. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\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" +"Project-Id-Version: popt 1.6\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: ENCODING\n" +"Content-Type: text/plain; charset=EUC-KR\n" +"Content-Transfer-Encoding: 8-bit\n" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" -msgstr "" +msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼´Â ¾ÈµË´Ï´Ù" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" -msgstr "" +msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù" + +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" -msgstr "" +msgstr "ÀÌ µµ¿ò¸»À» º¸¿©ÁÝ´Ï´Ù" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" -msgstr "" +msgstr "°£´ÜÇÑ »ç¿ë¹ýÀ» º¸¿©ÁÝ´Ï´Ù" + +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "±âº»ÀûÀÎ ¿É¼ÇÀ» º¸¿©ÁÝ´Ï´Ù" -#: popthelp.c:60 +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "¾øÀ½(NONE)" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "°ª(VAL)" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "Á¤¼ö(INT)" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "Á¤¼ö(LONG)" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "¹®ÀÚ¿(STRING)" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "¼Ò¼ö(FLOAT)" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "¼Ò¼ö(DOUBLE)" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "Àμö(ARG)" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "»ç¿ë¹ý:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[¿É¼Ç...]" diff --git a/popt/po/no.po b/popt/po/no.po index f83d266bf..442be770e 100644 --- a/popt/po/no.po +++ b/popt/po/no.po @@ -1,8 +1,8 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-06-21 16:11+02:00\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" @@ -11,89 +11,101 @@ msgstr "" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "ukjent errno" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "flaggtype (%d) ikke implementert i popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "manglende argument" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "ukjent flagg" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" -msgstr "" +msgstr "gjensidig eksluderende logiske operasjoner forespurt" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "opt->arg må ikke være NULL" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "aliaser med for dype løkker" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "feil i parametersitering" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "ugyldig numerisk verdi" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" -msgstr "" +msgstr "tallet er for stort eller lite" + +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "minneallokering feilet" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "ukjent feil" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Vis denne hjelpmeldingen" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Vis kort bruksmelding" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "Vis forvalgte flagg i melding" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "INGEN" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VERDI" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "HELTALL" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRENG" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLYTTALL" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Bruk:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[FLAGG...]" diff --git a/popt/po/pl.po b/popt/po/pl.po index ae68916a9..9408ada11 100644 --- a/popt/po/pl.po +++ b/popt/po/pl.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/popt.pot b/popt/po/popt.pot index a9d365f8a..c64d7074e 100644 --- a/popt/po/popt.pot +++ b/popt/po/popt.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-07-16 22:58-0400\n" +"POT-Creation-Date: 2001-07-16 21:53-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" diff --git a/popt/po/pt.po b/popt/po/pt.po index 621a00ac1..d7561b75d 100644 --- a/popt/po/pt.po +++ b/popt/po/pt.po @@ -1,8 +1,8 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-06-22 01:02+01:00\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-0400\n" +"PO-Revision-Date: 2001-01-21 19:31+00:00\n" "Last-Translator: Pedro Morais <morais@kde.org>\n" "Language-Team: pt <morais@kde.org>\n" "MIME-Version: 1.0\n" @@ -11,89 +11,102 @@ msgstr "" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "errno desconhecido" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "tipo de opção (%d) não implementado no popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "falta um argumento" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "opção desconhecida" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" +msgstr "foram pedidas operações lógicas mutuamente exclusivas" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "'aliases' demasiado aninhados" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "erros no 'quoting' de parâmetros" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "valor númerico inválido" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" +msgstr "número demasiado grando ou pequeno" + +#: popt.c:1116 +msgid "memory allocation failed" msgstr "" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "erro desconhecido" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Mostrar esta mensagem de ajuda" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Mostrar uma mensagem de utilização sucinta" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Mostrar uma mensagem de utilização sucinta" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "NONE" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VAL" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRING" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Utilização:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[OPÇÃO...]" diff --git a/popt/po/pt_BR.po b/popt/po/pt_BR.po index ae68916a9..9408ada11 100644 --- a/popt/po/pt_BR.po +++ b/popt/po/pt_BR.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/ro.po b/popt/po/ro.po index f36a58d98..9d5455421 100644 --- a/popt/po/ro.po +++ b/popt/po/ro.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -13,88 +13,101 @@ msgstr "" msgid "unknown errno" msgstr "eroare necunoscuta" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "optiunea de tipul (%d) nu este implementata in popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "argument lipsa" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "optiune necunoscuta" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "recursivitate infinita la optiunile sinonime" -#: popt.c:901 +#: popt.c:1110 #, fuzzy msgid "error in parameter quoting" msgstr "eroare la insertie parametru" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "valoare numarica invalida" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "numar prea mare sau prea mic" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "eroare necuinoscuta" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Afisare mesaj de help" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Afisare mesaj sintaxa sumar" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Afisare mesaj sintaxa sumar" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "Sintaxa:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "[OPTIUNE...]" diff --git a/popt/po/ru.po b/popt/po/ru.po index 5ff7be39a..a571ec29f 100644 --- a/popt/po/ru.po +++ b/popt/po/ru.po @@ -1,9 +1,9 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-08-13 21:00+0300\n" -"Last-Translator: Leon Kanter <leon@blackcatlinux.com>\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" @@ -11,89 +11,101 @@ msgstr "" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "ÐÒÏÐÕÝÅÎ ÁÒÇÕÍÅÎÔ" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" -msgstr "" +msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "ÐÒÅ×ÙÛÅÎ ÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" -msgstr "" +msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ" + +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "ðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "ðÏËÁÚÁÔØ ËÒÁÔËÕÀ ÉÎÓÔÒÕËÃÉÀ ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "ðÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "NONE" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VAL" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRING" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[ðáòáíåôò...]" diff --git a/popt/po/sk.po b/popt/po/sk.po index 4f3ba8bb6..835a7178f 100644 --- a/popt/po/sk.po +++ b/popt/po/sk.po @@ -4,8 +4,8 @@ # msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -17,87 +17,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Vypísa» túto správu" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Zobrazi» struèný návod na pou¾itie" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Zobrazi» struèný návod na pou¾itie" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/sl.po b/popt/po/sl.po index f0543ff49..8a6d09cbc 100644 --- a/popt/po/sl.po +++ b/popt/po/sl.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -13,87 +13,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Prika¾i to sporoèilo s pomoèjo" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Prika¾i kratko sporoèilo o uporabi" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Prika¾i kratko sporoèilo o uporabi" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/sr.po b/popt/po/sr.po index ae68916a9..9408ada11 100644 --- a/popt/po/sr.po +++ b/popt/po/sr.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/sv.po b/popt/po/sv.po index 407c4d0a4..07b50f53a 100644 --- a/popt/po/sv.po +++ b/popt/po/sv.po @@ -1,99 +1,111 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-06-20 00:07+0200\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-0400\n" +"PO-Revision-Date: 2001-07-12 22:26+0100\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n" "Language-Team: Swedish <sv@li.org>\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "okänt felnummer" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "flaggtypen (%d) är inte implementerad i popt\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "argument saknas" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "okänd flagga" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" -msgstr "" +msgstr "ömsesidigt uteslutande logiska operationer begärdes" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "opt->arg får inte vara NULL" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "alias är nästlade för djupt" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "fel i parametercitering" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "ogiltigt numeriskt värde" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" -msgstr "" +msgstr "talet för stort eller för litet" + +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "minnesallokering misslyckades" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "okänt fel" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" -msgstr "Visa detta hjälpmeddelande" +msgstr "Visa denna hjälptext" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" -msgstr "Visa ett kortfattat användningsmeddelande" +msgstr "Visa en kortfattad användningstext" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "Visa standardalternativ för flaggor i meddelande" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "INGET" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "VÄRDE" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "HELTAL" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LÅNG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRÄNG" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLYTTAL" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DUBBEL" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Användning:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[FLAGGA...]" diff --git a/popt/po/tr.po b/popt/po/tr.po index 03c94a857..636c251d2 100644 --- a/popt/po/tr.po +++ b/popt/po/tr.po @@ -1,99 +1,112 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" -"PO-Revision-Date: 2000-01-06 13:01+0100\n" -"Last-Translator: Görkem Çetin <kabalak@gmx.net>\n" -"Language-Team: Gelecek A.Þ <gorkem@gelecek.com.tr>\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso8859-9\n" "Content-Transfer-Encoding: 8bit\n" #: popt.c:29 msgid "unknown errno" -msgstr "" +msgstr "bilinmeyen hata no" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" -msgstr "" +msgstr "seçenek türü (%d) popt için geçersiz\n" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" -msgstr "" +msgstr "argüman eksik" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" -msgstr "" +msgstr "bilinmeyen seçenek" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" +msgstr "birbirini dýþlayan mantýksal iþlemler istendi" + +#: popt.c:1106 +msgid "opt->arg should not be NULL" msgstr "" -#: popt.c:899 +#: popt.c:1108 msgid "aliases nested too deeply" -msgstr "" +msgstr "adlarda çok fazla içiçelikler" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" -msgstr "" +msgstr "parametrelerde týrnak iþaretleme hatalý " -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" -msgstr "" +msgstr "sayýsal deðer geçersiz" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" +msgstr "sayý ya çok büyük ya da çok küçük" + +#: popt.c:1116 +msgid "memory allocation failed" msgstr "" -#: popt.c:909 +#: popt.c:1120 msgid "unknown error" -msgstr "" +msgstr "bilinmeyen hata" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Bu yardým iletisini gösterir" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Kýsa bir kullaným iletisi göster" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Kýsa bir kullaným iletisi göster" + +#: popthelp.c:93 msgid "NONE" -msgstr "" +msgstr "YOK" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" -msgstr "" +msgstr "DEÐ" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" -msgstr "" +msgstr "INT" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" -msgstr "" +msgstr "LONG" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" -msgstr "" +msgstr "STRING" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" -msgstr "" +msgstr "FLOAT" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" -msgstr "" +msgstr "DOUBLE" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" -msgstr "" +msgstr "ARG" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" -msgstr "" +msgstr "Kullanýmý:" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" -msgstr "" +msgstr "[SEÇENEK...]" diff --git a/popt/po/uk.po b/popt/po/uk.po index 011fcccb0..20bb3c7ea 100644 --- a/popt/po/uk.po +++ b/popt/po/uk.po @@ -4,8 +4,8 @@ # msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -17,87 +17,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "ðÏËÁÚÁÔÉ ÃÀ ÄÏצÄËÕ" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/wa.po b/popt/po/wa.po index 5537215af..9b9003b03 100644 --- a/popt/po/wa.po +++ b/popt/po/wa.po @@ -8,8 +8,8 @@ # msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -21,87 +21,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "Mostrer ci messaedje d' aide chal" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "Mostre on court messaedje so kmint vos è siervi" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "Mostre on court messaedje so kmint vos è siervi" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/zh.po b/popt/po/zh.po index ae68916a9..9408ada11 100644 --- a/popt/po/zh.po +++ b/popt/po/zh.po @@ -5,8 +5,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-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" @@ -18,87 +18,99 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "" -#: popthelp.c:60 +#: popthelp.c:51 +msgid "Display option defaults in message" +msgstr "" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" diff --git a/popt/po/zh_CN.GB2312.po b/popt/po/zh_CN.GB2312.po index 2545528b5..80da16a80 100644 --- a/popt/po/zh_CN.GB2312.po +++ b/popt/po/zh_CN.GB2312.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-02-22 17:41-0500\n" +"Project-Id-Version: popt 1.6.3\n" +"POT-Creation-Date: 2001-07-16 21:53-0400\n" "PO-Revision-Date: 1999-11-11 05:04+0800\n" "Last-Translator: Dillion Chen <dillon.chen@turbolinux.com.cn>\n" "Language-Team: TLDN\n" @@ -13,87 +13,100 @@ msgstr "" msgid "unknown errno" msgstr "" -#: popt.c:758 +#: popt.c:892 #, c-format msgid "option type (%d) not implemented in popt\n" msgstr "" -#: popt.c:893 +#: popt.c:1100 msgid "missing argument" msgstr "" -#: popt.c:895 +#: popt.c:1102 msgid "unknown option" msgstr "" -#: popt.c:897 +#: popt.c:1104 msgid "mutually exclusive logical operations requested" msgstr "" -#: popt.c:899 +#: popt.c:1106 +msgid "opt->arg should not be NULL" +msgstr "" + +#: popt.c:1108 msgid "aliases nested too deeply" msgstr "" -#: popt.c:901 +#: popt.c:1110 msgid "error in parameter quoting" msgstr "" -#: popt.c:903 +#: popt.c:1112 msgid "invalid numeric value" msgstr "" -#: popt.c:905 +#: popt.c:1114 msgid "number too large or too small" msgstr "" -#: popt.c:909 +#: popt.c:1116 +msgid "memory allocation failed" +msgstr "" + +#: popt.c:1120 msgid "unknown error" msgstr "" -#: popthelp.c:28 +#: popthelp.c:47 msgid "Show this help message" msgstr "ÏÔʾÕâÌõ°ïÖúÐÅÏ¢" -#: popthelp.c:29 +#: popthelp.c:48 msgid "Display brief usage message" msgstr "ÏÔʾ¼ò¶ÌʹÓÃÐÅÏ¢" -#: popthelp.c:60 +#: popthelp.c:51 +#, fuzzy +msgid "Display option defaults in message" +msgstr "ÏÔʾ¼ò¶ÌʹÓÃÐÅÏ¢" + +#: popthelp.c:93 msgid "NONE" msgstr "" -#: popthelp.c:61 +#: popthelp.c:94 msgid "VAL" msgstr "" -#: popthelp.c:62 +#: popthelp.c:95 msgid "INT" msgstr "" -#: popthelp.c:63 +#: popthelp.c:96 msgid "LONG" msgstr "" -#: popthelp.c:64 +#: popthelp.c:97 msgid "STRING" msgstr "" -#: popthelp.c:65 +#: popthelp.c:98 msgid "FLOAT" msgstr "" -#: popthelp.c:66 +#: popthelp.c:99 msgid "DOUBLE" msgstr "" -#: popthelp.c:67 +#: popthelp.c:100 msgid "ARG" msgstr "" -#: popthelp.c:241 +#: popthelp.c:434 msgid "Usage:" msgstr "" -#: popthelp.c:260 +#: popthelp.c:456 msgid "[OPTION...]" msgstr "" |