Re-add the POPT_ keywod to xgettext text extraction.
authorjbj <devnull@localhost>
Sun, 11 Aug 2002 17:17:55 +0000 (17:17 +0000)
committerjbj <devnull@localhost>
Sun, 11 Aug 2002 17:17:55 +0000 (17:17 +0000)
CVS patchset: 5623
CVS date: 2002/08/11 17:17:55

31 files changed:
popt/po/Makefile.in.in
popt/po/cs.po
popt/po/da.po
popt/po/de.po
popt/po/es.po
popt/po/eu_ES.po
popt/po/fi.po
popt/po/fr.po
popt/po/gl.po
popt/po/hu.po
popt/po/id.po
popt/po/is.po
popt/po/it.po
popt/po/ja.po
popt/po/ko.po
popt/po/no.po
popt/po/pl.po
popt/po/popt.pot
popt/po/pt.po
popt/po/pt_BR.po
popt/po/ro.po
popt/po/ru.po
popt/po/sk.po
popt/po/sl.po
popt/po/sr.po
popt/po/sv.po
popt/po/tr.po
popt/po/uk.po
popt/po/wa.po
popt/po/zh.po
popt/po/zh_CN.GB2312.po

index 32b7376..1f6d6a4 100644 (file)
@@ -83,7 +83,7 @@ all-no:
 
 $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
-         --add-comments --keyword=_ --keyword=N_ \
+         --add-comments --keyword=_ --keyword=N_ --keyword=POPT_ \
          --files-from=$(srcdir)/POTFILES.in \
        && test ! -f $(PACKAGE).po \
           || ( rm -f $(srcdir)/$(PACKAGE).pot \
index 2f8273c..237d8d8 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Vypí¹e tuto nápovìdu"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "neznámé èíslo chyby"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Vypí¹e krátký návod k pou¾ití"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "volba (%d) není v popt implementována\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "Zobrazit implicitní volby ve zprávì"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "chybí argument"
 
-#~ msgid "unknown errno"
-#~ msgstr "neznámé èíslo chyby"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "neznámá volba"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "volba (%d) není v popt implementována\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "po¾adovány vzájemnì výluèné logické operace"
 
-#~ msgid "missing argument"
-#~ msgstr "chybí argument"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg nesmí být NULL"
 
-#~ msgid "unknown option"
-#~ msgstr "neznámá volba"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "aliasy vnoøené pøíli¹ hluboko"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "po¾adovány vzájemnì výluèné logické operace"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "chyba v quotování parametrù"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "opt->arg nesmí být NULL"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "chybná numerická hodnota"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "aliasy vnoøené pøíli¹ hluboko"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "chyba v quotování parametrù"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "selhala alokace pamìti"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "chybná numerická hodnota"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "neznámá chyba"
 
-#~ msgid "number too large or too small"
-#~ msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Vypí¹e tuto nápovìdu"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "selhala alokace pamìti"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Vypí¹e krátký návod k pou¾ití"
 
-#~ msgid "unknown error"
-#~ msgstr "neznámá chyba"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "Zobrazit implicitní volby ve zprávì"
 
-#~ msgid "NONE"
-#~ msgstr "NONE"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "NONE"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Pou¾ití:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Pou¾ití:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[VOLBY...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[VOLBY...]"
index b0c864a..49f7450 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -10,75 +10,104 @@ msgstr ""
 "Content-Transfer-Encoding: 8-bit\n"
 "X-Generator: KTranslator v 0.6.0\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Vis denne hjælpemeddelelse"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "ukendt fejlnr."
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Vis kortfattet brugsanvisning"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "tilvalgstype (%d) er ikke implementeret i popt\n"
 
-#: popthelp.c:61
-#, fuzzy
-msgid "Display option defaults in message"
-msgstr "Vis kortfattet brugsanvisning"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "mangler argument"
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr "ukendt tilvalg"
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "de ønskede handlinger udelukker hinanden"
 
-#~ msgid "unknown errno"
-#~ msgstr "ukendt fejlnr."
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "tilvalgstype (%d) er ikke implementeret i popt\n"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "aliaser er for dybt indlejret"
 
-#~ msgid "missing argument"
-#~ msgstr "mangler argument"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "fejl i parameter citering"
 
-#~ msgid "unknown option"
-#~ msgstr "ukendt tilvalg"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "ugyldig numerisk værdi"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "de ønskede handlinger udelukker hinanden"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "nummer for stort, eller for lille"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "aliaser er for dybt indlejret"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "fejl i parameter citering"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "ukendt fejl"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "ugyldig numerisk værdi"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Vis denne hjælpemeddelelse"
 
-#~ msgid "number too large or too small"
-#~ msgstr "nummer for stort, eller for lille"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Vis kortfattet brugsanvisning"
 
-#~ msgid "unknown error"
-#~ msgstr "ukendt fejl"
+#: popthelp.c:61
+#, fuzzy
+msgid "Display option defaults in message"
+msgstr "Vis kortfattet brugsanvisning"
 
-#~ msgid "NONE"
-#~ msgstr "INGEN"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "INGEN"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Brug:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Brug:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[TILVALG...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[TILVALG...]"
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index ddcaa7d..958cca7 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Leandro Lucarella <luca@linuxmendoza.org.ar>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,75 +14,104 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Muestra este mensaje de ayuda"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "errno desconocido"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Indica el modo de uso resumido"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "tipo de opcin (%d) no implementada en popt\n"
 
-#: popthelp.c:61
-#, fuzzy
-msgid "Display option defaults in message"
-msgstr "Indica el modo de uso resumido"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "falta argumento"
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr "opcin desconocida"
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "requerida operacin lgica mutuamente exclusiva"
 
-#~ msgid "unknown errno"
-#~ msgstr "errno desconocido"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "tipo de opcin (%d) no implementada en popt\n"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "alias anidados muy profundamente"
 
-#~ msgid "missing argument"
-#~ msgstr "falta argumento"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "error en cita de parmetros"
 
-#~ msgid "unknown option"
-#~ msgstr "opcin desconocida"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "valor numrico invlido"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "requerida operacin lgica mutuamente exclusiva"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "nmero muy largo o muy pequeo"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "alias anidados muy profundamente"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "error en cita de parmetros"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "error desconocido"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "valor numrico invlido"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Muestra este mensaje de ayuda"
 
-#~ msgid "number too large or too small"
-#~ msgstr "nmero muy largo o muy pequeo"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Indica el modo de uso resumido"
 
-#~ msgid "unknown error"
-#~ msgstr "error desconocido"
+#: popthelp.c:61
+#, fuzzy
+msgid "Display option defaults in message"
+msgstr "Indica el modo de uso resumido"
 
-#~ msgid "NONE"
-#~ msgstr "NONE"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "NONE"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Modo de Uso:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Modo de Uso:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[OPCIN...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[OPCIN...]"
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 9dc81dd..f1ad4f3 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,75 +9,104 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Amosar esta mensaxe de axuda"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "errno descoñecido"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Amosar brevemente o xeito de utilización"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "tipo de opción (%d) non implementada en popt\n"
 
-#: popthelp.c:61
-#, fuzzy
-msgid "Display option defaults in message"
-msgstr "Amosar brevemente o xeito de utilización"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "falta un argumento"
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr "opción descoñecida"
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "solicitáronse operacións lóxicas mutuamente excluíntes"
 
-#~ msgid "unknown errno"
-#~ msgstr "errno descoñecido"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "tipo de opción (%d) non implementada en popt\n"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "aliases aniñados a un nivel demasiado profundo"
 
-#~ msgid "missing argument"
-#~ msgstr "falta un argumento"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "erro nas comiñas do parámetro"
 
-#~ msgid "unknown option"
-#~ msgstr "opción descoñecida"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "valor numérico non válido"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "solicitáronse operacións lóxicas mutuamente excluíntes"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "número demasiado grande ou pequeno"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "aliases aniñados a un nivel demasiado profundo"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "erro nas comiñas do parámetro"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "erro descoñecido"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "valor numérico non válido"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Amosar esta mensaxe de axuda"
 
-#~ msgid "number too large or too small"
-#~ msgstr "número demasiado grande ou pequeno"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Amosar brevemente o xeito de utilización"
 
-#~ msgid "unknown error"
-#~ msgstr "erro descoñecido"
+#: popthelp.c:61
+#, fuzzy
+msgid "Display option defaults in message"
+msgstr "Amosar brevemente o xeito de utilización"
 
-#~ msgid "NONE"
-#~ msgstr "NADA"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "NADA"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "CADEA"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "CADEA"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Uso:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Uso:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[OPCIÓN...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[OPCIÓN...]"
index 300ebb6..686b904 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,6 +9,55 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "E súgó megjelenítése"
@@ -21,3 +70,43 @@ msgstr "R
 #, fuzzy
 msgid "Display option defaults in message"
 msgstr "Rövid használati utasítás megjelenítése"
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index d9cc2ea..43a74ca 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Sýna þessa hjálp"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "óþekkt villunúmer"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Sýna stuttar notkunarleiðbeiningar"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "rofagerðin (%d) er ekki studd í popt\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "Sýna sjálfgefin gildi rofa í skilaboðum"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "vantar viðfang"
 
-#~ msgid "unknown errno"
-#~ msgstr "óþekkt villunúmer"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "óþekktur rofi"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "rofagerðin (%d) er ekki studd í popt\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "beðið um rofa sem slökkva hvor á öðrum"
 
-#~ msgid "missing argument"
-#~ msgstr "vantar viðfang"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg ætti ekki að vera NULL"
 
-#~ msgid "unknown option"
-#~ msgstr "óþekktur rofi"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "alíasar of flóknir"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "beðið um rofa sem slökkva hvor á öðrum"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "villa í viðföngum (gæsalappir og svo frv.)"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "opt->arg ætti ekki að vera NULL"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "ógilt tölulegt gildi"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "alíasar of flóknir"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "talan of stór eða smá"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "villa í viðföngum (gæsalappir og svo frv.)"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "ekki tókst að taka frá minni"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "ógilt tölulegt gildi"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "óþekkt villa"
 
-#~ msgid "number too large or too small"
-#~ msgstr "talan of stór eða smá"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Sýna þessa hjálp"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "ekki tókst að taka frá minni"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Sýna stuttar notkunarleiðbeiningar"
 
-#~ msgid "unknown error"
-#~ msgstr "óþekkt villa"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "Sýna sjálfgefin gildi rofa í skilaboðum"
 
-#~ msgid "NONE"
-#~ msgstr "ENGIN"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "ENGIN"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Notkun:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Notkun:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[ROFI...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[ROFI...]"
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index c0b7431..eb808f8 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=EUC-KR\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "ÀÌ µµ¿ò¸»À» º¸¿©ÁÝ´Ï´Ù"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "°£´ÜÇÑ »ç¿ë¹ýÀ» º¸¿©ÁÝ´Ï´Ù"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼­ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "±âº»ÀûÀΠ¿É¼ÇÀ» º¸¿©ÁÝ´Ï´Ù"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
 
-#~ msgid "unknown errno"
-#~ msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼­ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
 
-#~ msgid "missing argument"
-#~ msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼­´Â ¾ÈµË´Ï´Ù"
 
-#~ msgid "unknown option"
-#~ msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼­´Â ¾ÈµË´Ï´Ù"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù"
 
-#~ msgid "number too large or too small"
-#~ msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "ÀÌ µµ¿ò¸»À» º¸¿©ÁÝ´Ï´Ù"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "°£´ÜÇÑ »ç¿ë¹ýÀ» º¸¿©ÁÝ´Ï´Ù"
 
-#~ msgid "unknown error"
-#~ msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "±âº»ÀûÀΠ¿É¼ÇÀ» º¸¿©ÁÝ´Ï´Ù"
 
-#~ msgid "NONE"
-#~ msgstr "¾øÀ½(NONE)"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "¾øÀ½(NONE)"
 
-#~ msgid "VAL"
-#~ msgstr "°ª(VAL)"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "°ª(VAL)"
 
-#~ msgid "INT"
-#~ msgstr "Á¤¼ö(INT)"
+#: popthelp.c:109
+msgid "INT"
+msgstr "Á¤¼ö(INT)"
 
-#~ msgid "LONG"
-#~ msgstr "Á¤¼ö(LONG)"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "Á¤¼ö(LONG)"
 
-#~ msgid "STRING"
-#~ msgstr "¹®ÀÚ¿­(STRING)"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "¹®ÀÚ¿­(STRING)"
 
-#~ msgid "FLOAT"
-#~ msgstr "¼Ò¼ö(FLOAT)"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "¼Ò¼ö(FLOAT)"
 
-#~ msgid "DOUBLE"
-#~ msgstr "¼Ò¼ö(DOUBLE)"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "¼Ò¼ö(DOUBLE)"
 
-#~ msgid "ARG"
-#~ msgstr "Àμö(ARG)"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "Àμö(ARG)"
 
-#~ msgid "Usage:"
-#~ msgstr "»ç¿ë¹ý:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "»ç¿ë¹ý:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[¿É¼Ç...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[¿É¼Ç...]"
index 887aaf9..6683c80 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Vis denne hjelpmeldingen"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "ukjent errno"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Vis kort bruksmelding"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "flaggtype (%d) ikke implementert i popt\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "Vis forvalgte flagg i melding"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "manglende argument"
 
-#~ msgid "unknown errno"
-#~ msgstr "ukjent errno"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "ukjent flagg"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "flaggtype (%d) ikke implementert i popt\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "gjensidig eksluderende logiske operasjoner forespurt"
 
-#~ msgid "missing argument"
-#~ msgstr "manglende argument"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg må ikke være NULL"
 
-#~ msgid "unknown option"
-#~ msgstr "ukjent flagg"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "aliaser med for dype løkker"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "gjensidig eksluderende logiske operasjoner forespurt"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "feil i parametersitering"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "opt->arg må ikke være NULL"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "ugyldig numerisk verdi"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "aliaser med for dype løkker"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "tallet er for stort eller lite"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "feil i parametersitering"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "minneallokering feilet"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "ugyldig numerisk verdi"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "ukjent feil"
 
-#~ msgid "number too large or too small"
-#~ msgstr "tallet er for stort eller lite"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Vis denne hjelpmeldingen"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "minneallokering feilet"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Vis kort bruksmelding"
 
-#~ msgid "unknown error"
-#~ msgstr "ukjent feil"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "Vis forvalgte flagg i melding"
 
-#~ msgid "NONE"
-#~ msgstr "INGEN"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "INGEN"
 
-#~ msgid "VAL"
-#~ msgstr "VERDI"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VERDI"
 
-#~ msgid "INT"
-#~ msgstr "HELTALL"
+#: popthelp.c:109
+msgid "INT"
+msgstr "HELTALL"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRENG"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRENG"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLYTTALL"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLYTTALL"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Bruk:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Bruk:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[FLAGG...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[FLAGG...]"
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 3835131..523d030 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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,6 +15,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -26,3 +75,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 354518b..db759fb 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Mostrar esta mensagem de ajuda"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "errno desconhecido"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Mostrar uma mensagem de utilização sucinta"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "tipo de opção (%d) não implementado no popt\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "Mostrar valor por omissão das opções na mensagem"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "falta um argumento"
 
-#~ msgid "unknown errno"
-#~ msgstr "errno desconhecido"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "opção desconhecida"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "tipo de opção (%d) não implementado no popt\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "foram pedidas operações lógicas mutuamente exclusivas"
 
-#~ msgid "missing argument"
-#~ msgstr "falta um argumento"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg não deve ser NULL"
 
-#~ msgid "unknown option"
-#~ msgstr "opção desconhecida"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "'aliases' demasiado aninhados"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "foram pedidas operações lógicas mutuamente exclusivas"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "erros no 'quoting' de parâmetros"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "opt->arg não deve ser NULL"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "valor númerico inválido"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "'aliases' demasiado aninhados"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "número demasiado grando ou pequeno"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "erros no 'quoting' de parâmetros"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "alocação de memória falhou"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "valor númerico inválido"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "erro desconhecido"
 
-#~ msgid "number too large or too small"
-#~ msgstr "número demasiado grando ou pequeno"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Mostrar esta mensagem de ajuda"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "alocação de memória falhou"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Mostrar uma mensagem de utilização sucinta"
 
-#~ msgid "unknown error"
-#~ msgstr "erro desconhecido"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "Mostrar valor por omissão das opções na mensagem"
 
-#~ msgid "NONE"
-#~ msgstr "NONE"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "NONE"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Utilização:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Utilização:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[OPÇÃO...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[OPÇÃO...]"
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index f73f9c8..2f28f68 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,6 +9,56 @@ msgstr ""
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr "eroare necunoscuta"
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr "argument lipsa"
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr "optiune necunoscuta"
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "recursivitate infinita la optiunile sinonime"
+
+#: popt.c:1170
+#, fuzzy
+msgid "error in parameter quoting"
+msgstr "eroare la insertie parametru"
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "valoare numarica invalida"
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "numar prea mare sau prea mic"
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr "eroare necuinoscuta"
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "Afisare mesaj de help"
@@ -22,36 +72,42 @@ msgstr "Afisare mesaj sintaxa sumar"
 msgid "Display option defaults in message"
 msgstr "Afisare mesaj sintaxa sumar"
 
-#~ msgid "unknown errno"
-#~ msgstr "eroare necunoscuta"
-
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
 
-#~ msgid "missing argument"
-#~ msgstr "argument lipsa"
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
 
-#~ msgid "unknown option"
-#~ msgstr "optiune necunoscuta"
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "recursivitate infinita la optiunile sinonime"
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
 
-#, fuzzy
-#~ msgid "error in parameter quoting"
-#~ msgstr "eroare la insertie parametru"
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
 
-#~ msgid "invalid numeric value"
-#~ msgstr "valoare numarica invalida"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
 
-#~ msgid "number too large or too small"
-#~ msgstr "numar prea mare sau prea mic"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
 
-#~ msgid "unknown error"
-#~ msgstr "eroare necuinoscuta"
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
 
-#~ msgid "Usage:"
-#~ msgstr "Sintaxa:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Sintaxa:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[OPTIUNE...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[OPTIUNE...]"
index d7b2861..e4eed6c 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=koi8-r\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "ðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "ðÏËÁÚÁÔØ ËÒÁÔËÕÀ ÉÎÓÔÒÕËÃÉÀ ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "ðÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "ÐÒÏÐÕÝÅΠÁÒÇÕÍÅÎÔ"
 
-#~ msgid "unknown errno"
-#~ msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ"
 
-#~ msgid "missing argument"
-#~ msgstr "ÐÒÏÐÕÝÅΠÁÒÇÕÍÅÎÔ"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL"
 
-#~ msgid "unknown option"
-#~ msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "ÐÒÅ×ÙÛÅΠÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "ÐÒÅ×ÙÛÅΠÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ"
 
-#~ msgid "number too large or too small"
-#~ msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "ðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "ðÏËÁÚÁÔØ ËÒÁÔËÕÀ ÉÎÓÔÒÕËÃÉÀ ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ"
 
-#~ msgid "unknown error"
-#~ msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "ðÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ"
 
-#~ msgid "NONE"
-#~ msgstr "NONE"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "NONE"
 
-#~ msgid "VAL"
-#~ msgstr "VAL"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VAL"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[ðáòáíåôò...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[ðáòáíåôò...]"
index b09fbae..b7fd26f 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -13,6 +13,55 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "Vypísa» túto správu"
@@ -25,3 +74,43 @@ msgstr "Zobrazi
 #, fuzzy
 msgid "Display option defaults in message"
 msgstr "Zobrazi» struèný návod na pou¾itie"
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 910e691..9239758 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,6 +9,55 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "Prika¾i to sporoèilo s pomoèjo"
@@ -21,3 +70,43 @@ msgstr "Prika
 #, fuzzy
 msgid "Display option defaults in message"
 msgstr "Prika¾i kratko sporoèilo o uporabi"
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 3192080..10403de 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,80 +9,103 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Visa denna hjälptext"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "okänt felnummer"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Visa en kortfattad användningstext"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "flaggtypen (%d) är inte implementerad i popt\n"
 
-#: popthelp.c:61
-msgid "Display option defaults in message"
-msgstr "Visa standardalternativ för flaggor i meddelande"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "argument saknas"
 
-#~ msgid "unknown errno"
-#~ msgstr "okänt felnummer"
+#: popt.c:1162
+msgid "unknown option"
+msgstr "okänd flagga"
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "flaggtypen (%d) är inte implementerad i popt\n"
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "ömsesidigt uteslutande logiska operationer begärdes"
 
-#~ msgid "missing argument"
-#~ msgstr "argument saknas"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg får inte vara NULL"
 
-#~ msgid "unknown option"
-#~ msgstr "okänd flagga"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "alias är nästlade för djupt"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "ömsesidigt uteslutande logiska operationer begärdes"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "fel i parametercitering"
 
-#~ msgid "opt->arg should not be NULL"
-#~ msgstr "opt->arg får inte vara NULL"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "ogiltigt numeriskt värde"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "alias är nästlade för djupt"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "talet för stort eller för litet"
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "fel i parametercitering"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr "minnesallokering misslyckades"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "ogiltigt numeriskt värde"
+#: popt.c:1180
+msgid "unknown error"
+msgstr "okänt fel"
 
-#~ msgid "number too large or too small"
-#~ msgstr "talet för stort eller för litet"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Visa denna hjälptext"
 
-#~ msgid "memory allocation failed"
-#~ msgstr "minnesallokering misslyckades"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Visa en kortfattad användningstext"
 
-#~ msgid "unknown error"
-#~ msgstr "okänt fel"
+#: popthelp.c:61
+msgid "Display option defaults in message"
+msgstr "Visa standardalternativ för flaggor i meddelande"
 
-#~ msgid "NONE"
-#~ msgstr "INGET"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "INGET"
 
-#~ msgid "VAL"
-#~ msgstr "VÄRDE"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "VÄRDE"
 
-#~ msgid "INT"
-#~ msgstr "HELTAL"
+#: popthelp.c:109
+msgid "INT"
+msgstr "HELTAL"
 
-#~ msgid "LONG"
-#~ msgstr "LÅNG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LÅNG"
 
-#~ msgid "STRING"
-#~ msgstr "STRÄNG"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRÄNG"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLYTTAL"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLYTTAL"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DUBBEL"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DUBBEL"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Användning:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Användning:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[FLAGGA...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[FLAGGA...]"
index 7a6fdad..58217e0 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,75 +9,104 @@ msgstr ""
 "Content-Type: text/plain; charset=iso8859-9\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: popthelp.c:57
-msgid "Show this help message"
-msgstr "Bu yardým iletisini gösterir"
+#: popt.c:34
+msgid "unknown errno"
+msgstr "bilinmeyen hata no"
 
-#: popthelp.c:58
-msgid "Display brief usage message"
-msgstr "Kýsa bir kullaným iletisi göster"
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "seçenek türü (%d) popt için geçersiz\n"
 
-#: popthelp.c:61
-#, fuzzy
-msgid "Display option defaults in message"
-msgstr "Kýsa bir kullaným iletisi göster"
+#: popt.c:1160
+msgid "missing argument"
+msgstr "argüman eksik"
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr "bilinmeyen seçenek"
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr "birbirini dýþlayan mantýksal iþlemler istendi"
 
-#~ msgid "unknown errno"
-#~ msgstr "bilinmeyen hata no"
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
 
-#~ msgid "option type (%d) not implemented in popt\n"
-#~ msgstr "seçenek türü (%d) popt için geçersiz\n"
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr "adlarda çok fazla içiçelikler"
 
-#~ msgid "missing argument"
-#~ msgstr "argüman eksik"
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr "parametrelerde týrnak iþaretleme hatalý "
 
-#~ msgid "unknown option"
-#~ msgstr "bilinmeyen seçenek"
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr "sayýsal deðer geçersiz"
 
-#~ msgid "mutually exclusive logical operations requested"
-#~ msgstr "birbirini dýþlayan mantýksal iþlemler istendi"
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr "sayý ya çok büyük ya da çok küçük"
 
-#~ msgid "aliases nested too deeply"
-#~ msgstr "adlarda çok fazla içiçelikler"
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
 
-#~ msgid "error in parameter quoting"
-#~ msgstr "parametrelerde týrnak iþaretleme hatalý "
+#: popt.c:1180
+msgid "unknown error"
+msgstr "bilinmeyen hata"
 
-#~ msgid "invalid numeric value"
-#~ msgstr "sayýsal deðer geçersiz"
+#: popthelp.c:57
+msgid "Show this help message"
+msgstr "Bu yardým iletisini gösterir"
 
-#~ msgid "number too large or too small"
-#~ msgstr "sayý ya çok büyük ya da çok küçük"
+#: popthelp.c:58
+msgid "Display brief usage message"
+msgstr "Kýsa bir kullaným iletisi göster"
 
-#~ msgid "unknown error"
-#~ msgstr "bilinmeyen hata"
+#: popthelp.c:61
+#, fuzzy
+msgid "Display option defaults in message"
+msgstr "Kýsa bir kullaným iletisi göster"
 
-#~ msgid "NONE"
-#~ msgstr "YOK"
+#: popthelp.c:103
+msgid "NONE"
+msgstr "YOK"
 
-#~ msgid "VAL"
-#~ msgstr "DEÐ"
+#: popthelp.c:105
+msgid "VAL"
+msgstr "DEÐ"
 
-#~ msgid "INT"
-#~ msgstr "INT"
+#: popthelp.c:109
+msgid "INT"
+msgstr "INT"
 
-#~ msgid "LONG"
-#~ msgstr "LONG"
+#: popthelp.c:110
+msgid "LONG"
+msgstr "LONG"
 
-#~ msgid "STRING"
-#~ msgstr "STRING"
+#: popthelp.c:111
+msgid "STRING"
+msgstr "STRING"
 
-#~ msgid "FLOAT"
-#~ msgstr "FLOAT"
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr "FLOAT"
 
-#~ msgid "DOUBLE"
-#~ msgstr "DOUBLE"
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr "DOUBLE"
 
-#~ msgid "ARG"
-#~ msgstr "ARG"
+#: popthelp.c:114
+msgid "ARG"
+msgstr "ARG"
 
-#~ msgid "Usage:"
-#~ msgstr "Kullanýmý:"
+#: popthelp.c:486
+msgid "Usage:"
+msgstr "Kullanýmý:"
 
-#~ msgid "[OPTION...]"
-#~ msgstr "[SEÇENEK...]"
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr "[SEÇENEK...]"
index 1d44fed..bff1e84 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -13,6 +13,55 @@ msgstr ""
 "Content-Type: text/plain; charset=koi8-u\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "ðÏËÁÚÁÔÉ ÃÀ ÄÏצÄËÕ"
@@ -25,3 +74,43 @@ msgstr "
 #, fuzzy
 msgid "Display option defaults in message"
 msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ"
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 3967878..c311b70 100644 (file)
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -17,6 +17,55 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "Mostrer ci messaedje d' aide chal"
@@ -29,3 +78,43 @@ msgstr "Mostre on court messaedje so kmint vos 
 #, fuzzy
 msgid "Display option defaults in message"
 msgstr "Mostre on court messaedje so kmint vos è siervi"
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index 04e1f30..5b022b9 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -14,6 +14,55 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: ENCODING\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr ""
@@ -25,3 +74,43 @@ msgstr ""
 #: popthelp.c:61
 msgid "Display option defaults in message"
 msgstr ""
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""
index dc75670..ef6220f 100644 (file)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2002-07-31 09:10-0400\n"
+"POT-Creation-Date: 2002-08-10 12:40-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"
@@ -9,6 +9,55 @@ msgstr ""
 "Content-Type: text/plain; charset=gb2312\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: popt.c:34
+msgid "unknown errno"
+msgstr ""
+
+#: popt.c:940
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr ""
+
+#: popt.c:1160
+msgid "missing argument"
+msgstr ""
+
+#: popt.c:1162
+msgid "unknown option"
+msgstr ""
+
+#: popt.c:1164
+msgid "mutually exclusive logical operations requested"
+msgstr ""
+
+#: popt.c:1166
+msgid "opt->arg should not be NULL"
+msgstr ""
+
+#: popt.c:1168
+msgid "aliases nested too deeply"
+msgstr ""
+
+#: popt.c:1170
+msgid "error in parameter quoting"
+msgstr ""
+
+#: popt.c:1172
+msgid "invalid numeric value"
+msgstr ""
+
+#: popt.c:1174
+msgid "number too large or too small"
+msgstr ""
+
+#: popt.c:1176
+msgid "memory allocation failed"
+msgstr ""
+
+#: popt.c:1180
+msgid "unknown error"
+msgstr ""
+
 #: popthelp.c:57
 msgid "Show this help message"
 msgstr "ÏÔʾÕâÌõ°ïÖúÐÅÏ¢"
@@ -21,3 +70,43 @@ msgstr "
 #, fuzzy
 msgid "Display option defaults in message"
 msgstr "ÏÔʾ¼ò¶ÌʹÓÃÐÅÏ¢"
+
+#: popthelp.c:103
+msgid "NONE"
+msgstr ""
+
+#: popthelp.c:105
+msgid "VAL"
+msgstr ""
+
+#: popthelp.c:109
+msgid "INT"
+msgstr ""
+
+#: popthelp.c:110
+msgid "LONG"
+msgstr ""
+
+#: popthelp.c:111
+msgid "STRING"
+msgstr ""
+
+#: popthelp.c:112
+msgid "FLOAT"
+msgstr ""
+
+#: popthelp.c:113
+msgid "DOUBLE"
+msgstr ""
+
+#: popthelp.c:114
+msgid "ARG"
+msgstr ""
+
+#: popthelp.c:486
+msgid "Usage:"
+msgstr ""
+
+#: popthelp.c:510
+msgid "[OPTION...]"
+msgstr ""