summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2015-04-19 18:47:02 +0000
committerjbj <jbj>2015-04-19 18:47:02 +0000
commita013ddd0ae1740d1751ec8d5a8294fcfa66d94e9 (patch)
tree6957fcd7c66cab52b150bed82254ecb708fd1a47
parentf0908025ff2b67bdd00ae925211b5cae0ee6d7aa (diff)
downloadlibpopt-a013ddd0ae1740d1751ec8d5a8294fcfa66d94e9.tar.gz
- i18n: update PO files (Translation Project).
-rw-r--r--po/cs.po76
-rw-r--r--po/da.po76
-rw-r--r--po/de.po76
-rw-r--r--po/eo.po87
-rw-r--r--po/es.po90
-rw-r--r--po/fi.po80
-rw-r--r--po/fr.po76
-rw-r--r--po/ga.po87
-rw-r--r--po/gl.po86
-rw-r--r--po/gu.po86
-rw-r--r--po/hr.po89
-rw-r--r--po/hu.po86
-rw-r--r--po/ia.po86
-rw-r--r--po/id.po87
-rw-r--r--po/is.po100
-rw-r--r--po/it.po87
-rw-r--r--po/ja.po87
-rw-r--r--po/kn.po86
-rw-r--r--po/ko.po100
-rw-r--r--po/lv.po89
-rw-r--r--po/nb.po78
-rw-r--r--po/nl.po76
-rw-r--r--po/pl.po76
-rw-r--r--po/pt.po100
-rw-r--r--po/pt_BR.po89
-rw-r--r--po/ro.po99
-rw-r--r--po/ru.po79
-rw-r--r--po/sk.po95
-rw-r--r--po/sl.po86
-rw-r--r--po/sr.po79
-rw-r--r--po/sv.po92
-rw-r--r--po/ta.po86
-rw-r--r--po/th.po76
-rw-r--r--po/tr.po86
-rw-r--r--po/uk.po79
-rw-r--r--po/vi.po87
-rw-r--r--po/wa.po95
-rw-r--r--po/zh_CN.po87
-rw-r--r--po/zh_TW.po86
39 files changed, 2054 insertions, 1294 deletions
diff --git a/po/cs.po b/po/cs.po
index 59e0fed..904b3d5 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-29 20:13+0200\n"
"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -17,127 +17,139 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "neznámé číslo chyby"
-#: popt.c:1290
+#: 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:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "chybí argument"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "neznámá volba"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "požadovány vzájemně výlučné logické operace"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg nesmí být NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliasy vnořené příliš hluboko"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "chyba v uzávorkování parametrů"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "chybná numerická hodnota"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "číslo je příliš velké nebo příliš malé"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "selhala alokace paměti"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "konfigurační soubor neprošel testem příčetnosti"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "neznámá chyba"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Vypíše tuto nápovědu"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Vypíše krátký návod k použití"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Zobrazit implicitní volby ve zprávě"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Ukončí volby"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Volby nápovědy:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Volby implementované přes alias/exec poptu:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Použití:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[VOLBY…]"
diff --git a/po/da.po b/po/da.po
index 89b4d23..3d23d2c 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-18 00:00+0000\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@@ -17,127 +17,139 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "ukendt fejlnr."
-#: popt.c:1290
+#: 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:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "mangler argument"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "ukendt tilvalg"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "de ønskede handlinger udelukker hinanden"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg bør ikke være NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliaser er for dybt indlejret"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "fejl i parameter citering"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ugyldig numerisk værdi"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nummer for stort, eller for lille"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "hukommelsestildeling mislykkedes"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "konfigurationsfil mislykkede tilregnelighedstest"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "ukendt fejl"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Vis denne hjælpemeddelelse"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Vis kortfattet brugsanvisning"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Vis instillingsstandarder i besked"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Indstillinger for afbrydning"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Hjælpeindstillinger:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Indstillinger implementeret via popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "INGEN"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Brug:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[TILVALG...]"
diff --git a/po/de.po b/po/de.po
index 480b391..61c4aad 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-30 09:34+0100\n"
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -17,127 +17,139 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.7.5\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "Unbekannte Fehler-Nummer"
-#: popt.c:1290
+#: 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:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "Fehlendes Argument"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "Unbekannte Option"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "Gegenseitig ausschließende logische Operatoren"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg sollte nicht NULL sein"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "Aliase zu tief verschachtelt"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "Fehler beim Quotieren der Parameter"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "Ungültiger nummerischer Wert"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "Nummer zu groß oder zu klein"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "Speicherzuordnung fehlgeschlagen"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "Konfigurationsdatei ist beschädigt"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "Unbekannter Fehler"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Zeigt diese Hilfe an"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Zeigt eine kurze Verwendungsinformation"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Zeigt die Standardeinstellungen an"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Optionen beenden"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Hilfe-Optionen:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Optionen über popt alias/exec implementiert:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NICHTS"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "WERT"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INTEGER"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARGUMENT"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Verwendung:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPTION...]"
diff --git a/po/eo.po b/po/eo.po
index 5e56196..cb6e6f4 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -6,127 +6,148 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "nekonata erarnumero"
-#: popt.c:1090
+#: 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:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "mankas argumento"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "nekonata opcio"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "reciprokaj logikaj operacioj estas postulataj"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne devus esti NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "kromnomoj estas ingitaj tro profunde"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "eraro en parametra citado"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "nevalida numera valoro"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero tro granda aŭ tro eta"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "malsukceso dum okupado de memoro"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "nekonata eraro"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Montri tiun ĉi helpmesaĝon"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Montri resumitan mesaĝon pri uzado"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Opcioj pri finiĝo"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Montri la implicitajn valorojn de la opcio en la mesaĝo"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Opcioj pri finiĝo"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Help-opcioj:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opcioj realigitaj per popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NENIO"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Uzado:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPCIO...]"
diff --git a/po/es.po b/po/es.po
index 3193ace..f1ee019 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,119 +6,149 @@ 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"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "errno desconocido"
-#: popt.c:981
-#, c-format
-msgid "option type (%d) not implemented in popt\n"
+#: 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:1187
+#: popt.c:1889
msgid "missing argument"
msgstr "falta argumento"
-#: popt.c:1189
+#: popt.c:1891
msgid "unknown option"
msgstr "opción desconocida"
-#: popt.c:1191
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "requerida operación lógica mutuamente exclusiva"
-#: popt.c:1193
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1195
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias anidados muy profundamente"
-#: popt.c:1197
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "error en cita de parámetros"
-#: popt.c:1199
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor numérico inválido"
-#: popt.c:1201
+#: popt.c:1903
msgid "number too large or too small"
msgstr "número muy largo o muy pequeño"
-#: popt.c:1203
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1207
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "error desconocido"
-#: popthelp.c:74 popthelp.c:85
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Muestra este mensaje de ayuda"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Indica el modo de uso resumido"
-#: popthelp.c:89
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr ""
-#: popthelp.c:163
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
msgid "Help options:"
msgstr ""
-#: popthelp.c:164
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr ""
-#: popthelp.c:172
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:174
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:178
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:179
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:180
+#: popthelp.c:217
+#, fuzzy
+msgid "LONGLONG"
+msgstr "LONG"
+
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:181
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:182
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:184
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:597
+#: popthelp.c:664
msgid "Usage:"
msgstr "Modo de uso:"
-#: popthelp.c:619
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPCIÓN...]"
diff --git a/po/fi.po b/po/fi.po
index a5d46a3..dc2336a 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-04-16 21:03+0300\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -21,127 +21,141 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
# errno - number of last error (defined by the ISO C standard)
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "tuntematon errno-virhenumeroarvo"
-#: popt.c:1290
+#: 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:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "puuttuva argumentti"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "tuntematon valitsin"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "pyydettyjä loogisia toimintoja ei voi käyttää yhdessä"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "”opt->arg”-valitsinargumentti ei saa olla NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "liian monta aliasta sisäkkäin"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "virhe parametrien lainauksessa"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "virheellinen numeroarvo"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero on liian iso tai liian pieni"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "muistin varaus ei onnistunut"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "asetustiedoston järkevyystestaus epäonnistui"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "tuntematon virhe"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Näytä tämä ohje"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Näytä lyhyt käyttöohje"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Näytä valitsinoletukset ohjeessa"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Lopettamisvalitsimet"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Ohjevalitsimet:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
-msgstr "Valitsimet toteutettu ”popt alias”-määrittelyillä tai ”popt exec”-määrittelyillä:"
+msgstr ""
+"Valitsimet toteutettu ”popt alias”-määrittelyillä tai ”popt exec”-"
+"määrittelyillä:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "EI MITÄÄN"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "ARVO"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT-KOKONAISLUKU"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT-KOKONAISLUKU"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG-KOKONAISLUKU"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG-KOKONAISLUKU"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "MERKKIJONO"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT-LIUKULUKU"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE-LIUKULUKU"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARGUMENTTI"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Käyttö:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[VALITSIN...]"
diff --git a/po/fr.po b/po/fr.po
index 2d0656d..0f3eca4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-29 20:48+0200\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
@@ -21,127 +21,139 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "errno inconnu"
-#: popt.c:1290
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "type d'option (%u) non implémenté dans popt\n"
-#: popt.c:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "argument manquant"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "option inconnue"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "opérations logiques mutuellement exclusives requises"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne devrait pas être NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "imbrications trop profondes des alias"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erreur d'échappement des paramètres"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valeur numérique invalide"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nombre trop grand ou trop petit"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "échec de l'allocation de mémoire"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "le fichier de configuration n'a pas passé le test de conformité"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "erreur inconnue"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Affiche ce message d'aide"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Affiche un bref descriptif du fonctionnement"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Afficher les valeurs par défaut des options dans le message"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Terminer les options"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Options d'aide :"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Options implémentées via popt alias / exec :"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "RIEN"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "ENTIER"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "ENTIER COURT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "ENTIER LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "ENTIER LONG LONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "CHAÎNE"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "DÉCIMAL SIMPLE"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DÉCIMAL DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Usage :"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPTION…]"
diff --git a/po/ga.po b/po/ga.po
index 71a2feb..2d1cbc5 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -6,128 +6,149 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: ga\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "errno anaithnid"
-#: popt.c:1090
+#: 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:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "argóint ar iarraidh"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "rogha anaithnid"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "iarradh oibríochtaí loighciúla comheisiacha"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "níor chóir rogha->arg a bheith NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "ailiasanna neadaithe ródhomhain"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "earráid agus paraiméadar á chur faoi chomharthaí athfhriotail"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "luach neamhbhailí uimhriúil"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "uimhir rómhór nó róbheag"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "theip ar dháileadh na cuimhne"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "earráid anaithnid"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Taispeáin an chabhair seo"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Taispeáin beagán eolais faoin úsáid"
+#: popthelp.c:98
+msgid "Display option defaults in message"
+msgstr "Taispeáin luachanna réamhshocraithe na roghanna sa teachtaireacht"
+
# Terminate not a verb here
-#: popthelp.c:76 popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Roghanna scortha"
-#: popthelp.c:90
-msgid "Display option defaults in message"
-msgstr "Taispeáin luachanna réamhshocraithe na roghanna sa teachtaireacht"
-
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Roghanna cabhracha:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Roghanna a cuireadh i bhfeidhm trí ailias/exec popt:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NEAMHNÍ"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "LUACH"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Úsáid:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ROGHA...]"
diff --git a/po/gl.po b/po/gl.po
index fa0374d..a1c1aa1 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2012-11-10 19:47+0200\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -22,119 +22,139 @@ msgstr ""
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "errno descoñecido"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipo de opción (%u) non implementada en popt\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "falta un argumento"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "opción descoñecida"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "solicitáronse operacións lóxicas mutuamente excluíntes"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg non debe ser NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias aniñados a un nivel demasiado profundo"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erro nas comiñas do parámetro"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor numérico non válido"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "número demasiado grande ou pequeno"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "produciuse un erro ao asignar memoria"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "erro descoñecido"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Mostrar esta mensaxe de axuda"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Mostrar brevemente o xeito de utilización"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Opcións de terminación"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Mostrar as opcións predefinidas na mensaxe"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Opcións de terminación"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Opcións de axuda:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opcións implementadas a través de popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NADA"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "CADEA"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Uso:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPCIÓN...]"
diff --git a/po/gu.po b/po/gu.po
index d0d1e1c..4120cef 100644
--- a/po/gu.po
+++ b/po/gu.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2014-02-04 17:43+0630\n"
"Last-Translator: Ankit Patel <ankit644@yahoo.com>\n"
"Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n"
@@ -20,119 +20,139 @@ msgstr ""
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "અજ્ઞાત ક્ષતિનંબર"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "વિકલ્પ પ્રકાર (%u) એ popt માં લાગુ થયેલ નથી\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "ગુમ થયેલ દલીલ"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "અજ્ઞાત વિકલ્પ"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "ખાસ કરીને પરસ્પર લાગુ પડતી તાર્કિક પ્રક્રિયાઓની અરજી થઇ છે"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg એ NULL હોવું જોઇએ નહિં"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "ઉપનામો ખૂબ ઊંડે સુધી ગૂંચવાયેલા છે"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "પરિમાણ માપ આપવામાં ક્ષતિ"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "અયોગ્ય આંકડાકીય મૂલ્ય"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "આંકડો ખૂબ મોટો અથવા ખૂબ નાનો છે"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "મેમરી સોંપણી નિષ્ફળ"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "અજ્ઞાત ક્ષતિ"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "આ મદદ સંદેશો બતાવો"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "સંક્ષિપ્ત વપરાશ સંદેશો દર્શાવો"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "નિવારણ વિકલ્પો"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "દર્શાવાના વિકલ્પ મૂળભૂતો સંદેશામાં"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "નિવારણ વિકલ્પો"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "મદદ વિકલ્પો:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "popt alias/exec મારફત લાગુ થયેલ વિકલ્પો:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "કંઇ નહિં"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "વપરાશ:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[વિકલ્પો...]"
diff --git a/po/hr.po b/po/hr.po
index 9eaedc8..1b3d9e8 100644
--- a/po/hr.po
+++ b/po/hr.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2012-04-10 18:07+0200\n"
"Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@@ -14,121 +14,142 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "nepoznat broj greške"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "vrsta opcije (%u) nije implementirana u popt\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "nedostaje argument"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "nepoznata opcija"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "zatražene su međusobno isključive logičke operacije"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne smije biti NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliasi preduboko ugniježđeni"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "greška u navođenju parametara"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "neispravna numerička vrijednost"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "broj prevelik ili premalen"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "alokacija memorije nije uspjela"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "nepoznata greška"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Prikaži ovu poruku pomoći"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Prikaži kratke upute za uporabu"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Opcije dovršavanja"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Prikaži zadane opcije u poruci"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Opcije dovršavanja"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Opcije pomoći:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opcije nisu implementirane preko popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Uporaba:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPCIJA...]"
diff --git a/po/hu.po b/po/hu.po
index 2d11d0b..baf34d4 100644
--- a/po/hu.po
+++ b/po/hu.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2014-03-20 22:49+0100\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -19,119 +19,139 @@ msgstr ""
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "ismeretlen hibaszám"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "a kapcsolótípus (%u) nincs megvalósítva a popt-ban\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "hiányzó paraméter"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "ismeretlen kapcsoló"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "kölcsönösen kizáró logikai műveleteket kért"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "az opt->arg nem lehet NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "az álnevek túl mélyen vannak egymásba ágyazva"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "hiba a paraméter idézésében"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "érvénytelen numerikus érték"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "a szám túl nagy vagy túl kicsi"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "a memóriafoglalás meghiúsult"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "ismeretlen hiba"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Ezen súgó megjelenítése"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Rövid használati utasítás megjelenítése"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Kapcsolók megszakítása"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Kapcsolók alapértelmezéseinek megjelenítése"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Kapcsolók megszakítása"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Súgólehetőségek:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "A popt alias/exec segítségével megvalósított kapcsolók:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NINCS"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "ÉRTÉK"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "EGÉSZ"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "HOSSZÚ"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "HOSSZÚHOSSZÚ"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "SZÖVEG"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "LEBEGŐ"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DUPLA"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "PAR"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Használat:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[KAPCSOLÓ...]"
diff --git a/po/ia.po b/po/ia.po
index 52be26b..4bd7d4f 100644
--- a/po/ia.po
+++ b/po/ia.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2012-12-08 22:12+0400\n"
"Last-Translator: Nik Kalach <nik.kalach@inbox.ru>\n"
"Language-Team: Interlingua <translation-team-ia@lists.sourceforge.net>\n"
@@ -16,119 +16,139 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "error incognite"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "typo de option (%u) non implementate in popt\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "argumento mancante"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "option incognite"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "requesta del operationes logic mutualmente exclusive"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg non debe esser NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias annidate troppo profundemente"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "error in citation de parametros"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor numeric incorrecte"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero troppo grande o troppo parve"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "insuccesso del allocation de memoria"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "error incognite"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Monstrar iste message de adjuta"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Monstrar un breve message de usage"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Terminar optiones"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Monstrar le valores predefinite de optiones in le message"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Terminar optiones"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Optiones de adjuta:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Optiones implementate via alias/exec de popt:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NIHIL"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONGE"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "DUPLELONGE"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "CATENA"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOTTANTE"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DUPLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Usage:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPTION...]"
diff --git a/po/id.po b/po/id.po
index 4b25ec9..f3ea185 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,127 +6,148 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "errno tak diketahui"
-#: popt.c:1090
+#: 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:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "kehilangan argumen"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "opsi tak diketahui"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "permintaan operasi logika eksklusif secara mutual"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg tidak boleh NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias disarangkan terlalu dalam"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "galat di pencantuman parameter"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "nilai numerik tidak sah"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nomor terlalu besar atau terlalu kecil"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "alokasi memori gagal"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "galat tak diketahui"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Tampilkan pesan bantuan ini"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Tampilkan pesan penggunaan singkat"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Matikan opsi"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Tampilkan opsi standar dalam pesan"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Matikan opsi"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Opsi bantuan:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opsi diimplementasikan via popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Penggunaan:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPSI...]"
diff --git a/po/is.po b/po/is.po
index 7fd5445..1b8a311 100644
--- a/po/is.po
+++ b/po/is.po
@@ -1,120 +1,150 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
-"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2001-06-08 01:35+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
+"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "ekkt villunmer"
-#: popt.c:1002
-#, c-format
-msgid "option type (%d) not implemented in popt\n"
+#: 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:1215
+#: popt.c:1889
msgid "missing argument"
msgstr "vantar vifang"
-#: popt.c:1217
+#: popt.c:1891
msgid "unknown option"
msgstr "ekktur rofi"
-#: popt.c:1219
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "bei um rofa sem slkkva hvor rum"
-#: popt.c:1221
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg tti ekki a vera NULL"
-#: popt.c:1223
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alasar of flknir"
-#: popt.c:1225
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "villa vifngum (gsalappir og svo frv.)"
-#: popt.c:1227
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "gilt tlulegt gildi"
-#: popt.c:1229
+#: popt.c:1903
msgid "number too large or too small"
msgstr "talan of str ea sm"
-#: popt.c:1231
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "ekki tkst a taka fr minni"
-#: popt.c:1235
-msgid "unknown error"
-msgstr "ekkt villa"
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
-#: popt.h:172
-msgid "Options implemented via popt alias/exec:"
+#: popt.c:1909
+msgid "option does not take an argument"
msgstr ""
-#: popt.h:188
-msgid "Help options:"
+#: popt.c:1911
+msgid "stack underflow"
msgstr ""
-#: popthelp.c:68 popthelp.c:79
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
+msgid "unknown error"
+msgstr "ekkt villa"
+
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Sna essa hjlp"
-#: popthelp.c:69 popthelp.c:80
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Sna stuttar notkunarleibeiningar"
-#: popthelp.c:83
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Sna sjlfgefin gildi rofa skilaboum"
-#: popthelp.c:128
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:200
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:208
msgid "NONE"
msgstr "ENGIN"
-#: popthelp.c:130
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:134
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:135
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:136
+#: popthelp.c:217
+#, fuzzy
+msgid "LONGLONG"
+msgstr "LONG"
+
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:137
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:138
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:139
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:552
+#: popthelp.c:664
msgid "Usage:"
msgstr "Notkun:"
-#: popthelp.c:576
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ROFI...]"
diff --git a/po/it.po b/po/it.po
index 345a12c..47f8188 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,129 +7,150 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"First-Translator: Sandro Bonazzola <sandro.bonazzola@gmail.com>\n"
"X-Generator: KBabel 1.11.4\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "errno sconosciuto"
-#: popt.c:1090
+#: 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:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "argomento mancante"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "opzione sconosciuta"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "richieste operazioni logiche reciprocamente esclusive"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg non dovrebbe essere NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias nidificati troppo in profondità"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "errore nel quoting del parametro"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valore numerico non valido"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numero troppo grande o troppo piccolo"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "allocazione di memoria fallita"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "errore sconosciuto"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Mostra questo messaggio di aiuto"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Mostra un breve messaggio di utilizzo"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Opzioni di terminazione"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Mostra le opzioni predefinite nel messaggio"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Opzioni di terminazione"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Opzioni di aiuto:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opzioni implementate tramite alias/exec di popt:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Uso:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPZIONE...]"
diff --git a/po/ja.po b/po/ja.po
index effe597..f5cc334 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,128 +6,149 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "不明なエラー番号"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "オプションタイプ (%u) はpoptには実装されていません\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "引数がありません"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "不明なオプション"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "相互排他的な論理操作が必要です"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->argはNULLではいけません"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "エイリアスのネストが深すぎます"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "パラメータのクオート付けでエラー"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "不正な数値"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "数値が大きすぎるか小さすぎます"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "メモリ確保に失敗しました"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "不明なエラー"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "このヘルプメッセージを表示します"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "使い方の概要を表示します"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "終了オプション"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "オプションのデフォルト値をメッセージに表示します"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "終了オプション"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "ヘルプオプション:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "poptのalias/execで実装されているオプション:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "なし"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "値"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "文字列"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "使用法:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[オプション...]"
diff --git a/po/kn.po b/po/kn.po
index f61705a..1d6584b 100644
--- a/po/kn.po
+++ b/po/kn.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2014-02-05 11:43+0630\n"
"Last-Translator: Shankar Prasad Venkateshbhat <svenkate@redhat.com>\n"
"Language-Team: Kannada <debian-l10n-kannada@lists.debian.org>\n"
@@ -19,121 +19,141 @@ msgstr ""
"X-Generator: Zanata 3.2.3\n"
"Plural-Forms: nplurals=2; plural=(n!=1)\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "ಗೊತ್ತಿರದ errno"
-#: popt.c:1090
+#: popt.c:1439
#, fuzzy, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "ಆಯ್ಕೆಯ ಬಗೆ (%d) ಅನ್ನು popt ಅನ್ವಯಿಸಲಾಗಿಲ್ಲ\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "ಆರ್ಗುಮೆಂಟ್‌ ಕಾಣಿಸುತ್ತಿಲ್ಲ"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "ಗೊತ್ತಿರದ ಆಯ್ಕೆ"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "ಪರಸ್ಪರ ಪ್ರತ್ಯೇಕವಾದ ತಾರ್ಕಿಕ ಕಾರ್ಯಾಚರಣೆಗಳನ್ನು ಮನವಿ ಮಾಡಲಾಗಿದೆ"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ಎನ್ನುವುದು NULL ಆಗಿರುವಂತಿಲ್ಲ"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "ಅಲಿಯಾಸ್‌ಗಳನ್ನು ಬಹಳ ಆಳವಾಗಿ ನೆಸ್ಟ್ ಮಾಡಲಾಗಿದೆ"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "ನಿಯತಾಂಕವನ್ನು ಕೋಟ್ ಮಾಡುವಲ್ಲಿ ದೋಷ"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ಅಮಾನ್ಯವಾದ ಅಂಕೀಯ ಮೌಲ್ಯ"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "ಸಂಖ್ಯೆಯು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ ಅಥವ ಬಹಳ ಸಣ್ಣದಾಗಿದೆ"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "ಮೆಮೊರಿ ನಿಯೋಜನೆ ವಿಫಲಗೊಂಡಿದೆ"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "ಗೊತ್ತಿರದ ದೋಷ"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "ಈ ನೆರವಿನ ಸಂದೇಶವನ್ನು ತೋರಿಸು"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "ಸಂಕ್ಷಿಪ್ತ ಬಳಕೆಯ ಸಂದೇಶವನ್ನು ತೋರಿಸು"
-#: popthelp.c:76 popthelp.c:92
+#: popthelp.c:98
+msgid "Display option defaults in message"
+msgstr "ಸಂದೇಶದಲ್ಲಿ ಪೂರ್ವನಿಯೋಜಿತವಾದ ಆಯ್ಕೆಯನ್ನು ತೋರಿಸು"
+
+#: popthelp.c:100
#, fuzzy
msgid "Terminate options"
msgstr "ನೆರವಿನ ಆಯ್ಕೆಗಳು:"
-#: popthelp.c:90
-msgid "Display option defaults in message"
-msgstr "ಸಂದೇಶದಲ್ಲಿ ಪೂರ್ವನಿಯೋಜಿತವಾದ ಆಯ್ಕೆಯನ್ನು ತೋರಿಸು"
-
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "ನೆರವಿನ ಆಯ್ಕೆಗಳು:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "popt ಅಲಿಯಾಸ್‌/exec ಮುಖಾಂತರ ಅನ್ವಯಿಸಲಾದ ಆಯ್ಕೆಗಳು:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "ಯಾವುದೂ ಇಲ್ಲ"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
#, fuzzy
msgid "LONGLONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "ಬಳಕೆ:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ಆಯ್ಕೆ...]"
diff --git a/po/ko.po b/po/ko.po
index 590e298..37dbd8b 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,120 +1,150 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
-"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2001-09-06 20:06+0900\n"
"Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
"Language-Team: GNU Translation project <ko@li.org>\n"
+"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=EUC-KR\n"
"Content-Transfer-Encoding: 8-bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr " ڵ(errno) Դϴ"
-#: popt.c:1002
-#, c-format
-msgid "option type (%d) not implemented in popt\n"
+#: popt.c:1439
+#, fuzzy, c-format
+msgid "option type (%u) not implemented in popt\n"
msgstr "ɼ (%d) popt ϴ\n"
-#: popt.c:1215
+#: popt.c:1889
msgid "missing argument"
msgstr "μ ʾҽϴ"
-#: popt.c:1217
+#: popt.c:1891
msgid "unknown option"
msgstr " ɼԴϴ"
-#: popt.c:1219
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "ʿ Ÿ Ǿϴ"
-#: popt.c:1221
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "ɼ->μ NULL Ǿ ȵ˴ϴ"
-#: popt.c:1223
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "Ī(alias) ϰ Ǿϴ"
-#: popt.c:1225
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "Ű ֽϴ"
-#: popt.c:1227
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "߸ ġ Դϴ"
-#: popt.c:1229
+#: popt.c:1903
msgid "number too large or too small"
msgstr "ڰ ʹ ũų ʹ ϴ"
-#: popt.c:1231
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "޸ Ҵ翡 ߽ϴ"
-#: popt.c:1235
-msgid "unknown error"
-msgstr " Դϴ"
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
-#: popt.h:172
-msgid "Options implemented via popt alias/exec:"
+#: popt.c:1909
+msgid "option does not take an argument"
msgstr ""
-#: popt.h:188
-msgid "Help options:"
+#: popt.c:1911
+msgid "stack underflow"
msgstr ""
-#: popthelp.c:68 popthelp.c:79
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
+msgid "unknown error"
+msgstr " Դϴ"
+
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr " ݴϴ"
-#: popthelp.c:69 popthelp.c:80
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr " ݴϴ"
-#: popthelp.c:83
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "⺻ ɼ ݴϴ"
-#: popthelp.c:128
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:200
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:208
msgid "NONE"
msgstr "(NONE)"
-#: popthelp.c:130
+#: popthelp.c:210
msgid "VAL"
msgstr "(VAL)"
-#: popthelp.c:134
+#: popthelp.c:214
msgid "INT"
msgstr "(INT)"
-#: popthelp.c:135
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "(LONG)"
-#: popthelp.c:136
+#: popthelp.c:217
+#, fuzzy
+msgid "LONGLONG"
+msgstr "(LONG)"
+
+#: popthelp.c:218
msgid "STRING"
msgstr "ڿ(STRING)"
-#: popthelp.c:137
+#: popthelp.c:219
msgid "FLOAT"
msgstr "Ҽ(FLOAT)"
-#: popthelp.c:138
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "Ҽ(DOUBLE)"
-#: popthelp.c:139
+#: popthelp.c:223
msgid "ARG"
msgstr "μ(ARG)"
-#: popthelp.c:552
+#: popthelp.c:664
msgid "Usage:"
msgstr ":"
-#: popthelp.c:576
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ɼ...]"
diff --git a/po/lv.po b/po/lv.po
index da23fe2..6d41776 100644
--- a/po/lv.po
+++ b/po/lv.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2014-04-20 18:12+0300\n"
"Last-Translator: Rihards Prieditis <rprieditis@gmail.com>\n"
"Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
@@ -18,121 +18,142 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.5\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
+"2);\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "nezināms kļūdas numurs"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "opcijas tips (%u) nav ieviests popt\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "trūkst argumenta"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "nezināma opcija"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "pieprasītas savstarpējie izslēdzošas loģiskās operācijas"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opcija->arguments nevar būt NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aizstājvārdi iegulti pārāk dziļi"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "kļūda parametru citēšanā"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "nederīga skaitļa vērtība"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "skaitlis pārāk liels, vai pārāk mazs"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "atmiņas piešķiršana neizdevās"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "nezināma kļūda"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Rādīt šo palīdzības ziņu"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Attēlot īsu izmantošanas ziņu"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Pārtraukt opcijas"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Attēlot noklusējuma iespējas ziņojumā"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Pārtraukt opcijas"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Palīdzības opcijas:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opcijas ieviestas caur popt aizstājvārda/izpildāmais:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NEKAS"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VĒRTĪBA"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "VIRKNE"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARGUMENTS"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Lietošana:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPCIJA..]"
diff --git a/po/nb.po b/po/nb.po
index e18b799..2059a9a 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -8,138 +8,150 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-29 17:30+0100\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
-"Language: nb_NO\n"
+"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.4\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "ukjent errno"
-#: popt.c:1290
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "valgtype (%u) ikke implementert i popt\n"
-#: popt.c:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "manglende argument"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "ukjent valg"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "gjensidig eksluderende logiske operasjoner forespurt"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg må ikke være NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliaser med for dype løkker"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "feil i parametersitering"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ugyldig numerisk verdi"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "tallet er for stort eller lite"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "minneallokering feilet"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "konfig-filen feilet tilregnelighettesten"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "ukjent feil"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Vis denne hjelpmeldingen"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Vis kort bruksmelding"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Vis forvalgte valg i melding"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Avslutt alternativer"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Hjelp-alternativ:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Alternativer implementert via popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "INGEN"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VERDI"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "HELTALL"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "KORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "STRENG"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLYTTALL"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Bruk:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[VALG...]"
diff --git a/po/nl.po b/po/nl.po
index 6c0ab9e..9d5585b 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-29 17:15+0200\n"
"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@@ -18,131 +18,143 @@ msgstr ""
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "onbekend foutnummer"
-#: popt.c:1290
+#: 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:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "ontbrekend argument"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "onbekende optie"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "de gevraagde logische operatoren sluiten elkaar uit"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg zou niet NULL mogen zijn"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "aliassen zijn te diep genest"
# of toch beter "quoting" behouden?
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "fout in de aanhaling van parameters"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ongeldige numerieke waarde"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "getal is te groot of te klein"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "onvoldoende geheugen beschikbaar"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "configuratiebestand is niet gezond"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "onbekende fout"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Deze hulptekst tonen"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Een korte gebruikssamenvatting tonen"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "De standaardwaarden van opties tonen in de tekst"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Einde van de opties"
# of "Help-opties:"?
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Hulpopties:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opties geïmplementeerd via popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "GEEN"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "WAARDE"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
# TEKENREEKS lijkt me niet gepast; dus ofwel STRING behouden, ofwel TEKST
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "TEKST"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
# of hier ARGUMENT van maken?
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Gebruik:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPTIE...]"
diff --git a/po/pl.po b/po/pl.po
index 333f499..2c535df 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-04-05 16:24+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -15,127 +15,139 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "nieznane errno"
-#: popt.c:1290
+#: 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:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "brak parametru"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "nieznana opcja"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "żądanie wykluczających się operacji"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg nie może być NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "zbyt duże zagłębienie aliasów"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "błąd w cytowaniu parametru"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "błędna wartość liczbowa"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "liczba zbyt duża lub zbyt mała"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "błąd alokacji pamięci"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "plik konfiguracyjny nie przeszedł testu poprawności"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "nieznany błąd"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Pokaż tę pomoc"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Wyświetl skrócony sposób użycia"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Wyświetl domyślne opcje w opisie"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Opcje zakończenia"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Opcje pomocy:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opcje zaimplementowane poprzez popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "BRAK"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "WART"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "ŁAŃCUCH"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "PARAM"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Składnia:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPCJA...]"
diff --git a/po/pt.po b/po/pt.po
index cdbab09..2c21084 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,120 +1,150 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
-"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2002-02-13 18:32+0000\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <morais@kde.org>\n"
+"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "errno desconhecido"
-#: popt.c:1002
-#, c-format
-msgid "option type (%d) not implemented in popt\n"
+#: 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:1215
+#: popt.c:1889
msgid "missing argument"
msgstr "falta um argumento"
-#: popt.c:1217
+#: popt.c:1891
msgid "unknown option"
msgstr "opo desconhecida"
-#: popt.c:1219
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "foram pedidas operaes lgicas mutuamente exclusivas"
-#: popt.c:1221
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg no deve ser NULL"
-#: popt.c:1223
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "'aliases' demasiado aninhados"
-#: popt.c:1225
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erros no 'quoting' de parmetros"
-#: popt.c:1227
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor nmerico invlido"
-#: popt.c:1229
+#: popt.c:1903
msgid "number too large or too small"
msgstr "nmero demasiado grando ou pequeno"
-#: popt.c:1231
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "alocao de memria falhou"
-#: popt.c:1235
-msgid "unknown error"
-msgstr "erro desconhecido"
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
-#: popt.h:172
-msgid "Options implemented via popt alias/exec:"
+#: popt.c:1909
+msgid "option does not take an argument"
msgstr ""
-#: popt.h:188
-msgid "Help options:"
+#: popt.c:1911
+msgid "stack underflow"
msgstr ""
-#: popthelp.c:68 popthelp.c:79
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
+msgid "unknown error"
+msgstr "erro desconhecido"
+
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Mostrar esta mensagem de ajuda"
-#: popthelp.c:69 popthelp.c:80
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Mostrar uma mensagem de utilizao sucinta"
-#: popthelp.c:83
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Mostrar valor por omisso das opes na mensagem"
-#: popthelp.c:128
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:200
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:130
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:134
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:135
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:136
+#: popthelp.c:217
+#, fuzzy
+msgid "LONGLONG"
+msgstr "LONG"
+
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:137
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:138
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:139
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:552
+#: popthelp.c:664
msgid "Usage:"
msgstr "Utilizao:"
-#: popthelp.c:576
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPO...]"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 82a7ec7..4a463f7 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,10 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2013-02-22 00:13-0300\n"
"Last-Translator: Enrico Nicoletto <liverig@gmail.com>\n"
-"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge.net>\n"
+"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
+"net>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,119 +18,139 @@ msgstr ""
"X-Generator: Poedit 1.5.4\n"
# Many functions provide an error number in errno, which has type int and is defined in <errno.h>.
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "\"errno\" desconhecido"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "tipo de opção (%u) não foi implementado no popt\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "argumento em falta"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "opção desconhecida"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "operações lógicas mutuamente exclusivas solicitadas"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg não deve ser nulo (NULL)"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "apelidos (aliases) aninhados muito profundamente"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "erro em delimitação de parâmetro"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valor numério inválido"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "número muito comprido ou muito pequeno"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "falha em alocação de memória"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "erro desconhecido"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Mostra esta mensagem de ajuda"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Exibe breve uso de mensagem"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Opções de encerramento"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Exibe padrões de opções em mensagens"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Opções de encerramento"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Opções de ajuda:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Opções implementadas através de apelido (alias) popt/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Utilização:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPÇÃO...]"
diff --git a/po/ro.po b/po/ro.po
index 56d1094..b28aa32 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -1,122 +1,151 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
-"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2000-06-14 23:23+EST\n"
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
+"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "eroare necunoscuta"
-#: popt.c:1002
-#, c-format
-msgid "option type (%d) not implemented in popt\n"
+#: 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:1215
+#: popt.c:1889
msgid "missing argument"
msgstr "argument lipsa"
-#: popt.c:1217
+#: popt.c:1891
msgid "unknown option"
msgstr "optiune necunoscuta"
-#: popt.c:1219
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "recursivitate infinita la optiunile sinonime"
-#: popt.c:1225
+#: popt.c:1899
#, fuzzy
msgid "error in parameter quoting"
msgstr "eroare la insertie parametru"
-#: popt.c:1227
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "valoare numarica invalida"
-#: popt.c:1229
+#: popt.c:1903
msgid "number too large or too small"
msgstr "numar prea mare sau prea mic"
-#: popt.c:1231
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
-msgid "unknown error"
-msgstr "eroare necuinoscuta"
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
-#: popt.h:172
-msgid "Options implemented via popt alias/exec:"
+#: popt.c:1909
+msgid "option does not take an argument"
msgstr ""
-#: popt.h:188
-msgid "Help options:"
+#: popt.c:1911
+msgid "stack underflow"
msgstr ""
-#: popthelp.c:68 popthelp.c:79
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
+msgid "unknown error"
+msgstr "eroare necuinoscuta"
+
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Afisare mesaj de help"
-#: popthelp.c:69 popthelp.c:80
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Afisare mesaj sintaxa sumar"
-#: popthelp.c:83
+#: popthelp.c:98
#, fuzzy
msgid "Display option defaults in message"
msgstr "Afisare mesaj sintaxa sumar"
-#: popthelp.c:128
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:200
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:208
msgid "NONE"
msgstr ""
-#: popthelp.c:130
+#: popthelp.c:210
msgid "VAL"
msgstr ""
-#: popthelp.c:134
+#: popthelp.c:214
msgid "INT"
msgstr ""
-#: popthelp.c:135
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr ""
-#: popthelp.c:136
+#: popthelp.c:217
+msgid "LONGLONG"
+msgstr ""
+
+#: popthelp.c:218
msgid "STRING"
msgstr ""
-#: popthelp.c:137
+#: popthelp.c:219
msgid "FLOAT"
msgstr ""
-#: popthelp.c:138
+#: popthelp.c:220
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:139
+#: popthelp.c:223
msgid "ARG"
msgstr ""
-#: popthelp.c:552
+#: popthelp.c:664
msgid "Usage:"
msgstr "Sintaxa:"
-#: popthelp.c:576
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPTIUNE...]"
diff --git a/po/ru.po b/po/ru.po
index f3e9156..761a97d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-30 22:12+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
@@ -16,129 +16,142 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.5\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "неизвестное значение errno"
-#: popt.c:1290
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "обработка параметра (%u) в popt не предусмотрена\n"
-#: popt.c:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "пропущен аргумент"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "неизвестный параметр"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "запрошены взаимно исключающие логические операции"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg не может быть NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "превышен уровень допустимой рекурсии подстановок"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "ошибка помещения параметров в кавычки"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "неправильное числовое значение"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "числовое значение за пределами предусмотренного"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "не удалось выделить память"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "ошибки в файле настройки"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "неизвестная ошибка"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Показать эту справку"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Показать краткую инструкцию по использованию"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Показать параметры по умолчанию"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Завершает параметры"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Параметры вывода справки:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Параметры, реализованные через popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHORT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Использование:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ПАРАМЕТР...]"
diff --git a/po/sk.po b/po/sk.po
index 50598c3..dbb81fa 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -5,121 +5,150 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
-"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 1999-08-04 21:40+0200\n"
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
+"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:1439
#, c-format
-msgid "option type (%d) not implemented in popt\n"
+msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1889
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1891
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1901
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1903
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
-msgid "unknown error"
+#: popt.c:1907
+msgid "config file failed sanity test"
msgstr ""
-#: popt.h:172
-msgid "Options implemented via popt alias/exec:"
+#: popt.c:1909
+msgid "option does not take an argument"
msgstr ""
-#: popt.h:188
-msgid "Help options:"
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
msgstr ""
-#: popthelp.c:68 popthelp.c:79
+#: popt.c:1917
+msgid "unknown error"
+msgstr ""
+
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Vypsa tto sprvu"
-#: popthelp.c:69 popthelp.c:80
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Zobrazi strun nvod na pouitie"
-#: popthelp.c:83
+#: popthelp.c:98
#, fuzzy
msgid "Display option defaults in message"
msgstr "Zobrazi strun nvod na pouitie"
-#: popthelp.c:128
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:200
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:208
msgid "NONE"
msgstr ""
-#: popthelp.c:130
+#: popthelp.c:210
msgid "VAL"
msgstr ""
-#: popthelp.c:134
+#: popthelp.c:214
msgid "INT"
msgstr ""
-#: popthelp.c:135
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr ""
-#: popthelp.c:136
+#: popthelp.c:217
+msgid "LONGLONG"
+msgstr ""
+
+#: popthelp.c:218
msgid "STRING"
msgstr ""
-#: popthelp.c:137
+#: popthelp.c:219
msgid "FLOAT"
msgstr ""
-#: popthelp.c:138
+#: popthelp.c:220
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:139
+#: popthelp.c:223
msgid "ARG"
msgstr ""
-#: popthelp.c:552
+#: popthelp.c:664
msgid "Usage:"
msgstr ""
-#: popthelp.c:576
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 7de6900..7c7fef0 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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
@@ -17,119 +17,139 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "neznana številka napake"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "vrsta možnosti (%u) ni podprta\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "manjkajoč argument"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "neznana možnost"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "zahtevani so medsebojno izključujoči logični operatorji"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ne sme biti NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "vzdevki so vgnezdeni pregloboko"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "napaka pri navajanju parametra"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "neveljavna številska vrednost"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "število je preveliko ali premajhno"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "dodeljevanje pomnilnika ni uspelo"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "neznana napaka"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Izpiše pomoč."
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Izpiše kratka navodila za uporabo."
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Konec možnosti"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Izpiše privzete vrednosti možnosti."
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Konec možnosti"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Možnosti pomoči:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Možnosti, podprte s popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "BREZ"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VREDNOST"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "CELO_ŠTEVILO"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "NIZ"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "PLAVAJOČA_VEJICA"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARGUMENT"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Uporaba:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[MOŽNOST ...]"
diff --git a/po/sr.po b/po/sr.po
index eb81466..352553e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt-1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-04-13 19:10+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
@@ -14,129 +14,142 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "непозната грешка бр."
-#: popt.c:1290
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "врста опције (%u) није спроведена у попту\n"
-#: popt.c:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "недостаје аргумент"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "непозната опција"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "захтеване су узајамне искључиве логичке операције"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "опц->арг не сме бити НИШТА"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "алијаси су предубоко угнеждени"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "грешка у цитирању параметра"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "неисправна бројчана вредност"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "број је превелик или премали"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "расподела меморије није успела"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "датотека подешавања није прошла проверу исправности"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "непозната грешка"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Приказује ову поруку помоћи"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Приказује кратку поруку о коришћењеу"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Приказује основне вредности опције у поруци"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Окончава опције"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Опције помоћи:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Опције спроведене поптовим алијасом/извршним:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "НИШТА"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "ВРЕД"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "ИНТ"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "КРАТКО"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "ДУГО"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "ДУГОДУГО"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "НИСКА"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "НЕПОСТОЈАН"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "ДВОСТРУКО"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "АРГ"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Употреба:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ОПЦИЈА...]"
diff --git a/po/sv.po b/po/sv.po
index d281e5d..469cc58 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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-04-10 22:39+0200\n"
"Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -18,125 +18,139 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "okänt felnummer"
-#: popt.c:1090
+#: 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:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "argument saknas"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "okänd flagga"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "ömsesidigt uteslutande logiska operationer begärdes"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg får inte vara NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "alias är nästade för djupt"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "fel i parametercitering"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ogiltigt numeriskt värde"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "talet för stort eller för litet"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "minnesallokering misslyckades"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr "konfigurationsfilen klarade inte rimlighetstestet"
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "okänt fel"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Visa denna hjälptext"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Visa en kortfattad användningstext"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Avsluta flaggor"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Visa standardalternativ för flaggor i meddelande"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Avsluta flaggor"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Hjälpflaggor:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Flaggor implementerade via popt-alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "INGET"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VÄRDE"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "HELTAL"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr "KORT"
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LÅNG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LÅNGLÅNG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRÄNG"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLYTTAL"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DUBBEL"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Användning:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[FLAGGA…]"
-
-#~ msgid "config file failed sanity test"
-#~ msgstr "konfigurationsfilen klarade inte rimlighetstestet"
-
-#~ msgid "SHORT"
-#~ msgstr "KORT"
diff --git a/po/ta.po b/po/ta.po
index 9e8123b..d9f9217 100644
--- a/po/ta.po
+++ b/po/ta.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2014-02-03 15:02+0530\n"
"Last-Translator: Shantha kumar <shkumar@redhat.com>\n"
"Language-Team: Tamil <(nothing)>\n"
@@ -17,119 +17,139 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "தெரியாத errno"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "விருப்ப வகை (%u) popt இல் செயல்படுத்தப்படவில்லை\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "மதிப்புரு விடுபட்டுள்ளது"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "தெரியாத விருப்பம்"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "ஒன்றுக்கொன்று பிரத்யேகமான தருக்க செயல்பாடுகள் கோரப்பட்டன"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg NULL ஆக இருக்கக்கூடாது"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "மாற்றுப் பெயர்கள் மிக அதிகமாக உள்ளுக்குள்ளாக அமைக்கப்பட்டுள்ளன"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "அளவுரு கோட்டிங்கில் பிழை"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "செல்லாத‌ எண் மதிப்பு"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "எண் மிகப் பெரியது அல்லது மிகச் சிறியது"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "நினைவக ஒதுக்கீடு தோல்வி"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "தெரியாத பிழை"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "இந்த உதவி செய்தியை காட்டவும்"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "சுருக்கமான பயன்பாட்டு செய்தியை காண்பிக்கவும்"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "முடித்தல் விருப்பங்கள்"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "செய்தியில் விருப்ப முன்னிருப்புகளைக் காண்பி"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "முடித்தல் விருப்பங்கள்"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "உதவி விருப்பங்கள்:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "popt alias/exec மூலம் செயல்படுத்தப்பட்ட விருப்பங்கள்:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "எதுவுமில்லை"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "பயன்பாடு:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[OPTION...]"
diff --git a/po/th.po b/po/th.po
index 88f6b57..9b6a224 100644
--- a/po/th.po
+++ b/po/th.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-04-15 06:46+0700\n"
"Last-Translator: Seksan Poltree <seksan.poltree@gmail.com>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -17,127 +17,139 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.2\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "เกิด errno ที่ไม่รู้จัก"
-#: popt.c:1290
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "ตัวเลือกชนิด (%u) ไม่ถูกอิมพลีเมนต์ใน popt\n"
-#: popt.c:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "ไม่พบอาร์กิวเมนต์"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "ไม่รู้จักตัวเลือก"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "เกิดการร้องขอร่วมกันของการดำเนินการด้านตรรกะอย่างเดียวกัน"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg ไม่ควรจะเป็น NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "นามแฝงซ้อนกันมากเกินไป"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "เกิดข้อผิดพลาดในการอ้างอิงพารามิเตอร์"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "ค่าตัวเลขผิดพลาด"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "ตัวเลขมีค่ามากหรือน้อยเกินไป"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "การจัดสรรหน่วยความจำผิดพลาด"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "แฟ้มค่ากำหนดล้มเหลวในการทดสอบความปกติ"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "ความผิดพลาดที่ไม่รู้จัก"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "แสดงข้อความช่วยเหลือนี้"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "แสดงข้อความสรุปย่อการใช้งาน"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "แสดงตัวเลือกปริยายในข้อความ"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "ตัวเลือกการสิ้นสุด:"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "ตัวเลือกความช่วยเหลือ:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "ตัวเลือกที่ถูกอิมพลีเมนต์ด้วย popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "ไม่มี"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "SHOT"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "วิธีใช้:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ตัวเลือก...]"
diff --git a/po/tr.po b/po/tr.po
index 9d2411c..8c6d244 100644
--- a/po/tr.po
+++ b/po/tr.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2013-05-29 20:55+0300\n"
"Last-Translator: Volkan Gezer <vlkngzr@gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -19,119 +19,139 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 1.5\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "bilinmeyen hata no"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "seenek tr (%u) popt iin uygulanmad\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "argman eksik"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "bilinmeyen seenek"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "birbirini dlayan mantksal ilemler istendi"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg BO olamaz"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "adlarda ok fazla iielikler"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "parametrelerde trnak iaretleme hatal "
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "saysal deer geersiz"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "say ya ok byk ya da ok kk"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "bellek paylatrma baarsz"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "bilinmeyen hata"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Bu yardm iletisini gsterir"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Ksa bir kullanm iletisi gster"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Seenekleri sonlandr"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Mesajda ntanml olarak seenei gster"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Seenekleri sonlandr"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Yardm seenekleri:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Seenekler popt alias/exec yoluyla uyguland:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "YOK"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "DE"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Kullanm:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[SEENEK...]"
diff --git a/po/uk.po b/po/uk.po
index 2b071bd..b60d484 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.16\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2010-02-17 13:35-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2015-03-29 18:07+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -16,130 +16,143 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
-#: popt.c:47
+#: popt.c:54
msgid "unknown errno"
msgstr "невідомий номер помилки"
-#: popt.c:1290
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "тип параметра (%u) у popt не реалізовано\n"
-#: popt.c:1711
+#: popt.c:1889
msgid "missing argument"
msgstr "пропущено аргумент"
-#: popt.c:1713
+#: popt.c:1891
msgid "unknown option"
msgstr "невідомий параметр"
-#: popt.c:1715
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "надійшов запит на взаємно виключні логічні операції"
-#: popt.c:1717
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "параметр->аргумент повинне не дорівнювати NULL"
-#: popt.c:1719
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "надто великий рівень вкладеності у альтернативних назвах"
-#: popt.c:1721
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "помилка у використанні лапок у параметрі"
-#: popt.c:1723
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "некоректне числове значення"
-#: popt.c:1725
+#: popt.c:1903
msgid "number too large or too small"
msgstr "число є надто великим або надто малим"
-#: popt.c:1727
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "не вдалося отримати місце у пам'яті"
-#: popt.c:1729
+#: popt.c:1907
msgid "config file failed sanity test"
msgstr "файл налаштувань не пройшов перевірку на чинність"
-#: popt.c:1733
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "невідома помилка"
-#: popthelp.c:75 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Показати цю довідку"
-#: popthelp.c:76 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Показати коротку довідку про використання"
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "Показати типові значення параметрів у повідомленні"
-#: popthelp.c:92
+#: popthelp.c:100
msgid "Terminate options"
msgstr "Завершити параметри"
-#: popthelp.c:191
+#: popthelp.c:199
msgid "Help options:"
msgstr "Параметри довідки:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "Параметри, реалізовані за допомогою alias/exec popt:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "НІЧОГО"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "ЗНАЧЕННЯ"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "ЦІЛЕ"
-#: popthelp.c:207
+#: popthelp.c:215
msgid "SHORT"
msgstr "КОРОТКЕ"
-#: popthelp.c:208
+#: popthelp.c:216
msgid "LONG"
msgstr "ДОВГЕ"
-#: popthelp.c:209
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:210
+#: popthelp.c:218
msgid "STRING"
msgstr "РЯДОК"
-#: popthelp.c:211
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:212
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:215
+#: popthelp.c:223
msgid "ARG"
msgstr "АРГУМЕНТ"
-#: popthelp.c:649
+#: popthelp.c:664
msgid "Usage:"
msgstr "Користування:"
-#: popthelp.c:672
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[ПАРАМЕТР...]"
diff --git a/po/vi.po b/po/vi.po
index 40f8ff0..62181b3 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,129 +7,150 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.7b3\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "số hiệu lỗi không rõ"
-#: popt.c:1090
+#: 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:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "thiếu đối số"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "tùy chọn không rõ"
-#: popt.c:1298
+#: 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:1300
+#: 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:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "các bí danh lồng nhau quá sâu"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "gặp lỗi trong lời trích dẫn tham số"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "giá trị thuộc số không hợp lệ"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "con số quá lớn hay quá nhỏ"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "lỗi cấp phát bộ nhớ"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "lỗi không rõ"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Xem thông điệp trợ giúp này"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Hiển thị thông điệp cách sử dụng ngắn"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "Tùy chọn chấm dứt"
-
-#: popthelp.c:90
+#: popthelp.c:98
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:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "Tùy chọn chấm dứt"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "Tùy chọn trợ giúp:"
-#: popthelp.c:192
+#: popthelp.c:200
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:200
+#: popthelp.c:208
msgid "NONE"
msgstr "KHÔNG CÓ"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "GIÁ TRỊ"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "SỐ NGUYÊN"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "DÀI"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "DÀIDÀI"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "CHUỖI"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "NỔI"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "ĐÔI"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ĐỐI SỐ"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "Sử dụng:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[TÙY_CHỌN...]"
diff --git a/po/wa.po b/po/wa.po
index 191270f..dfef768 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -9,121 +9,150 @@
msgid ""
msgstr ""
"Project-Id-Version: popt 1.11\n"
-"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 1999-03-18 23:11+0100\n"
"Last-Translator: Nobody yet\n"
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
+"Language: wa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr ""
-#: popt.c:1002
+#: popt.c:1439
#, c-format
-msgid "option type (%d) not implemented in popt\n"
+msgid "option type (%u) not implemented in popt\n"
msgstr ""
-#: popt.c:1215
+#: popt.c:1889
msgid "missing argument"
msgstr ""
-#: popt.c:1217
+#: popt.c:1891
msgid "unknown option"
msgstr ""
-#: popt.c:1219
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr ""
-#: popt.c:1221
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr ""
-#: popt.c:1223
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr ""
-#: popt.c:1225
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr ""
-#: popt.c:1227
+#: popt.c:1901
msgid "invalid numeric value"
msgstr ""
-#: popt.c:1229
+#: popt.c:1903
msgid "number too large or too small"
msgstr ""
-#: popt.c:1231
+#: popt.c:1905
msgid "memory allocation failed"
msgstr ""
-#: popt.c:1235
-msgid "unknown error"
+#: popt.c:1907
+msgid "config file failed sanity test"
msgstr ""
-#: popt.h:172
-msgid "Options implemented via popt alias/exec:"
+#: popt.c:1909
+msgid "option does not take an argument"
msgstr ""
-#: popt.h:188
-msgid "Help options:"
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
msgstr ""
-#: popthelp.c:68 popthelp.c:79
+#: popt.c:1917
+msgid "unknown error"
+msgstr ""
+
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "Mostrer ci messaedje d' aide chal"
-#: popthelp.c:69 popthelp.c:80
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "Mostre on court messaedje so kmint vos siervi"
-#: popthelp.c:83
+#: popthelp.c:98
#, fuzzy
msgid "Display option defaults in message"
msgstr "Mostre on court messaedje so kmint vos siervi"
-#: popthelp.c:128
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr ""
+
+#: popthelp.c:199
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:200
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popthelp.c:208
msgid "NONE"
msgstr ""
-#: popthelp.c:130
+#: popthelp.c:210
msgid "VAL"
msgstr ""
-#: popthelp.c:134
+#: popthelp.c:214
msgid "INT"
msgstr ""
-#: popthelp.c:135
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr ""
-#: popthelp.c:136
+#: popthelp.c:217
+msgid "LONGLONG"
+msgstr ""
+
+#: popthelp.c:218
msgid "STRING"
msgstr ""
-#: popthelp.c:137
+#: popthelp.c:219
msgid "FLOAT"
msgstr ""
-#: popthelp.c:138
+#: popthelp.c:220
msgid "DOUBLE"
msgstr ""
-#: popthelp.c:139
+#: popthelp.c:223
msgid "ARG"
msgstr ""
-#: popthelp.c:552
+#: popthelp.c:664
msgid "Usage:"
msgstr ""
-#: popthelp.c:576
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index e2967b8..3397ee7 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,127 +8,148 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.14\n"
"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
-"POT-Creation-Date: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\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"
+"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "未知的错误"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "选项类别 (%u) 没有在 popt 中实现\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "缺少参数"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "未知的选项"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "需要 XOR 逻辑运算"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg 不应该为 NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "别名嵌套太深"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "参数引号错误"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "无效的数值"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "数值太大或太小"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "内存分配错误"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "未知的错误"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "显示这个帮助信息"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "显示简短的使用说明"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "终止选项"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "在信息中显示默认的选项"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "终止选项"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "帮助选项:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "通过 popt alias/exec 实现的选项:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "用法:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[选项...]"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 0473dfc..99641c9 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.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: 2008-02-16 19:54-0500\n"
+"POT-Creation-Date: 2014-08-13 13:27-0400\n"
"PO-Revision-Date: 2013-02-12 23:52+0800\n"
"Last-Translator: Wei-Lun Chao <bluebat@member.fsf.org>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -17,119 +17,139 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: popt.c:35
+#: popt.c:54
msgid "unknown errno"
msgstr "未知的錯誤"
-#: popt.c:1090
+#: popt.c:1439
#, c-format
msgid "option type (%u) not implemented in popt\n"
msgstr "選項型態 (%u) 尚未在 popt 中實作\n"
-#: popt.c:1294
+#: popt.c:1889
msgid "missing argument"
msgstr "缺少引數"
-#: popt.c:1296
+#: popt.c:1891
msgid "unknown option"
msgstr "未知的選項"
-#: popt.c:1298
+#: popt.c:1893
msgid "mutually exclusive logical operations requested"
msgstr "需要相互獨立的邏輯運算"
-#: popt.c:1300
+#: popt.c:1895
msgid "opt->arg should not be NULL"
msgstr "opt->arg 不應為 NULL"
-#: popt.c:1302
+#: popt.c:1897
msgid "aliases nested too deeply"
msgstr "巢狀別名太深"
-#: popt.c:1304
+#: popt.c:1899
msgid "error in parameter quoting"
msgstr "參數引號錯誤"
-#: popt.c:1306
+#: popt.c:1901
msgid "invalid numeric value"
msgstr "不正確的數值"
-#: popt.c:1308
+#: popt.c:1903
msgid "number too large or too small"
msgstr "數字太大或太小"
-#: popt.c:1310
+#: popt.c:1905
msgid "memory allocation failed"
msgstr "記憶體配置錯誤"
-#: popt.c:1314
+#: popt.c:1907
+msgid "config file failed sanity test"
+msgstr ""
+
+#: popt.c:1909
+msgid "option does not take an argument"
+msgstr ""
+
+#: popt.c:1911
+msgid "stack underflow"
+msgstr ""
+
+#: popt.c:1913
+msgid "stack overflow"
+msgstr ""
+
+#: popt.c:1917
msgid "unknown error"
msgstr "未知的錯誤"
-#: popthelp.c:74 popthelp.c:86
+#: popthelp.c:83 popthelp.c:94
msgid "Show this help message"
msgstr "顯示本說明訊息"
-#: popthelp.c:75 popthelp.c:87
+#: popthelp.c:84 popthelp.c:95
msgid "Display brief usage message"
msgstr "顯示簡短的使用說明"
-#: popthelp.c:76 popthelp.c:92
-msgid "Terminate options"
-msgstr "終止選項"
-
-#: popthelp.c:90
+#: popthelp.c:98
msgid "Display option defaults in message"
msgstr "在訊息中顯示預設選項"
-#: popthelp.c:191
+#: popthelp.c:100
+msgid "Terminate options"
+msgstr "終止選項"
+
+#: popthelp.c:199
msgid "Help options:"
msgstr "求助選項:"
-#: popthelp.c:192
+#: popthelp.c:200
msgid "Options implemented via popt alias/exec:"
msgstr "選項的實作是透過 popt alias/exec:"
-#: popthelp.c:200
+#: popthelp.c:208
msgid "NONE"
msgstr "NONE"
-#: popthelp.c:202
+#: popthelp.c:210
msgid "VAL"
msgstr "VAL"
-#: popthelp.c:206
+#: popthelp.c:214
msgid "INT"
msgstr "INT"
-#: popthelp.c:207
+#: popthelp.c:215
+msgid "SHORT"
+msgstr ""
+
+#: popthelp.c:216
msgid "LONG"
msgstr "LONG"
-#: popthelp.c:208
+#: popthelp.c:217
msgid "LONGLONG"
msgstr "LONGLONG"
-#: popthelp.c:209
+#: popthelp.c:218
msgid "STRING"
msgstr "STRING"
-#: popthelp.c:210
+#: popthelp.c:219
msgid "FLOAT"
msgstr "FLOAT"
-#: popthelp.c:211
+#: popthelp.c:220
msgid "DOUBLE"
msgstr "DOUBLE"
-#: popthelp.c:214
+#: popthelp.c:223
msgid "ARG"
msgstr "ARG"
-#: popthelp.c:634
+#: popthelp.c:664
msgid "Usage:"
msgstr "用法:"
-#: popthelp.c:658
+#: popthelp.c:689
msgid "[OPTION...]"
msgstr "[選項…]"