summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-15 03:22:10 +0000
committerjbj <devnull@localhost>2001-10-15 03:22:10 +0000
commitd8dc44f36377c59164d19106f0f93843ea5b3a09 (patch)
tree8f521d9b295dd0e9d05721cfd97f3d8a5b30801d /popt
parent4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5 (diff)
downloadrpm-d8dc44f36377c59164d19106f0f93843ea5b3a09.tar.gz
rpm-d8dc44f36377c59164d19106f0f93843ea5b3a09.tar.bz2
rpm-d8dc44f36377c59164d19106f0f93843ea5b3a09.zip
lclint fiddles to annotate globals.
CVS patchset: 5106 CVS date: 2001/10/15 03:22:10
Diffstat (limited to 'popt')
-rw-r--r--popt/po/cs.po50
-rw-r--r--popt/po/da.po50
-rw-r--r--popt/po/de.po50
-rw-r--r--popt/po/es.po50
-rw-r--r--popt/po/eu_ES.po50
-rw-r--r--popt/po/fi.po50
-rw-r--r--popt/po/fr.po50
-rw-r--r--popt/po/gl.po50
-rw-r--r--popt/po/hu.po50
-rw-r--r--popt/po/id.po50
-rw-r--r--popt/po/is.po50
-rw-r--r--popt/po/it.po50
-rw-r--r--popt/po/ja.po50
-rw-r--r--popt/po/ko.po50
-rw-r--r--popt/po/no.po50
-rw-r--r--popt/po/pl.po50
-rw-r--r--popt/po/popt.pot50
-rw-r--r--popt/po/pt.po50
-rw-r--r--popt/po/pt_BR.po50
-rw-r--r--popt/po/ro.po50
-rw-r--r--popt/po/ru.po50
-rw-r--r--popt/po/sk.po50
-rw-r--r--popt/po/sl.po50
-rw-r--r--popt/po/sr.po50
-rw-r--r--popt/po/sv.po50
-rw-r--r--popt/po/tr.po50
-rw-r--r--popt/po/uk.po50
-rw-r--r--popt/po/wa.po50
-rw-r--r--popt/po/zh.po50
-rw-r--r--popt/po/zh_CN.GB2312.po50
-rw-r--r--popt/popt.c10
-rw-r--r--popt/popt.h7
-rw-r--r--popt/popthelp.c13
33 files changed, 778 insertions, 752 deletions
diff --git a/popt/po/cs.po b/popt/po/cs.po
index 68c30f51c..220e90ea5 100644
--- a/popt/po/cs.po
+++ b/popt/po/cs.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,99 +13,99 @@ msgstr ""
msgid "unknown errno"
msgstr "neznámé èíslo chyby"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "volba (%d) není v popt implementována\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "chybí argument"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "neznámá volba"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "po¾adovány vzájemnì výluèné logické operace"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr "opt->arg nesmí být NULL"
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "aliasy vnoøené pøíli¹ hluboko"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "chyba v quotování parametrù"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "chybná numerická hodnota"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr "selhala alokace pamìti"
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "neznámá chyba"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Vypí¹e tuto nápovìdu"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Vypí¹e krátký návod k pou¾ití"
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr "Zobrazit implicitní volby ve zprávì"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Pou¾ití:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[VOLBY...]"
diff --git a/popt/po/da.po b/popt/po/da.po
index 847026205..d82df5314 100644
--- a/popt/po/da.po
+++ b/popt/po/da.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -14,100 +14,100 @@ msgstr ""
msgid "unknown errno"
msgstr "ukendt fejlnr."
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tilvalgstype (%d) er ikke implementeret i popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "mangler argument"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "ukendt tilvalg"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "de ønskede handlinger udelukker hinanden"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "aliaser er for dybt indlejret"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "fejl i parameter citering"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "ugyldig numerisk værdi"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "nummer for stort, eller for lille"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "ukendt fejl"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Vis denne hjælpemeddelelse"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Vis kortfattet brugsanvisning"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Vis kortfattet brugsanvisning"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "INGEN"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Brug:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[TILVALG...]"
diff --git a/popt/po/de.po b/popt/po/de.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/de.po
+++ b/popt/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/es.po b/popt/po/es.po
index 81bc84a00..f152443ea 100644
--- a/popt/po/es.po
+++ b/popt/po/es.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -18,100 +18,100 @@ msgstr ""
msgid "unknown errno"
msgstr "errno desconocido"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tipo de opción (%d) no implementada en popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "falta argumento"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "opción desconocida"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "requerida operación lógica mutuamente exclusiva"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "alias anidados muy profundamente"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "error en cita de parámetros"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "valor numérico inválido"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "número muy largo o muy pequeño"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "error desconocido"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Muestra este mensaje de ayuda"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Indica el modo de uso resumido"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Indica el modo de uso resumido"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Modo de Uso:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[OPCIÓN...]"
diff --git a/popt/po/eu_ES.po b/popt/po/eu_ES.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/eu_ES.po
+++ b/popt/po/eu_ES.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/fi.po b/popt/po/fi.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/fi.po
+++ b/popt/po/fi.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/fr.po b/popt/po/fr.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/fr.po
+++ b/popt/po/fr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/gl.po b/popt/po/gl.po
index 4ce16e8a3..8ccc20d4c 100644
--- a/popt/po/gl.po
+++ b/popt/po/gl.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,100 +13,100 @@ msgstr ""
msgid "unknown errno"
msgstr "errno descoñecido"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tipo de opción (%d) non implementada en popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "falta un argumento"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "opción descoñecida"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "solicitáronse operacións lóxicas mutuamente excluíntes"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "aliases aniñados a un nivel demasiado profundo"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "erro nas comiñas do parámetro"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "valor numérico non válido"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "número demasiado grande ou pequeno"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "erro descoñecido"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Amosar esta mensaxe de axuda"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Amosar brevemente o xeito de utilización"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Amosar brevemente o xeito de utilización"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "NADA"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "CADEA"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Uso:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[OPCIÓN...]"
diff --git a/popt/po/hu.po b/popt/po/hu.po
index 6512fd845..b6fe1be5a 100644
--- a/popt/po/hu.po
+++ b/popt/po/hu.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,100 +13,100 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "E súgó megjelenítése"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Rövid használati utasítás megjelenítése"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Rövid használati utasítás megjelenítése"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/id.po b/popt/po/id.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/id.po
+++ b/popt/po/id.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/is.po b/popt/po/is.po
index 4f1d046bd..d1af005b9 100644
--- a/popt/po/is.po
+++ b/popt/po/is.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,99 +13,99 @@ msgstr ""
msgid "unknown errno"
msgstr "óþekkt villunúmer"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "rofagerðin (%d) er ekki studd í popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "vantar viðfang"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "óþekktur rofi"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "beðið um rofa sem slökkva hvor á öðrum"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr "opt->arg ætti ekki að vera NULL"
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "alíasar of flóknir"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "villa í viðföngum (gæsalappir og svo frv.)"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "ógilt tölulegt gildi"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "talan of stór eða smá"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr "ekki tókst að taka frá minni"
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "óþekkt villa"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Sýna þessa hjálp"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Sýna stuttar notkunarleiðbeiningar"
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr "Sýna sjálfgefin gildi rofa í skilaboðum"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "ENGIN"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Notkun:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[ROFI...]"
diff --git a/popt/po/it.po b/popt/po/it.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/it.po
+++ b/popt/po/it.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/ja.po b/popt/po/ja.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/ja.po
+++ b/popt/po/ja.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/ko.po b/popt/po/ko.po
index ed3a5beeb..1bffb7d86 100644
--- a/popt/po/ko.po
+++ b/popt/po/ko.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,99 +13,99 @@ msgstr ""
msgid "unknown errno"
msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼­ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼­´Â ¾ÈµË´Ï´Ù"
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù"
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "ÀÌ µµ¿ò¸»À» º¸¿©ÁÝ´Ï´Ù"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "°£´ÜÇÑ »ç¿ë¹ýÀ» º¸¿©ÁÝ´Ï´Ù"
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr "±âº»ÀûÀÎ ¿É¼ÇÀ» º¸¿©ÁÝ´Ï´Ù"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "¾øÀ½(NONE)"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "°ª(VAL)"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "Á¤¼ö(INT)"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "Á¤¼ö(LONG)"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "¹®ÀÚ¿­(STRING)"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "¼Ò¼ö(FLOAT)"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "¼Ò¼ö(DOUBLE)"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "Àμö(ARG)"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "»ç¿ë¹ý:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[¿É¼Ç...]"
diff --git a/popt/po/no.po b/popt/po/no.po
index 97b0e75a6..4f8e3ff84 100644
--- a/popt/po/no.po
+++ b/popt/po/no.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,99 +13,99 @@ msgstr ""
msgid "unknown errno"
msgstr "ukjent errno"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "flaggtype (%d) ikke implementert i popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "manglende argument"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "ukjent flagg"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "gjensidig eksluderende logiske operasjoner forespurt"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr "opt->arg må ikke være NULL"
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "aliaser med for dype løkker"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "feil i parametersitering"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "ugyldig numerisk verdi"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "tallet er for stort eller lite"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr "minneallokering feilet"
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "ukjent feil"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Vis denne hjelpmeldingen"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Vis kort bruksmelding"
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr "Vis forvalgte flagg i melding"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "INGEN"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VERDI"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "HELTALL"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRENG"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLYTTALL"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Bruk:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[FLAGG...]"
diff --git a/popt/po/pl.po b/popt/po/pl.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/pl.po
+++ b/popt/po/pl.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/popt.pot b/popt/po/popt.pot
index 349c30490..ca91a507b 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-10-13 17:57-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:896
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1105
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1107
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1109
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1111
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1113
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1115
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1117
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1119
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1121
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1125
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/pt.po b/popt/po/pt.po
index 2ead6dece..4d9d765bc 100644
--- a/popt/po/pt.po
+++ b/popt/po/pt.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,100 +13,100 @@ msgstr ""
msgid "unknown errno"
msgstr "errno desconhecido"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tipo de opção (%d) não implementado no popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "falta um argumento"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "opção desconhecida"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "foram pedidas operações lógicas mutuamente exclusivas"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "'aliases' demasiado aninhados"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "erros no 'quoting' de parâmetros"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "valor númerico inválido"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "número demasiado grando ou pequeno"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "erro desconhecido"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Mostrar esta mensagem de ajuda"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Mostrar uma mensagem de utilização sucinta"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Mostrar uma mensagem de utilização sucinta"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Utilização:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[OPÇÃO...]"
diff --git a/popt/po/pt_BR.po b/popt/po/pt_BR.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/pt_BR.po
+++ b/popt/po/pt_BR.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/ro.po b/popt/po/ro.po
index 81768d286..3d013b3b3 100644
--- a/popt/po/ro.po
+++ b/popt/po/ro.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,101 +13,101 @@ msgstr ""
msgid "unknown errno"
msgstr "eroare necunoscuta"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "argument lipsa"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "optiune necunoscuta"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "recursivitate infinita la optiunile sinonime"
-#: popt.c:1110
+#: popt.c:1121
#, fuzzy
msgid "error in parameter quoting"
msgstr "eroare la insertie parametru"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "valoare numarica invalida"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "numar prea mare sau prea mic"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "eroare necuinoscuta"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Afisare mesaj de help"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Afisare mesaj sintaxa sumar"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Afisare mesaj sintaxa sumar"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Sintaxa:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[OPTIUNE...]"
diff --git a/popt/po/ru.po b/popt/po/ru.po
index 3cd15fb08..aa0eb64aa 100644
--- a/popt/po/ru.po
+++ b/popt/po/ru.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,99 +13,99 @@ msgstr ""
msgid "unknown errno"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "ÐÒÏÐÕÝÅÎ ÁÒÇÕÍÅÎÔ"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL"
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "ÐÒÅ×ÙÛÅÎ ÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ"
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "ðÏËÁÚÁÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "ðÏËÁÚÁÔØ ËÒÁÔËÕÀ ÉÎÓÔÒÕËÃÉÀ ÐÏ ÉÓÐÏÌØÚÏ×ÁÎÉÀ"
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr "ðÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[ðáòáíåôò...]"
diff --git a/popt/po/sk.po b/popt/po/sk.po
index 6234823f3..c9e9728e3 100644
--- a/popt/po/sk.po
+++ b/popt/po/sk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,100 +17,100 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Vypísa» túto správu"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Zobrazi» struèný návod na pou¾itie"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Zobrazi» struèný návod na pou¾itie"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/sl.po b/popt/po/sl.po
index 9e369bde2..4d49ebaa9 100644
--- a/popt/po/sl.po
+++ b/popt/po/sl.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,100 +13,100 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Prika¾i to sporoèilo s pomoèjo"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Prika¾i kratko sporoèilo o uporabi"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Prika¾i kratko sporoèilo o uporabi"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/sr.po b/popt/po/sr.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/sr.po
+++ b/popt/po/sr.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/sv.po b/popt/po/sv.po
index 9f4e9252b..b5e150e05 100644
--- a/popt/po/sv.po
+++ b/popt/po/sv.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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"
@@ -13,99 +13,99 @@ msgstr ""
msgid "unknown errno"
msgstr "okänt felnummer"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "flaggtypen (%d) är inte implementerad i popt\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "argument saknas"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "okänd flagga"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "ömsesidigt uteslutande logiska operationer begärdes"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr "opt->arg får inte vara NULL"
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "alias är nästlade för djupt"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "fel i parametercitering"
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "ogiltigt numeriskt värde"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "talet för stort eller för litet"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr "minnesallokering misslyckades"
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "okänt fel"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Visa denna hjälptext"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Visa en kortfattad användningstext"
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr "Visa standardalternativ för flaggor i meddelande"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "INGET"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "VÄRDE"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "HELTAL"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LÅNG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRÄNG"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLYTTAL"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DUBBEL"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Användning:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[FLAGGA...]"
diff --git a/popt/po/tr.po b/popt/po/tr.po
index 4bdd96a80..bdab0f64d 100644
--- a/popt/po/tr.po
+++ b/popt/po/tr.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-0400\n"
"PO-Revision-Date: 2000-02-11 13:01+0200\n"
"Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
"Language-Team: Turkish <tr@li.org>\n"
@@ -13,100 +13,100 @@ msgstr ""
msgid "unknown errno"
msgstr "bilinmeyen hata no"
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "seçenek türü (%d) popt için geçersiz\n"
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr "argüman eksik"
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr "bilinmeyen seçenek"
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr "birbirini dýþlayan mantýksal iþlemler istendi"
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr "adlarda çok fazla içiçelikler"
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr "parametrelerde týrnak iþaretleme hatalý "
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr "sayýsal deðer geçersiz"
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr "sayý ya çok büyük ya da çok küçük"
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr "bilinmeyen hata"
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Bu yardým iletisini gösterir"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Kýsa bir kullaným iletisi göster"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Kýsa bir kullaným iletisi göster"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr "YOK"
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr "DEÐ"
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr "INT"
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr "Kullanýmý:"
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr "[SEÇENEK...]"
diff --git a/popt/po/uk.po b/popt/po/uk.po
index 5018318e2..54fdc981b 100644
--- a/popt/po/uk.po
+++ b/popt/po/uk.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,100 +17,100 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "ðÏËÁÚÁÔÉ ÃÀ ÄÏצÄËÕ"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/wa.po b/popt/po/wa.po
index 1444d551b..ac4f3611e 100644
--- a/popt/po/wa.po
+++ b/popt/po/wa.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,100 +21,100 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "Mostrer ci messaedje d' aide chal"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "Mostre on court messaedje so kmint vos è siervi"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "Mostre on court messaedje so kmint vos è siervi"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/zh.po b/popt/po/zh.po
index 1d0703e10..934225fd9 100644
--- a/popt/po/zh.po
+++ b/popt/po/zh.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,99 +18,99 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr ""
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr ""
-#: popthelp.c:51
+#: popthelp.c:56
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/po/zh_CN.GB2312.po b/popt/po/zh_CN.GB2312.po
index ccc1b1f46..f1b64c175 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.3\n"
-"POT-Creation-Date: 2001-10-13 13:15-0400\n"
+"POT-Creation-Date: 2001-10-14 23:13-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,100 +13,100 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:892
+#: popt.c:900
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1100
+#: popt.c:1111
msgid "missing argument"
msgstr ""
-#: popt.c:1102
+#: popt.c:1113
msgid "unknown option"
msgstr ""
-#: popt.c:1104
+#: popt.c:1115
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1106
+#: popt.c:1117
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1108
+#: popt.c:1119
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1110
+#: popt.c:1121
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1112
+#: popt.c:1123
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1114
+#: popt.c:1125
msgid "number too large or too small"
msgstr ""
-#: popt.c:1116
+#: popt.c:1127
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1120
+#: popt.c:1131
msgid "unknown error"
msgstr ""
-#: popthelp.c:47
+#: popthelp.c:52
msgid "Show this help message"
msgstr "ÏÔʾÕâÌõ°ïÖúÐÅÏ¢"
-#: popthelp.c:48
+#: popthelp.c:53
msgid "Display brief usage message"
msgstr "ÏÔʾ¼ò¶ÌʹÓÃÐÅÏ¢"
-#: popthelp.c:51
+#: popthelp.c:56
#, fuzzy
msgid "Display option defaults in message"
msgstr "ÏÔʾ¼ò¶ÌʹÓÃÐÅÏ¢"
-#: popthelp.c:93
+#: popthelp.c:98
msgid "NONE"
msgstr ""
-#: popthelp.c:94
+#: popthelp.c:99
msgid "VAL"
msgstr ""
-#: popthelp.c:95
+#: popthelp.c:100
msgid "INT"
msgstr ""
-#: popthelp.c:96
+#: popthelp.c:101
msgid "LONG"
msgstr ""
-#: popthelp.c:97
+#: popthelp.c:102
msgid "STRING"
msgstr ""
-#: popthelp.c:98
+#: popthelp.c:103
msgid "FLOAT"
msgstr ""
-#: popthelp.c:99
+#: popthelp.c:104
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:100
+#: popthelp.c:105
msgid "ARG"
msgstr ""
-#: popthelp.c:445
+#: popthelp.c:454
msgid "Usage:"
msgstr ""
-#: popthelp.c:467
+#: popthelp.c:476
msgid "[OPTION...]"
msgstr ""
diff --git a/popt/popt.c b/popt/popt.c
index e90b08f59..508c304ed 100644
--- a/popt/popt.c
+++ b/popt/popt.c
@@ -179,7 +179,9 @@ poptContext poptGetContext(const char * name, int argc, const char ** argv,
if (t) con->appName = strcpy(t, name);
}
+ /*@-internalglobs@*/
invokeCallbacksPRE(con, con->options);
+ /*@=internalglobs@*/
return con;
}
@@ -661,7 +663,9 @@ int poptGetNextOpt(poptContext con)
cleanOSE(con->os--);
}
if (!con->os->nextCharArg && con->os->next == con->os->argc) {
+ /*@-internalglobs@*/
invokeCallbacksPOST(con, con->options);
+ /*@=internalglobs@*/
if (con->doExec) return execCommand(con);
return -1;
}
@@ -901,9 +905,11 @@ int poptGetNextOpt(poptContext con)
}
}
- if (cb)
+ if (cb) {
+ /*@-internalglobs@*/
invokeCallbacksOPTION(con, con->options, opt, cbData, shorty);
- else if (opt->val && ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_VAL))
+ /*@=internalglobs@*/
+ } else if (opt->val && ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_VAL))
done = 1;
if ((con->finalArgvCount + 2) >= (con->finalArgvAlloced)) {
diff --git a/popt/popt.h b/popt/popt.h
index cf614988a..436f9f4f5 100644
--- a/popt/popt.h
+++ b/popt/popt.h
@@ -152,6 +152,7 @@ typedef struct poptItem_s {
/**
* Empty table marker to enable displaying popt alias/exec options.
*/
+/*@observer@*/ /*@checked@*/
extern struct poptOption poptAliasOptions[];
#define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \
0, "Options implemented via popt alias/exec:", NULL },
@@ -159,6 +160,7 @@ extern struct poptOption poptAliasOptions[];
/**
* Auto help table options.
*/
+/*@observer@*/ /*@checked@*/
extern struct poptOption poptHelpOptions[];
#define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
0, "Help options:", NULL },
@@ -226,6 +228,7 @@ void poptResetContext(/*@null@*/poptContext con)
* @return next option val, -1 on last item, POPT_ERROR_* on error
*/
int poptGetNextOpt(/*@null@*/poptContext con)
+ /*@globals fileSystem@*/
/*@modifies con, fileSystem @*/;
/*@-redecl@*/
@@ -317,6 +320,7 @@ int poptAddItem(poptContext con, poptItem newItem, int flags)
* @return 0 on success, POPT_ERROR_ERRNO on failure
*/
int poptReadConfigFile(poptContext con, const char * fn)
+ /*@globals fileSystem@*/
/*@modifies fileSystem,
con->execs, con->numExecs @*/;
@@ -327,6 +331,7 @@ int poptReadConfigFile(poptContext con, const char * fn)
* @return 0 on success, POPT_ERROR_ERRNO on failure
*/
int poptReadDefaultConfig(poptContext con, /*@unused@*/ int useEnv)
+ /*@globals fileSystem@*/
/*@modifies fileSystem,
con->execs, con->numExecs @*/;
@@ -387,6 +392,7 @@ void poptSetExecPath(poptContext con, const char * path, int allowAbsolute)
* @param flags (unused)
*/
void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/;
/** \ingroup popt
@@ -396,6 +402,7 @@ void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
* @param flags (unused)
*/
void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/;
/** \ingroup popt
diff --git a/popt/popthelp.c b/popt/popthelp.c
index 1dbe590e4..7e223548d 100644
--- a/popt/popthelp.c
+++ b/popt/popthelp.c
@@ -19,6 +19,8 @@ static void displayArgs(poptContext con,
/*@unused@*/ enum poptCallbackReason foo,
struct poptOption * key,
/*@unused@*/ const char * arg, /*@unused@*/ void * data)
+ /*@globals fileSystem@*/
+ /*@modifies fileSystem@*/
{
if (key->shortName == '?')
poptPrintHelp(con, stdout, 0);
@@ -28,12 +30,14 @@ static void displayArgs(poptContext con,
}
#ifdef NOTYET
+/*@unchecked@*/
static int show_option_defaults = 0;
#endif
/**
* Empty table marker to enable displaying popt alias/exec options.
*/
+/*@observer@*/ /*@unchecked@*/
struct poptOption poptAliasOptions[] = {
POPT_TABLEEND
};
@@ -42,6 +46,7 @@ struct poptOption poptAliasOptions[] = {
* Auto help table options.
*/
/*@-castfcnptr@*/
+/*@observer@*/ /*@unchecked@*/
struct poptOption poptHelpOptions[] = {
{ NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
{ "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
@@ -176,6 +181,7 @@ singleOptionDefaultValue(int lineLength,
static void singleOptionHelp(FILE * fp, int maxLeftCol,
const struct poptOption * opt,
/*@null@*/ const char * translation_domain)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
int indentLength = maxLeftCol + 5;
@@ -376,6 +382,7 @@ static int maxArgWidth(const struct poptOption * opt,
static void itemHelp(FILE * fp,
/*@null@*/ poptItem items, int nitems, int left,
/*@null@*/ const char * translation_domain)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
poptItem item;
@@ -399,6 +406,7 @@ static void itemHelp(FILE * fp,
static void singleTableHelp(poptContext con, FILE * fp,
/*@null@*/ const struct poptOption * table, int left,
/*@null@*/ const char * translation_domain)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
const struct poptOption * opt;
@@ -437,6 +445,7 @@ static void singleTableHelp(poptContext con, FILE * fp,
* @param fp output file handle
*/
static int showHelpIntro(poptContext con, FILE * fp)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
int len = 6;
@@ -478,6 +487,7 @@ void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags)
static int singleOptionUsage(FILE * fp, int cursor,
const struct poptOption * opt,
/*@null@*/ const char *translation_domain)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
int len = 3;
@@ -524,6 +534,7 @@ static int singleOptionUsage(FILE * fp, int cursor,
*/
static int itemUsage(FILE * fp, int cursor, poptItem item, int nitems,
/*@null@*/ const char * translation_domain)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
int i;
@@ -553,6 +564,7 @@ static int itemUsage(FILE * fp, int cursor, poptItem item, int nitems,
static int singleTableUsage(poptContext con, FILE * fp,
int cursor, const struct poptOption * opt,
/*@null@*/ const char * translation_domain)
+ /*@globals fileSystem @*/
/*@modifies *fp, fileSystem @*/
{
/*@-branchstate@*/ /* FIX: W2DO? */
@@ -583,6 +595,7 @@ static int singleTableUsage(poptContext con, FILE * fp,
*/
static int showShortOptions(const struct poptOption * opt, FILE * fp,
/*@null@*/ char * str)
+ /*@globals fileSystem @*/
/*@modifies *str, *fp, fileSystem @*/
{
char * s = alloca(300); /* larger then the ascii set */