diff options
Diffstat (limited to 'popt/po/gl.po')
-rw-r--r-- | popt/po/gl.po | 83 |
1 files changed, 82 insertions, 1 deletions
diff --git a/popt/po/gl.po b/popt/po/gl.po index a6be50c02..74f858fb8 100644 --- a/popt/po/gl.po +++ b/popt/po/gl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-01-01 17:42-0500\n" +"POT-Creation-Date: 2001-01-15 16:14-0500\n" "PO-Revision-Date: 2000-01-06 20:31+0100\n" "Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n" "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n" @@ -18,6 +18,47 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +#: popt.c:29 +msgid "unknown errno" +msgstr "" + +#: popt.c:758 +#, c-format +msgid "option type (%d) not implemented in popt\n" +msgstr "" + +#: popt.c:893 +msgid "missing argument" +msgstr "" + +#: popt.c:895 +msgid "unknown option" +msgstr "" + +#: popt.c:897 +msgid "mutually exclusive logical operations requested" +msgstr "" + +#: popt.c:899 +msgid "aliases nested too deeply" +msgstr "" + +#: popt.c:901 +msgid "error in paramter quoting" +msgstr "" + +#: popt.c:903 +msgid "invalid numeric value" +msgstr "" + +#: popt.c:905 +msgid "number too large or too small" +msgstr "" + +#: popt.c:909 +msgid "unknown error" +msgstr "" + #: popthelp.c:28 msgid "Show this help message" msgstr "Amosar esta mensaxe de axuda" @@ -25,3 +66,43 @@ msgstr "Amosar esta mensaxe de axuda" #: popthelp.c:29 msgid "Display brief usage message" msgstr "Amosar brevemente o xeito de utilización" + +#: popthelp.c:60 +msgid "NONE" +msgstr "" + +#: popthelp.c:61 +msgid "VAL" +msgstr "" + +#: popthelp.c:62 +msgid "INT" +msgstr "" + +#: popthelp.c:63 +msgid "LONG" +msgstr "" + +#: popthelp.c:64 +msgid "STRING" +msgstr "" + +#: popthelp.c:65 +msgid "FLOAT" +msgstr "" + +#: popthelp.c:66 +msgid "DOUBLE" +msgstr "" + +#: popthelp.c:67 +msgid "ARG" +msgstr "" + +#: popthelp.c:240 +msgid "Usage:" +msgstr "" + +#: popthelp.c:259 +msgid "[OPTION...]" +msgstr "" |