RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: popt Date: 14-Nov-2007 21:23:07
Branch: HEAD Handle: 2007111420230401
Added files:
popt/po it.po
Modified files:
popt CHANGES configure.ac
popt/po cs.po da.po de.po es.po fr.po ga.po gl.po hu.po
is.po ja.po ko.po nb.po nl.po pl.po popt.pot pt.po
ro.po ru.po sk.po sl.po sv.po tr.po uk.po vi.po
wa.po zh_CN.po
Log:
- re-add it.po (from Sandro Bonazzola <sandro.bonazzola@gmail.com>).
Summary:
Revision Changes Path
1.30 +1 -0 popt/CHANGES
1.33 +1 -1 popt/configure.ac
1.60 +24 -24 popt/po/cs.po
1.57 +24 -24 popt/po/da.po
1.57 +24 -24 popt/po/de.po
1.56 +24 -24 popt/po/es.po
1.57 +24 -24 popt/po/fr.po
1.5 +24 -24 popt/po/ga.po
1.58 +24 -24 popt/po/gl.po
1.57 +24 -24 popt/po/hu.po
1.57 +24 -24 popt/po/is.po
1.52 +126 -0 popt/po/it.po
1.56 +24 -24 popt/po/ja.po
1.56 +24 -24 popt/po/ko.po
1.6 +24 -24 popt/po/nb.po
1.7 +24 -24 popt/po/nl.po
1.59 +24 -24 popt/po/pl.po
1.103 +24 -24 popt/po/popt.pot
1.56 +24 -24 popt/po/pt.po
1.73 +24 -24 popt/po/ro.po
1.57 +24 -24 popt/po/ru.po
1.66 +24 -24 popt/po/sk.po
1.56 +24 -24 popt/po/sl.po
1.58 +24 -24 popt/po/sv.po
1.61 +24 -24 popt/po/tr.po
1.57 +24 -24 popt/po/uk.po
1.7 +24 -24 popt/po/vi.po
1.56 +24 -24 popt/po/wa.po
1.11 +24 -24 popt/po/zh_CN.po
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: popt/CHANGES
============================================================================
$ cvs diff -u -r1.29 -r1.30 CHANGES
--- popt/CHANGES 4 Nov 2007 15:57:20 -0000 1.29
+++ popt/CHANGES 14 Nov 2007 20:23:04 -0000 1.30
@@ -1,4 +1,5 @@
1.12 -> 1.13:
+ - jbj: re-add it.po (from Sandro Bonazzola <sandro.bonazzola@gmail.com>).
- jbj: rescuscitate the splint annotations.
- jbj: change sizeof to use the type implicitly, rather than explicitly.
- jbj: remove incorrect casts, changing to size_t where needed.
@@ .
patch -p0 <<'@@ .'
Index: popt/configure.ac
============================================================================
$ cvs diff -u -r1.32 -r1.33 configure.ac
--- popt/configure.ac 11 Nov 2007 17:17:04 -0000 1.32
+++ popt/configure.ac 14 Nov 2007 20:23:04 -0000 1.33
@@ -14,7 +14,7 @@
AM_INIT_AUTOMAKE([foreign])
-ALL_LINGUAS="cs da de es fr ga gl hu is ja ko nb nl nb pl pt ro ru sk sl sv tr uk vi wa zh_CN"
+ALL_LINGUAS="cs da de es fr ga gl hu is it ja ko nb nl nb pl pt ro ru sk sl sv tr uk vi wa zh_CN"
AC_PROG_CC
AC_PROG_INSTALL
@@ .
patch -p0 <<'@@ .'
Index: popt/po/cs.po
============================================================================
$ cvs diff -u -r1.59 -r1.60 cs.po
--- popt/po/cs.po 14 Sep 2007 11:41:36 -0000 1.59
+++ popt/po/cs.po 14 Nov 2007 20:23:05 -0000 1.60
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "neznámé èíslo chyby"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "volba (%d) není v popt implementována\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "chybí argument"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "neznámá volba"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "po¾adovány vzájemnì výluèné logické operace"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg nesmí být NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "aliasy vnoøené pøíli¹ hluboko"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "chyba v quotování parametrù"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "chybná numerická hodnota"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "èíslo je pøíli¹ velké nebo pøíli¹ malé"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "selhala alokace pamìti"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "neznámá chyba"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "Zobrazit implicitní volby ve zprávì"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Pou¾ití:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[VOLBY...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/da.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 da.po
--- popt/po/da.po 14 Sep 2007 11:41:36 -0000 1.56
+++ popt/po/da.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -15,48 +15,48 @@
msgid "unknown errno"
msgstr "ukendt fejlnr."
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tilvalgstype (%d) er ikke implementeret i popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "mangler argument"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "ukendt tilvalg"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "de ønskede handlinger udelukker hinanden"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "aliaser er for dybt indlejret"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "fejl i parameter citering"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "ugyldig numerisk værdi"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "nummer for stort, eller for lille"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "ukendt fejl"
@@ -73,50 +73,50 @@
msgid "Display option defaults in message"
msgstr "Vis kortfattet brugsanvisning"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "INGEN"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Brug:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[TILVALG...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/de.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 de.po
--- popt/po/de.po 9 Nov 2007 23:34:13 -0000 1.56
+++ popt/po/de.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2007-11-10 00:35+0100\n"
"Last-Translator: Robert Scheck <robert@rpm5.org>\n"
"Language-Team: German <de@li.org>\n"
@@ -18,48 +18,48 @@
msgid "unknown errno"
msgstr "Unbekannte Fehler-Nummer"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "Optionstyp (%d) ist in popt nicht vorhanden\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "Fehlendes Argument"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "Unbekannte Option"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "Gegenseitig ausschließende logische Operatoren"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg sollte nicht NULL sein"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "Aliase zu tief verschachtelt"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "Fehler beim Quotieren der Parameter"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "Ungültiger nummerischer Wert"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "Nummer zu groß oder zu klein"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "Speicherzuordnung fehlgeschlagen"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "Unbekannter Fehler"
@@ -75,50 +75,50 @@
msgid "Display option defaults in message"
msgstr "Zeigt die Standardeinstellungen an"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "Hilfe-Optionen:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "Optionen über popt alias/exec implementiert:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NICHTS"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "WERT"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INTEGER"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARGUMENT"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Verwendung:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPTION...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/es.po
============================================================================
$ cvs diff -u -r1.55 -r1.56 es.po
--- popt/po/es.po 14 Sep 2007 11:41:36 -0000 1.55
+++ popt/po/es.po 14 Nov 2007 20:23:05 -0000 1.56
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -19,48 +19,48 @@
msgid "unknown errno"
msgstr "errno desconocido"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tipo de opcin (%d) no implementada en popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "falta argumento"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "opcin desconocida"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "requerida operacin lgica mutuamente exclusiva"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "alias anidados muy profundamente"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "error en cita de parmetros"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "valor numrico invlido"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "nmero muy largo o muy pequeo"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "error desconocido"
@@ -77,50 +77,50 @@
msgid "Display option defaults in message"
msgstr "Indica el modo de uso resumido"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Modo de Uso:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPCIN...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/fr.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 fr.po
--- popt/po/fr.po 14 Sep 2007 11:41:36 -0000 1.56
+++ popt/po/fr.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -12,7 +12,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2003-06-22 23:43+0200\n"
"Last-Translator: RPM French Translation <rpm-fr@livna.org>\n"
"Language-Team: RPM French Translation <rpm-fr@livna.org>\n"
@@ -24,48 +24,48 @@
msgid "unknown errno"
msgstr "errno inconnu"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "type(%d) d'option non implémenté dans popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "argument manquant"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "option iconnue"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "opérations logiques mutuellement exclusives requises"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne devrait pas être NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "les alias sont trop entremellés"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "erreur en citant les paramètres"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "valeur numérique invalide"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "nombre trop grand ou trop petit"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "échec de l'allocation de mémoire"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "erreur inconnue"
@@ -81,50 +81,50 @@
msgid "Display option defaults in message"
msgstr "Afficher les valeurs par défaut des options dans le message"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "RIEN"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "ENTIER"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "CHAINE"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOTTANT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Utilisation:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPTION...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ga.po
============================================================================
$ cvs diff -u -r1.4 -r1.5 ga.po
--- popt/po/ga.po 14 Sep 2007 11:41:36 -0000 1.4
+++ popt/po/ga.po 14 Nov 2007 20:23:05 -0000 1.5
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2007-06-19 06:21-0500\n"
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -18,48 +18,48 @@
msgid "unknown errno"
msgstr "errno anaithnid"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "nÃl an cineál rogha seo (%d) ar fáil i popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "argóint ar iarraidh"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "rogha anaithnid"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "iarradh oibrÃochtaà loighciúla comheisiacha"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "nÃor chóir rogha->arg a bheith NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "ailiasanna neadaithe ródhomhain"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "earráid agus paraiméadar á chur faoi chomharthaà athfhriotail"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "luach neamhbhailà uimhriúil"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "uimhir rómhór nó róbheag"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "theip ar dháileadh na cuimhne"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "earráid anaithnid"
@@ -75,50 +75,50 @@
msgid "Display option defaults in message"
msgstr "Taispeáin luachanna réamhshocraithe na roghanna sa teachtaireacht"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "Roghanna cabhracha:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "Roghanna a cuireadh i bhfeidhm trà ailias/exec popt:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NEAMHNÃ"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "LUACH"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Úsáid:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[ROGHA...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/gl.po
============================================================================
$ cvs diff -u -r1.57 -r1.58 gl.po
--- popt/po/gl.po 14 Sep 2007 11:41:36 -0000 1.57
+++ popt/po/gl.po 14 Nov 2007 20:23:05 -0000 1.58
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "errno descoñecido"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "tipo de opción (%d) non implementada en popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "falta un argumento"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "opción descoñecida"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "solicitáronse operacións lóxicas mutuamente excluíntes"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "aliases aniñados a un nivel demasiado profundo"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "erro nas comiñas do parámetro"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "valor numérico non válido"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "número demasiado grande ou pequeno"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "erro descoñecido"
@@ -72,50 +72,50 @@
msgid "Display option defaults in message"
msgstr "Amosar brevemente o xeito de utilización"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NADA"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "CADEA"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Uso:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPCIÓN...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/hu.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 hu.po
--- popt/po/hu.po 14 Sep 2007 11:41:36 -0000 1.56
+++ popt/po/hu.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr ""
@@ -72,50 +72,50 @@
msgid "Display option defaults in message"
msgstr "Rövid használati utasítás megjelenítése"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr ""
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr ""
@@ .
patch -p0 <<'@@ .'
Index: popt/po/is.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 is.po
--- popt/po/is.po 14 Sep 2007 11:41:36 -0000 1.56
+++ popt/po/is.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "óþekkt villunúmer"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "rofagerðin (%d) er ekki studd í popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "vantar viðfang"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "óþekktur rofi"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "beðið um rofa sem slökkva hvor á öðrum"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg ætti ekki að vera NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "alíasar of flóknir"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "villa í viðföngum (gæsalappir og svo frv.)"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "ógilt tölulegt gildi"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "talan of stór eða smá"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "ekki tókst að taka frá minni"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "óþekkt villa"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "Sýna sjálfgefin gildi rofa í skilaboðum"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "ENGIN"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Notkun:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[ROFI...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/it.po
============================================================================
$ cvs diff -u -r0 -r1.52 it.po
--- /dev/null 2007-11-14 21:22:00 +0100
+++ it.po 2007-11-14 21:23:06 +0100
@@ -0,0 +1,126 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: popt 1.12\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
+"PO-Revision-Date: 2007-11-14 20:39+0100\n"
+"Last-Translator: Sandro Bonazzola <sandro.bonazzola@gmail.com>\n"
+"Language-Team: Sandro Bonazzola <sandro.bonazzola@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Italian\n"
+"X-Poedit-Country: ITALY\n"
+
+#: popt.c:35
+msgid "unknown errno"
+msgstr "errno sconosciuto"
+
+#: popt.c:981
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "opzione di tipo (%d) non implementata in popt\n"
+
+#: popt.c:1187
+msgid "missing argument"
+msgstr "argomento mancante"
+
+#: popt.c:1189
+msgid "unknown option"
+msgstr "opzione sconosciuta"
+
+#: popt.c:1191
+msgid "mutually exclusive logical operations requested"
+msgstr "richieste operazioni logiche mutuamente esclusive"
+
+#: popt.c:1193
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg non dovrebbe essere NULL"
+
+#: popt.c:1195
+msgid "aliases nested too deeply"
+msgstr "alias nidificati troppo profondamente"
+
+#: popt.c:1197
+msgid "error in parameter quoting"
+msgstr "errore nel quoting del parametro"
+
+#: popt.c:1199
+msgid "invalid numeric value"
+msgstr "valore numerico errato"
+
+#: popt.c:1201
+msgid "number too large or too small"
+msgstr "numero troppo grande o troppo piccolo"
+
+#: popt.c:1203
+msgid "memory allocation failed"
+msgstr "allocazione di memoria fallita"
+
+#: popt.c:1207
+msgid "unknown error"
+msgstr "errore sconosciuto"
+
+#: popthelp.c:74 popthelp.c:85
+msgid "Show this help message"
+msgstr "Mostra questo messaggio di aiuto"
+
+#: popthelp.c:75 popthelp.c:86
+msgid "Display brief usage message"
+msgstr "Mostra un breve messaggio di utilizzo"
+
+#: popthelp.c:89
+msgid "Display option defaults in message"
+msgstr "Mostra i valori predefiniti delle opzioni nei messaggi"
+
+#: popthelp.c:163
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:164
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:172
+msgid "NONE"
+msgstr "NONE"
+
+#: popthelp.c:174
+msgid "VAL"
+msgstr "VAL"
+
+#: popthelp.c:178
+msgid "INT"
+msgstr "INT"
+
+#: popthelp.c:179
+msgid "LONG"
+msgstr "LONG"
+
+#: popthelp.c:180
+msgid "STRING"
+msgstr "STRING"
+
+#: popthelp.c:181
+msgid "FLOAT"
+msgstr "FLOAT"
+
+#: popthelp.c:182
+msgid "DOUBLE"
+msgstr "DOUBLE"
+
+#: popthelp.c:184
+msgid "ARG"
+msgstr "ARG"
+
+#: popthelp.c:597
+msgid "Usage:"
+msgstr "Uso:"
+
+#: popthelp.c:619
+msgid "[OPTION...]"
+msgstr "[OPZIONE...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ja.po
============================================================================
$ cvs diff -u -r1.55 -r1.56 ja.po
--- popt/po/ja.po 14 Sep 2007 11:41:36 -0000 1.55
+++ popt/po/ja.po 14 Nov 2007 20:23:05 -0000 1.56
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2003--8-25 19:00+0900\n"
"Last-Translator: Yukihiro Nakai <ynakai@redhat.com>\n"
"Language-Team: Japanese <ja@li.org>\n"
@@ -18,48 +18,48 @@
msgid "unknown errno"
msgstr "䏿˜Žãªã‚¨ãƒ©ãƒ¼ç•ªå·"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "オプションタイプ (%d) ã¯poptã«ã¯å®Ÿè£…ã•れã¦ã„ã¾ã›ã‚“\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "引数ãŒã‚りã¾ã›ã‚“"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "䏿˜Žãªã‚ªãƒ—ション"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "æŽ’ä»–çš„ãªæ‚ªãºãƒ¼ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ãŒå¿…è¦ã§ã™"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->argã¯NULLã§ã¯ã„ã‘ã¾ã›ã‚“"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "エイリアスã®ãƒã‚¹ãƒˆãŒæ·±ã™ãŽã¾ã™"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "パラメータã®ã‚¯ã‚ªãƒ¼ãƒˆä»˜ã‘ã§ã‚¨ãƒ©ãƒ¼"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "䏿£ãªæ•°å€¤"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "数値ãŒå¤§ãã™ãŽã‚‹ã‹å°ã•ã™ãŽã¾ã™"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "メモリ確ä¿ã«å¤±æ•—ã—ã¾ã—ãŸ"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "䏿˜Žãªã‚¨ãƒ©ãƒ¼"
@@ -75,50 +75,50 @@
msgid "Display option defaults in message"
msgstr "オプションã®ãƒ‡ãƒ•ォルト値をメッセージã«è¡¨ç¤ºã—ã¾ã™"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "ヘルプオプション:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "poptã®alias/execã§å®Ÿè£…ã•れã¦ã„るオプション:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "ãªã—"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "値"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "æ–‡å—列"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "ä½¿ã„æ–¹:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[オプション...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ko.po
============================================================================
$ cvs diff -u -r1.55 -r1.56 ko.po
--- popt/po/ko.po 14 Sep 2007 11:41:36 -0000 1.55
+++ popt/po/ko.po 14 Nov 2007 20:23:05 -0000 1.56
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÄÚµå(errno) ÀÔ´Ï´Ù"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "¿É¼Ç À¯Çü (%d)Àº popt¿¡¼ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "Àμö°¡ ÁöÁ¤µÇÁö ¾Ê¾Ò½À´Ï´Ù"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "¾Ë ¼ö ¾ø´Â ¿É¼ÇÀÔ´Ï´Ù"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "¾çÂÊ¿¡ ¹èŸÀû ³í¸® ¿¬»êÀÌ ÁöÁ¤µÇ¾ú½À´Ï´Ù"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "¿É¼Ç->Àμö°¡ NULLÀÌ µÇ¾î¼´Â ¾ÈµË´Ï´Ù"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "º°Äª(alias)ÀÌ º¹ÀâÇÏ°Ô ¼³Á¤µÇ¾ú½À´Ï´Ù"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "¸Å°³º¯¼ö¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "À߸øµÈ ¼öÄ¡ °ªÀÔ´Ï´Ù"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "¼ýÀÚ°¡ ³Ê¹« Å©°Å³ª ³Ê¹« Àû½À´Ï´Ù"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "¸Þ¸ð¸® ÇÒ´ç¿¡ ½ÇÆÐÇß½À´Ï´Ù"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "¾Ë ¼ö ¾ø´Â ¿À·ùÀÔ´Ï´Ù"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "±âº»ÀûÀÎ ¿É¼ÇÀ» º¸¿©ÁÝ´Ï´Ù"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "¾øÀ½(NONE)"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "°ª(VAL)"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "Á¤¼ö(INT)"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "Á¤¼ö(LONG)"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "¹®ÀÚ¿(STRING)"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "¼Ò¼ö(FLOAT)"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "¼Ò¼ö(DOUBLE)"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "Àμö(ARG)"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "»ç¿ë¹ý:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[¿É¼Ç...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/nb.po
============================================================================
$ cvs diff -u -r1.5 -r1.6 nb.po
--- popt/po/nb.po 14 Sep 2007 11:41:36 -0000 1.5
+++ popt/po/nb.po 14 Nov 2007 20:23:05 -0000 1.6
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "ukjent errno"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "flaggtype (%d) ikke implementert i popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "manglende argument"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "ukjent flagg"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "gjensidig eksluderende logiske operasjoner forespurt"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg må ikke være NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "aliaser med for dype løkker"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "feil i parametersitering"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "ugyldig numerisk verdi"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "tallet er for stort eller lite"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "minneallokering feilet"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "ukjent feil"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "Vis forvalgte flagg i melding"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "INGEN"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VERDI"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "HELTALL"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRENG"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLYTTALL"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Bruk:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[FLAGG...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/nl.po
============================================================================
$ cvs diff -u -r1.6 -r1.7 nl.po
--- popt/po/nl.po 14 Sep 2007 11:41:36 -0000 1.6
+++ popt/po/nl.po 14 Nov 2007 20:23:05 -0000 1.7
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2007-06-29 17:38+0200\n"
"Last-Translator: Tim Van Holder <tim.van.holder@telenet.be>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -19,49 +19,49 @@
msgid "unknown errno"
msgstr "onbekende errno"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "optietype (%d) niet geïmplementeerd in popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "ontbrekend argument"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "onbekende optie"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "wederzijds uitgesloten logische operatoren gevraagd"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg zou niet NULL mogen zijn"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "aliassen te diep genest"
# of toch beter "quoting" behouden?
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "fout in aanhaling van parameters"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "ongelige numerische waarde"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "getal te klein of te groot"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "geheugenreservatie mislukt"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "onbekende fout"
@@ -78,52 +78,52 @@
msgstr "Toon standaardwaarden van opties in de tekst"
# of "Help-opties:"?
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "Hulp-opties:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "Opties geïmplementeerd d.m.v. popt alias/exec:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "GEEN"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "WAARDE"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
# TEKENREEKS lijkt me niet gepast; dus ofwel STRING behouden, ofwel TEKST
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "TEKST"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
# of hier ARGUMENT van maken?
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Gebruik:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPTIE...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/pl.po
============================================================================
$ cvs diff -u -r1.58 -r1.59 pl.po
--- popt/po/pl.po 14 Sep 2007 11:41:36 -0000 1.58
+++ popt/po/pl.po 14 Nov 2007 20:23:05 -0000 1.59
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2003-06-08 20:32+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -18,48 +18,48 @@
msgid "unknown errno"
msgstr "nieznane errno"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "rodzaj opcji (%d) nie zaimplementowany w popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "brak parametru"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "nieznana opcja"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "żądanie wykluczających się operacji"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg nie może być NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "zbyt duże zagłębienie aliasów"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "błąd w cytowaniu parametru"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "błędna wartość liczbowa"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "liczba zbyt duża lub zbyt mała"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "błąd alokacji pamięci"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "nieznany błąd"
@@ -75,50 +75,50 @@
msgid "Display option defaults in message"
msgstr "Wyświetl domyślne opcje w opisie"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "Opcje pomocy:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "Opcje zaimplementowane poprzez popt alias/exec:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "BRAK"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "WART"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "ÅAŃCUCH"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "PARAM"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Użycie:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPCJA...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/popt.pot
============================================================================
$ cvs diff -u -r1.102 -r1.103 popt.pot
--- popt/po/popt.pot 14 Sep 2007 11:41:36 -0000 1.102
+++ popt/po/popt.pot 14 Nov 2007 20:23:05 -0000 1.103
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,48 +19,48 @@
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr ""
@@ -76,50 +76,50 @@
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr ""
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr ""
@@ .
patch -p0 <<'@@ .'
Index: popt/po/pt.po
============================================================================
$ cvs diff -u -r1.55 -r1.56 pt.po
--- popt/po/pt.po 14 Sep 2007 11:41:36 -0000 1.55
+++ popt/po/pt.po 14 Nov 2007 20:23:05 -0000 1.56
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "errno desconhecido"
-#: popt.c:1002
+#: popt.c:981
#, 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:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "falta um argumento"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "opção desconhecida"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "foram pedidas operações lógicas mutuamente exclusivas"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg não deve ser NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "'aliases' demasiado aninhados"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "erros no 'quoting' de parâmetros"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "valor númerico inválido"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "número demasiado grando ou pequeno"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "alocação de memória falhou"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "erro desconhecido"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "Mostrar valor por omissão das opções na mensagem"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Utilização:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPÇÃO...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ro.po
============================================================================
$ cvs diff -u -r1.72 -r1.73 ro.po
--- popt/po/ro.po 14 Sep 2007 11:41:36 -0000 1.72
+++ popt/po/ro.po 14 Nov 2007 20:23:05 -0000 1.73
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,49 +14,49 @@
msgid "unknown errno"
msgstr "eroare necunoscuta"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "argument lipsa"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "optiune necunoscuta"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "recursivitate infinita la optiunile sinonime"
-#: popt.c:1225
+#: popt.c:1197
#, fuzzy
msgid "error in parameter quoting"
msgstr "eroare la insertie parametru"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "valoare numarica invalida"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "numar prea mare sau prea mic"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "eroare necuinoscuta"
@@ -73,50 +73,50 @@
msgid "Display option defaults in message"
msgstr "Afisare mesaj sintaxa sumar"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Sintaxa:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[OPTIUNE...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/ru.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 ru.po
--- popt/po/ru.po 14 Sep 2007 11:41:36 -0000 1.56
+++ popt/po/ru.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÎÏÍÅÒ ÏÛÉÂËÉ"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "ÏÂÒÁÂÏÔËÁ ÐÁÒÁÍÅÔÒÁ (%d) × popt ÎÅ ÐÒÅÄÕÓÍÏÔÒÅÎÁ\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "ÐÒÏÐÕÝÅÎ ÁÒÇÕÍÅÎÔ"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "ÎÅÉÚ×ÅÓÔÎÙÊ ÐÁÒÁÍÅÔÒ"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "ÚÁÐÒÏÛÅÎÙ ×ÚÁÉÍÎÏ ÉÓËÌÀÞÁÀÝÉÅ ÌÏÇÉÞÅÓËÉÅ ÏÐÅÒÁÃÉÉ"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg ÎÅ ÍÏÖÅÔ ÂÙÔØ NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "ÐÒÅ×ÙÛÅÎ ÕÒÏ×ÅÎØ ÄÏÐÕÓÔÉÍÏÊ ÒÅËÕÒÓÉÉ ÐÏÄÓÔÁÎÏ×ÏË"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "ÏÛÉÂËa ÐÏÍÅÝÅÎÉÑ ÐÁÒÁÍÅÔÒÏ× × ËÁ×ÙÞËÉ"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "ÎÅÐÒÁ×ÉÌØÎÏÅ ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "ÞÉÓÌÏ×ÏÅ ÚÎÁÞÅÎÉÅ ÚÁ ÐÒÅÄÅÌÁÍÉ ÐÒÅÄÕÓÍÏÔÒÅÎÎÏÇÏ"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "ÏÛÉÂËÁ ×ÙÄÅÌÅÎÉÑ ÐÁÍÑÔÉ"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "ðÏËÁÚÁÔØ ÐÁÒÁÍÅÔÒÙ ÐÏ ÕÍÏÌÞÁÎÉÀ"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[ðáòáíåôò...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/sk.po
============================================================================
$ cvs diff -u -r1.65 -r1.66 sk.po
--- popt/po/sk.po 14 Sep 2007 11:41:36 -0000 1.65
+++ popt/po/sk.po 14 Nov 2007 20:23:05 -0000 1.66
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -18,48 +18,48 @@
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr ""
@@ -76,50 +76,50 @@
msgid "Display option defaults in message"
msgstr "Zobrazi» struèný návod na pou¾itie"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr ""
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr ""
@@ .
patch -p0 <<'@@ .'
Index: popt/po/sl.po
============================================================================
$ cvs diff -u -r1.55 -r1.56 sl.po
--- popt/po/sl.po 14 Sep 2007 11:41:36 -0000 1.55
+++ popt/po/sl.po 14 Nov 2007 20:23:05 -0000 1.56
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr ""
@@ -72,50 +72,50 @@
msgid "Display option defaults in message"
msgstr "Prika¾i kratko sporoèilo o uporabi"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr ""
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr ""
@@ .
patch -p0 <<'@@ .'
Index: popt/po/sv.po
============================================================================
$ cvs diff -u -r1.57 -r1.58 sv.po
--- popt/po/sv.po 14 Sep 2007 11:41:36 -0000 1.57
+++ popt/po/sv.po 14 Nov 2007 20:23:05 -0000 1.58
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2007-06-12 22:00+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "okänt felnummer"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "flaggtypen (%d) är inte implementerad i popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "argument saknas"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "okänd flagga"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "ömsesidigt uteslutande logiska operationer begärdes"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg får inte vara NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "alias är nästlade för djupt"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "fel i parametercitering"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "ogiltigt numeriskt värde"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "talet för stort eller för litet"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "minnesallokering misslyckades"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "okänt fel"
@@ -71,50 +71,50 @@
msgid "Display option defaults in message"
msgstr "Visa standardalternativ för flaggor i meddelande"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "Hjälpflaggor:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "Flaggor implementerade via popt-alias/exec:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "INGET"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VÄRDE"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "HELTAL"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LÅNG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRÄNG"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLYTTAL"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DUBBEL"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Användning:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[FLAGGA...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/tr.po
============================================================================
$ cvs diff -u -r1.60 -r1.61 tr.po
--- popt/po/tr.po 14 Sep 2007 11:41:36 -0000 1.60
+++ popt/po/tr.po 14 Nov 2007 20:23:05 -0000 1.61
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -14,48 +14,48 @@
msgid "unknown errno"
msgstr "bilinmeyen hata no"
-#: popt.c:1002
+#: popt.c:981
#, 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:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "argüman eksik"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "bilinmeyen seçenek"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "birbirini dýþlayan mantýksal iþlemler istendi"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "adlarda çok fazla içiçelikler"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "parametrelerde týrnak iþaretleme hatalý "
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "sayýsal deðer geçersiz"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "sayý ya çok büyük ya da çok küçük"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "bilinmeyen hata"
@@ -72,50 +72,50 @@
msgid "Display option defaults in message"
msgstr "Kýsa bir kullaným iletisi göster"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "YOK"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "DEÐ"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Kullanýmý:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[SEÇENEK...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/uk.po
============================================================================
$ cvs diff -u -r1.56 -r1.57 uk.po
--- popt/po/uk.po 14 Sep 2007 11:41:36 -0000 1.56
+++ popt/po/uk.po 14 Nov 2007 20:23:05 -0000 1.57
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -18,48 +18,48 @@
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr ""
@@ -76,50 +76,50 @@
msgid "Display option defaults in message"
msgstr "ðÏËÁÚÁÔÉ ËÏÒÏÔËÕ ÄÏצÄËÕ ÐÒÏ ×ÉËÏÒÉÓÔÁÎÎÑ"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr ""
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr ""
@@ .
patch -p0 <<'@@ .'
Index: popt/po/vi.po
============================================================================
$ cvs diff -u -r1.6 -r1.7 vi.po
--- popt/po/vi.po 14 Sep 2007 11:41:36 -0000 1.6
+++ popt/po/vi.po 14 Nov 2007 20:23:05 -0000 1.7
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2007-07-12 22:37+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -20,48 +20,48 @@
msgid "unknown errno"
msgstr "số hiệu lỗi không rõ"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "kiểu tùy chá»n (%d) chưa được thá»±c hiện trong popt\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "thiếu đối số"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "tùy chá»n không rõ"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "các thao tác hợp lý loại từ lẫn nhau được yêu cầu"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "« tùy chá»n->đối số » không thể vô giá trị"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "các bà danh lồng nhau quá sâu"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "gặp lá»—i trong lá»i trÃch dẫn tham số"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "giá trị thuộc số không hợp lệ"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "con số quá lá»›n hay quá nhá»"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "lỗi cấp phát bộ nhớ"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "lỗi không rõ"
@@ -77,50 +77,50 @@
msgid "Display option defaults in message"
msgstr "Hiển thị các giá trị mặc định cá»§a tùy chá»n trong thông Ä‘iệp"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "Tùy chá»n trợ giúp:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "Các tùy chá»n được thá»±c hiện thông qua popt alias/exec:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "KHÔNG CÓ"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "GIà TRỊ"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "SỠNGUYÊN"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "DÀI"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "CHUá»–I"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "Ná»”I"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "ÄÔI"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "Äá»I Sá»"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "Cách sỠdụng:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[TÙY_CHỌN...]"
@@ .
patch -p0 <<'@@ .'
Index: popt/po/wa.po
============================================================================
$ cvs diff -u -r1.55 -r1.56 wa.po
--- popt/po/wa.po 14 Sep 2007 11:41:36 -0000 1.55
+++ popt/po/wa.po 14 Nov 2007 20:23:05 -0000 1.56
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\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"
@@ -22,48 +22,48 @@
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr ""
@@ -80,50 +80,50 @@
msgid "Display option defaults in message"
msgstr "Mostre on court messaedje so kmint vos è siervi"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr ""
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr ""
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr ""
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr ""
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr ""
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr ""
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr ""
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr ""
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr ""
@@ .
patch -p0 <<'@@ .'
Index: popt/po/zh_CN.po
============================================================================
$ cvs diff -u -r1.10 -r1.11 zh_CN.po
--- popt/po/zh_CN.po 14 Sep 2007 11:41:36 -0000 1.10
+++ popt/po/zh_CN.po 14 Nov 2007 20:23:05 -0000 1.11
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2007-09-06 08:50-0400\n"
+"POT-Creation-Date: 2007-11-14 15:19-0500\n"
"PO-Revision-Date: 2007-08-13 22:32+0800\n"
"Last-Translator: LI Daobing <lidaobing@gmail.com>\n"
"Language-Team: Chinese (simplified) <translation-team-zh-cn@lists."
@@ -21,48 +21,48 @@
msgid "unknown errno"
msgstr "未知的错误"
-#: popt.c:1002
+#: popt.c:981
#, c-format
msgid "option type (%d) not implemented in popt\n"
msgstr "选项类别 (%d) 没有在 popt ä¸å®žçް\n"
-#: popt.c:1215
+#: popt.c:1187
msgid "missing argument"
msgstr "ç¼ºå°‘å‚æ•°"
-#: popt.c:1217
+#: popt.c:1189
msgid "unknown option"
msgstr "未知的选项"
-#: popt.c:1219
+#: popt.c:1191
msgid "mutually exclusive logical operations requested"
msgstr "éœ€è¦ XOR 逻辑è¿ç®—"
-#: popt.c:1221
+#: popt.c:1193
msgid "opt->arg should not be NULL"
msgstr "opt->arg ä¸åº”该为 NULL"
-#: popt.c:1223
+#: popt.c:1195
msgid "aliases nested too deeply"
msgstr "别å嵌套太深"
-#: popt.c:1225
+#: popt.c:1197
msgid "error in parameter quoting"
msgstr "傿•°å¼•å·é”™è¯¯"
-#: popt.c:1227
+#: popt.c:1199
msgid "invalid numeric value"
msgstr "æ— æ•ˆçš„æ•°å€¼"
-#: popt.c:1229
+#: popt.c:1201
msgid "number too large or too small"
msgstr "数值太大或太å°"
-#: popt.c:1231
+#: popt.c:1203
msgid "memory allocation failed"
msgstr "内å˜åˆ†é…错误"
-#: popt.c:1235
+#: popt.c:1207
msgid "unknown error"
msgstr "未知的错误"
@@ -78,50 +78,50 @@
msgid "Display option defaults in message"
msgstr "在信æ¯ä¸æ˜¾ç¤ºé»˜è®¤çš„选项"
-#: popthelp.c:162
+#: popthelp.c:163
msgid "Help options:"
msgstr "帮助选项:"
-#: popthelp.c:163
+#: popthelp.c:164
msgid "Options implemented via popt alias/exec:"
msgstr "通过 popt alias/exec 实现的选项:"
-#: popthelp.c:171
+#: popthelp.c:172
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:173
+#: popthelp.c:174
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:177
+#: popthelp.c:178
msgid "INT"
msgstr "INT"
-#: popthelp.c:178
+#: popthelp.c:179
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:179
+#: popthelp.c:180
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:180
+#: popthelp.c:181
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:181
+#: popthelp.c:182
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:183
+#: popthelp.c:184
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:606
+#: popthelp.c:597
msgid "Usage:"
msgstr "用法:"
-#: popthelp.c:630
+#: popthelp.c:619
msgid "[OPTION...]"
msgstr "[选项...]"
@@ .
Received on Wed Nov 14 21:23:07 2007