summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2014-01-08 16:18:03 +0000
committerdevzero2000 <devzero2000>2014-01-08 16:18:03 +0000
commit6c2ff1581491ceed4ac1318da2de98c148fe4085 (patch)
treefc857a0fe0a102a46e5dbd1fc92be1b1b89c3eae
parentfd12de829935607074ea9d98690c9b13fd7a075b (diff)
downloadlibpopt-6c2ff1581491ceed4ac1318da2de98c148fe4085.tar.gz
add cpp suppressions directive for dealing with
false positive. Enable cppcheck inline suppression for the make cppcheck target
-rw-r--r--CHANGES3
-rw-r--r--Makefile.am2
-rw-r--r--po/cs.po32
-rw-r--r--po/da.po32
-rw-r--r--po/de.po32
-rw-r--r--po/eo.po32
-rw-r--r--po/es.po32
-rw-r--r--po/fi.po32
-rw-r--r--po/fr.po32
-rw-r--r--po/ga.po32
-rw-r--r--po/gl.po32
-rw-r--r--po/hu.po32
-rw-r--r--po/id.po32
-rw-r--r--po/is.po32
-rw-r--r--po/it.po32
-rw-r--r--po/ja.po32
-rw-r--r--po/ko.po32
-rw-r--r--po/lv.po32
-rw-r--r--po/nb.po32
-rw-r--r--po/nl.po32
-rw-r--r--po/pl.po32
-rw-r--r--po/popt.pot32
-rw-r--r--po/pt.po32
-rw-r--r--po/ro.po32
-rw-r--r--po/ru.po32
-rw-r--r--po/sk.po32
-rw-r--r--po/sl.po32
-rw-r--r--po/sr.po32
-rw-r--r--po/sv.po32
-rw-r--r--po/th.po32
-rw-r--r--po/tr.po32
-rw-r--r--po/uk.po32
-rw-r--r--po/vi.po32
-rw-r--r--po/wa.po32
-rw-r--r--po/zh_CN.po32
-rw-r--r--po/zh_TW.po32
-rw-r--r--popt.c2
-rw-r--r--poptconfig.c1
-rw-r--r--poptparse.c3
39 files changed, 554 insertions, 545 deletions
diff --git a/CHANGES b/CHANGES
index 852aca4..86ef0b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
1.17 -> 2.0:
+ - devzero2000: add cpp suppressions directive for dealing with
+ false positive. Enable cppcheck inline suppression for
+ the make cppcheck target
- devzero2000: popthelp.c reduce variables scope (cppcheck warning)
- devzero2000: poptint.c reduce variables scope (cppcheck warning)
- devzero2000: poptconfig.c reduce variables scope (cppcheck warning)
diff --git a/Makefile.am b/Makefile.am
index 6d7700a..e2fe60a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -160,7 +160,7 @@ endif
if HAVE_CPPCHECK
cppcheck:
- $(CPPCHECK) -I. -I$(includedir) --enable=all $(libpopt_la_SOURCES)
+ $(CPPCHECK) -I. -I$(includedir) --inline-suppr --enable=all $(libpopt_la_SOURCES)
endif
diff --git a/po/cs.po b/po/cs.po
index 85b110e..b390047 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-12-08 19:55+0100\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -21,64 +21,64 @@ msgstr ""
msgid "unknown errno"
msgstr "neznámé číslo chyby"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "typ volby (%u) není v popt implementován\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "chybí argument"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "neznámá volba"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "požadovány vzájemně výlučné logické operace"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg nesmí být NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliasy vnořené příliš hluboko"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "chyba v quotování parametrů"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "chybná numerická hodnota"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "číslo je příliš velké nebo příliš malé"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "selhala alokace paměti"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "neznámá chyba"
diff --git a/po/da.po b/po/da.po
index f61a571..def740d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-09-15 00:00+0000\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -21,64 +21,64 @@ msgstr ""
msgid "unknown errno"
msgstr "ukendt fejlnr."
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tilvalgstype (%u) er ikke implementeret i popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "mangler argument"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "ukendt tilvalg"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "de ønskede handlinger udelukker hinanden"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg bør ikke være NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliaser er for dybt indlejret"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "fejl i parameter citering"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ugyldig numerisk værdi"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nummer for stort, eller for lille"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "hukommelsestildeling mislykkedes"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "ukendt fejl"
diff --git a/po/de.po b/po/de.po
index 820d58f..fc2e9f6 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2009-11-10 19:58+0100\n"
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -20,64 +20,64 @@ msgstr ""
msgid "unknown errno"
msgstr "Unbekannte Fehler-Nummer"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "Optionstyp (%u) ist in popt nicht vorhanden\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "Fehlendes Argument"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "Unbekannte Option"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "Gegenseitig ausschließende logische Operatoren"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg sollte nicht NULL sein"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "Aliase zu tief verschachtelt"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "Fehler beim Quotieren der Parameter"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "Ungültiger nummerischer Wert"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "Nummer zu groß oder zu klein"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "Speicherzuordnung fehlgeschlagen"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "Unbekannter Fehler"
diff --git a/po/eo.po b/po/eo.po
index 2f08eb1..86eaa4d 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-08-03 15:50-0300\n"
"Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr "nekonata erarnumero"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "la opcia tipo (%u) ne estas realigita en popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "mankas argumento"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "nekonata opcio"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "reciprokaj logikaj operacioj estas postulataj"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne devus esti NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "kromnomoj estas ingitaj tro profunde"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "eraro en parametra citado"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "nevalida numera valoro"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero tro granda aŭ tro eta"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "malsukceso dum okupado de memoro"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "nekonata eraro"
diff --git a/po/es.po b/po/es.po
index 8f0f534..6ef30b9 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.12\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2007-12-28 12:22+0100\n"
"Last-Translator: Leandro Lucarella <luca@linuxmendoza.org.ar>\n"
"Language-Team: Spanish <es@li.org>\n"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno desconocido"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipo de opción (%d) no implementada en popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "falta argumento"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "opción desconocida"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "requerida operación lógica mutuamente exclusiva"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias anidados muy profundamente"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "error en cita de parámetros"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor numérico inválido"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "número muy largo o muy pequeño"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "error desconocido"
diff --git a/po/fi.po b/po/fi.po
index 29edcdd..d50023d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-21 18:19+0200\n"
"Last-Translator: Jorma Karvonen <karvjorm@users.sf.net>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -24,64 +24,64 @@ msgstr ""
msgid "unknown errno"
msgstr "tuntematon errno-virhenumeroarvo"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "valitsintyyppiä (%u) ei ole toteutettu popt-ohjelmassa\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "puuttuva argumentti"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "tuntematon valitsin"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "pyydettyjä loogisia toimintoja ei voi käyttää yhdessä"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "”opt->arg”-valitsinargumentti ei saa olla NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "liian monta aliasta sisäkkäin"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "virhe parametrien lainauksessa"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "virheellinen numeroarvo"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero on liian iso tai liian pieni"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "muistin varaus ei onnistunut"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "tuntematon virhe"
diff --git a/po/fr.po b/po/fr.po
index f75ae17..9ec239f 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -25,64 +25,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno inconnu"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "type(%d) d'option non implémenté dans popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "argument manquant"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "option iconnue"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "opérations logiques mutuellement exclusives requises"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne devrait pas être NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "les alias sont trop entremellés"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erreur en citant les paramètres"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valeur numérique invalide"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nombre trop grand ou trop petit"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "échec de l'allocation de mémoire"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "erreur inconnue"
diff --git a/po/ga.po b/po/ga.po
index d15ee82..53c392c 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-04-10 06:21-0500\n"
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno anaithnid"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "níl an cineál rogha seo (%u) ar fáil i popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "argóint ar iarraidh"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "rogha anaithnid"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "iarradh oibríochtaí loighciúla comheisiacha"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "níor chóir rogha->arg a bheith NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "ailiasanna neadaithe ródhomhain"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "earráid agus paraiméadar á chur faoi chomharthaí athfhriotail"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "luach neamhbhailí uimhriúil"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "uimhir rómhór nó róbheag"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "theip ar dháileadh na cuimhne"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "earráid anaithnid"
diff --git a/po/gl.po b/po/gl.po
index 38a6353..ce0421a 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2001-01-17 01:01+0100\n"
"Last-Translator: Jess Bravo lvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -15,64 +15,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno descoecido"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipo de opcin (%d) non implementada en popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "falta un argumento"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "opcin descoecida"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "solicitronse operacins lxicas mutuamente excluntes"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliases aniados a un nivel demasiado profundo"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erro nas comias do parmetro"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor numrico non vlido"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nmero demasiado grande ou pequeno"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "erro descoecido"
diff --git a/po/hu.po b/po/hu.po
index 0821e76..319d9b0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2007-06-21 00:45+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -20,64 +20,64 @@ msgstr ""
msgid "unknown errno"
msgstr "ismeretlen hibaszám"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "a kapcsolótípus (%d) nincs megvalósítva a popt-ban\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "hiányzó paraméter"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "ismeretlen kapcsoló"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "kölcsönösen kizáró logikai műveleteket kért"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "az opt->arg nem lehet NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "az álnevek túl mélyen vannak egymásba ágyazva"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "hiba a paraméter idézésében"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "érvénytelen numerikus érték"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "a szám túl nagy vagy túl kicsi"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "a memóriafoglalás meghiúsult"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "ismeretlen hiba"
diff --git a/po/id.po b/po/id.po
index 319547d..44b4da9 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-08-26 14:18+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno tak diketahui"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipe opsi (%u) tak diimplementasikan di popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "kehilangan argumen"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "opsi tak diketahui"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "permintaan operasi logika eksklusif secara mutual"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg tidak boleh NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias disarangkan terlalu dalam"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "galat di pencantuman parameter"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "nilai numerik tidak sah"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nomor terlalu besar atau terlalu kecil"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "alokasi memori gagal"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "galat tak diketahui"
diff --git a/po/is.po b/po/is.po
index e2ff7f6..de829e6 100644
--- a/po/is.po
+++ b/po/is.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -15,64 +15,64 @@ msgstr ""
msgid "unknown errno"
msgstr "ekkt villunmer"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "rofagerin (%d) er ekki studd popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "vantar vifang"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "ekktur rofi"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "bei um rofa sem slkkva hvor rum"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg tti ekki a vera NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alasar of flknir"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "villa vifngum (gsalappir og svo frv.)"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "gilt tlulegt gildi"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "talan of str ea sm"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "ekki tkst a taka fr minni"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "ekkt villa"
diff --git a/po/it.po b/po/it.po
index 0ef7432..2351de8 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-11-28 15:32+0100\n"
"Last-Translator: Vincenzo Campanella <vinz65@gmail.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -22,64 +22,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno sconosciuto"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipo di opzione (%u) non implementato in popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "argomento mancante"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "opzione sconosciuta"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "richieste operazioni logiche reciprocamente esclusive"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg non dovrebbe essere NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias nidificati troppo in profondità"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "errore nel quoting del parametro"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valore numerico non valido"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero troppo grande o troppo piccolo"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "allocazione di memoria fallita"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "errore sconosciuto"
diff --git a/po/ja.po b/po/ja.po
index 7ab1f57..ce2dfe5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2010-10-19 12:01+0900\n"
"Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -20,64 +20,64 @@ msgstr ""
msgid "unknown errno"
msgstr "不明なエラー番号"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "オプションタイプ (%u) はpoptには実装されていません\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "引数がありません"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "不明なオプション"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "相互排他的な論理操作が必要です"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->argはNULLではいけません"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "エイリアスのネストが深すぎます"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "パラメータのクオート付けでエラー"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "不正な数値"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "数値が大きすぎるか小さすぎます"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "メモリ確保に失敗しました"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "不明なエラー"
diff --git a/po/ko.po b/po/ko.po
index 8d2f50e..c550841 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -15,64 +15,64 @@ msgstr ""
msgid "unknown errno"
msgstr " ڵ(errno) Դϴ"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "ɼ (%d) popt ϴ\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "μ ʾҽϴ"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr " ɼԴϴ"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "ʿ Ÿ Ǿϴ"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "ɼ->μ NULL Ǿ ȵ˴ϴ"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "Ī(alias) ϰ Ǿϴ"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "Ű ֽϴ"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "߸ ġ Դϴ"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "ڰ ʹ ũų ʹ ϴ"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "޸ Ҵ翡 ߽ϴ"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr " Դϴ"
diff --git a/po/lv.po b/po/lv.po
index a8a65e8..4482769 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2009-04-12 16:34+0300\n"
"Last-Translator: Rihards Prieditis <RPrieditis@inbox.lv>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
@@ -24,64 +24,64 @@ msgstr ""
msgid "unknown errno"
msgstr "nezināms kļūdas numurs"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "iespējas tips (%u) nav ieviests popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "trūkst arguments"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "nezināma iespēja"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "pieprasītas savstarpējie izslēdzošas loģiskās operācijas"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opcija->arguments nevar būt NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aizstājvārdi iegulti pārāk dziļi"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "kļuda parametru citēšanā"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "nederīga skaitļa vērtība"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "skaitlis pārāk liels, vai pārāk mazs"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "atmiņas iedalīšana neizdevās"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "nezināma kļūda"
diff --git a/po/nb.po b/po/nb.po
index c56c104..170ffcd 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -15,64 +15,64 @@ msgstr ""
msgid "unknown errno"
msgstr "ukjent errno"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "flaggtype (%d) ikke implementert i popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "manglende argument"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "ukjent flagg"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "gjensidig eksluderende logiske operasjoner forespurt"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg m ikke vre NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliaser med for dype lkker"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "feil i parametersitering"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ugyldig numerisk verdi"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "tallet er for stort eller lite"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "minneallokering feilet"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "ukjent feil"
diff --git a/po/nl.po b/po/nl.po
index e29fa5a..e964339 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-20 19:26+0100\n"
"Last-Translator: Tim Van Holder <tim.van.holder@telenet.be>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -19,65 +19,65 @@ msgstr ""
msgid "unknown errno"
msgstr "onbekend foutnummer (errno)"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "dit optietype (%u) is niet geïmplementeerd in popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "ontbrekend argument"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "onbekende optie"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "elkaar uitsluitende logische operatoren werden gevraagd"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg zou niet NULL mogen zijn"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliassen zijn te diep genest"
# of toch beter "quoting" behouden?
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "fout in de aanhaling van parameters"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ongeldige numerieke waarde"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "getal is te klein of te groot"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "reserveren van geheugen is mislukt"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "onbekende fout"
diff --git a/po/pl.po b/po/pl.po
index 11e7d67..93db95e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-18 00:30+0100\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr "nieznane errno"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "typ opcji (%u) nie zaimplementowany w popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "brak parametru"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "nieznana opcja"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "danie wykluczajcych si operacji"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg nie moe by NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "zbyt due zagbienie aliasw"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "bd w cytowaniu parametru"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "bdna warto liczbowa"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "liczba zbyt dua lub zbyt maa"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "bd alokacji pamici"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "nieznany bd"
diff --git a/po/popt.pot b/po/popt.pot
index 559c0c7..58309d1 100644
--- a/po/popt.pot
+++ b/po/popt.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.17.DEVEL\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -20,64 +20,64 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr ""
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr ""
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr ""
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr ""
diff --git a/po/pt.po b/po/pt.po
index 885160b..a30af10 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -15,64 +15,64 @@ msgstr ""
msgid "unknown errno"
msgstr "errno desconhecido"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipo de opo (%d) no implementado no popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "falta um argumento"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "opo desconhecida"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "foram pedidas operaes lgicas mutuamente exclusivas"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg no deve ser NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "'aliases' demasiado aninhados"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erros no 'quoting' de parmetros"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor nmerico invlido"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nmero demasiado grando ou pequeno"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "alocao de memria falhou"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "erro desconhecido"
diff --git a/po/ro.po b/po/ro.po
index dfbb93b..dfa4b4c 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -15,65 +15,65 @@ msgstr ""
msgid "unknown errno"
msgstr "eroare necunoscuta"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "optiunea de tipul (%d) nu este implementata in popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "argument lipsa"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "optiune necunoscuta"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "recursivitate infinita la optiunile sinonime"
-#: popt.c:1897
+#: popt.c:1899
#, fuzzy
msgid "error in parameter quoting"
msgstr "eroare la insertie parametru"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valoare numarica invalida"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numar prea mare sau prea mic"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "eroare necuinoscuta"
diff --git a/po/ru.po b/po/ru.po
index 94a7f4f..269b6c6 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2009-02-01 13:30+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
@@ -23,64 +23,64 @@ msgstr ""
msgid "unknown errno"
msgstr "неизвестный errno"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "обработка параметра (%u) в popt не предусмотрена\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "пропущен аргумент"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "неизвестный параметр"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "запрошены взаимно исключающие логические операции"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg не может быть NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "превышен уровень допустимой рекурсии подстановок"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "ошибка помещения параметров в кавычки"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "неправильное числовое значение"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "числовое значение за пределами предусмотренного"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "не удалось выделить память"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "неизвестная ошибка"
diff --git a/po/sk.po b/po/sk.po
index 39d8d14..a8474f8 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr ""
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr ""
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr ""
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 2e913fd..42284bb 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2012-03-05 10:25+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
@@ -21,64 +21,64 @@ msgstr ""
msgid "unknown errno"
msgstr "neznana številka napake"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "vrsta možnosti (%u) ni podprta\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "manjkajoč argument"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "neznana možnost"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "zahtevani so medsebojno izključujoči logični operatorji"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne sme biti NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "vzdevki so vgnezdeni pregloboko"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "napaka pri navajanju parametra"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "neveljavna številska vrednost"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "število je preveliko ali premajhno"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "dodeljevanje pomnilnika ni uspelo"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "neznana napaka"
diff --git a/po/sr.po b/po/sr.po
index d6cdbdf..7ad8f21 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2011-12-20 12:05+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
@@ -22,64 +22,64 @@ msgstr ""
msgid "unknown errno"
msgstr "непозната грешка бр."
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "врста опције (%u) није спроведена у попту\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "недостаје аргумент"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "непозната опција"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "захтеване су узајамне искључиве логичке операције"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "опц->арг не сме бити НИШТА"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "алијаси су предубоко угнеждени"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "грешка у цитирању параметра"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "неисправна бројчана вредност"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "број је превелик или премали"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "расподела меморије није успела"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "непозната грешка"
diff --git a/po/sv.po b/po/sv.po
index 76055f2..0811a9a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-23 20:15+0100\n"
"Last-Translator: Gran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -22,64 +22,64 @@ msgstr ""
msgid "unknown errno"
msgstr "oknt felnummer"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "flaggtypen (%u) r inte implementerad i popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "argument saknas"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "oknd flagga"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "msesidigt uteslutande logiska operationer begrdes"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg fr inte vara NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias r nstade fr djupt"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "fel i parametercitering"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ogiltigt numeriskt vrde"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "talet fr stort eller fr litet"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "minnesallokering misslyckades"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "oknt fel"
diff --git a/po/th.po b/po/th.po
index d5cbf06..3034064 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-19 15:53+0700\n"
"Last-Translator: Seksan Poltree <seksan.poltree@gmail.com>\n"
"Language-Team: Thai <translation-team-th@lists.sourceforge.net>\n"
@@ -21,64 +21,64 @@ msgstr ""
msgid "unknown errno"
msgstr "เกิด errno ที่ไม่รู้จัก"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "ตัวเลือกชนิด (%u) ไม่ถูกอิมพลีเมนต์ใน popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "ไม่พบอาร์กิวเมนต์"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "ไม่รู้จักตัวเลือก"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "เกิดการร้องขอร่วมกันของการดำเนินการด้านตรรกะอย่างเดียวกัน"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ไม่ควรจะเป็น NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "นามแฝงซ้อนกันมากเกินไป"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "เกิดข้อผิดพลาดในการอ้างอิงพารามิเตอร์"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ค่าตัวเลขผิดพลาด"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "ตัวเลขมีค่ามากหรือน้อยเกินไป"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "การจัดสรรหน่วยความจำผิดพลาด"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "ความผิดพลาดที่ไม่รู้จัก"
diff --git a/po/tr.po b/po/tr.po
index a365c71..8395538 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -18,64 +18,64 @@ msgstr ""
msgid "unknown errno"
msgstr "bilinmeyen hata no"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "seenek tr (%d) popt iin geersiz\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "argman eksik"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "bilinmeyen seenek"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "birbirini dlayan mantksal ilemler istendi"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "adlarda ok fazla iielikler"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "parametrelerde trnak iaretleme hatal "
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "saysal deer geersiz"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "say ya ok byk ya da ok kk"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "bilinmeyen hata"
diff --git a/po/uk.po b/po/uk.po
index 2ba761c..c85a9e9 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr ""
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr ""
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr ""
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr ""
diff --git a/po/vi.po b/po/vi.po
index d9212bf..7d7a6bc 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-18 16:20+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -22,64 +22,64 @@ msgstr ""
msgid "unknown errno"
msgstr "số hiệu lỗi không rõ"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "kiểu tùy chọn (%u) chưa được thực hiện trong popt\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "thiếu đối số"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "tùy chọn không rõ"
-#: popt.c:1891
+#: popt.c:1893
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:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "« tùy chọn->đối số » không thể vô giá trị"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "các bí danh lồng nhau quá sâu"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "gặp lỗi trong lời trích dẫn tham số"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "giá trị thuộc số không hợp lệ"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "con số quá lớn hay quá nhỏ"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "lỗi cấp phát bộ nhớ"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "lỗi không rõ"
diff --git a/po/wa.po b/po/wa.po
index e576d87..13c6543 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\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"
@@ -23,64 +23,64 @@ msgstr ""
msgid "unknown errno"
msgstr ""
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr ""
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr ""
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr ""
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c703814..172f52b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2008-02-18 20:16+0800\n"
"Last-Translator: LI Daobing <lidaobing@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -21,64 +21,64 @@ msgstr ""
msgid "unknown errno"
msgstr "未知的错误"
-#: popt.c:1437
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "选项类别 (%u) 没有在 popt 中实现\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "缺少参数"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "未知的选项"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "需要 XOR 逻辑运算"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg 不应该为 NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "别名嵌套太深"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "参数引号错误"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "无效的数值"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "数值太大或太小"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "内存分配错误"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "未知的错误"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 07fe209..003a66f 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2012-04-02 12:59-0400\n"
+"POT-Creation-Date: 2014-01-08 08:09-0800\n"
"PO-Revision-Date: 2005-04-08 17:52+0800\n"
"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n"
"Language-Team: zh_TW <zh-l10n@linux.org.tw>\n"
@@ -19,64 +19,64 @@ msgstr ""
msgid "unknown errno"
msgstr "未知的錯誤"
-#: popt.c:1437
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "選項類型 (%d) 沒有在 popt 中實作\n"
-#: popt.c:1887
+#: popt.c:1889
msgid "missing argument"
msgstr "缺少引數"
-#: popt.c:1889
+#: popt.c:1891
msgid "unknown option"
msgstr "未知的選項"
-#: popt.c:1891
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "需要相互獨立的邏輯運算"
-#: popt.c:1893
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg 不應為 NULL"
-#: popt.c:1895
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "巢狀別名太深"
-#: popt.c:1897
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "參數引號錯誤"
-#: popt.c:1899
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "不正確的數值"
-#: popt.c:1901
+#: popt.c:1903
msgid "number too large or too small"
msgstr "數字太大或太小"
-#: popt.c:1903
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "記憶體配置錯誤"
-#: popt.c:1905
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr ""
-#: popt.c:1907
+#: popt.c:1909
msgid "option does not take an argument"
msgstr ""
-#: popt.c:1909
+#: popt.c:1911
msgid "stack underflow"
msgstr ""
-#: popt.c:1911
+#: popt.c:1913
msgid "stack overflow"
msgstr ""
-#: popt.c:1915
+#: popt.c:1917
msgid "unknown error"
msgstr "未知的錯誤"
diff --git a/popt.c b/popt.c
index 5dc6812..f09c140 100644
--- a/popt.c
+++ b/popt.c
@@ -759,6 +759,7 @@ assert(t); /* XXX can't happen */
tn += strlen(a);
{ size_t pos = (size_t) (te - t);
+ /* cppcheck-suppress memleakOnRealloc */
t = (char*) xrealloc(t, tn);
assert(t); /* XXX can't happen */
if (t == NULL)
@@ -1040,6 +1041,7 @@ const char * s;
int i;
const char ** av = NULL;
int ac = 0;
+/* cppcheck-suppress unreadVariable */
int xx;
stk[ix++] = arg0;
diff --git a/poptconfig.c b/poptconfig.c
index ad33eba..ef6c1ce 100644
--- a/poptconfig.c
+++ b/poptconfig.c
@@ -325,6 +325,7 @@ static int poptConfigLine(poptContext con, char * line)
/* Append remaining text to the interpolated file option text. */
if (*se != '\0') {
size_t nse = strlen(se) + 1;
+ /* cppcheck-suppress memleakOnRealloc */
if ((b = (char*) realloc(b, (nb + nse))) == NULL) /* XXX can't happen */
goto exit;
(void) stpcpy( stpcpy(&b[nb-1], " "), se);
diff --git a/poptparse.c b/poptparse.c
index 76fa311..0b6650a 100644
--- a/poptparse.c
+++ b/poptparse.c
@@ -122,6 +122,7 @@ assert(te); /* XXX can't happen */
*te++ = '\0', argc++;
if (argc == argvAlloced) {
argvAlloced += POPT_ARGV_ARRAY_GROW_DELTA;
+ /* cppcheck-suppress memleakOnRealloc */
argv = (const char**) xrealloc(argv, sizeof(*argv) * argvAlloced);
assert(argv); /* XXX can't happen */
if (argv == NULL) goto exit;
@@ -225,6 +226,7 @@ assert(argstr); /* XXX can't happen */
argvlen += (t = (size_t)(q - l)) + (sizeof(" --")-1);
if (argvlen >= maxargvlen) {
maxargvlen = (t > maxargvlen) ? t*2 : maxargvlen*2;
+ /* cppcheck-suppress memleakOnRealloc */
argstr = (char*) xrealloc(argstr, maxargvlen);
assert(argstr); /* XXX can't happen */
if (argstr == NULL) return POPT_ERROR_MALLOC;
@@ -255,6 +257,7 @@ assert(argstr); /* XXX can't happen */
argvlen += t + (sizeof("' --='")-1);
if (argvlen >= maxargvlen) {
maxargvlen = (t > maxargvlen) ? t*2 : maxargvlen*2;
+ /* cppcheck-suppress memleakOnRealloc */
argstr = (char*) xrealloc(argstr, maxargvlen);
assert(argstr); /* XXX can't happen */
if (argstr == NULL) return POPT_ERROR_MALLOC;