summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2007-01-13 14:15:59 +0000
committerjbj <jbj>2007-01-13 14:15:59 +0000
commitb88f99e2203dec7d6bcb33c7956d4725efce0012 (patch)
tree033855e96760b25c9bc5d0c8e52e76b94f6168e7
parentd9b761512ddb2efb5ecf8bd8c2e5df3828a858ae (diff)
downloadlibpopt-b88f99e2203dec7d6bcb33c7956d4725efce0012.tar.gz
- popt: mark POPT_AUTO{HELP,ALIAS} strings for translation (#102254).
-rw-r--r--po/POTFILES.in1
-rw-r--r--po/cs.po10
-rw-r--r--po/da.po10
-rw-r--r--po/de.po10
-rw-r--r--po/es.po10
-rw-r--r--po/eu_ES.po10
-rw-r--r--po/fi.po10
-rw-r--r--po/fr.po10
-rw-r--r--po/gl.po10
-rw-r--r--po/hu.po10
-rw-r--r--po/id.po10
-rw-r--r--po/is.po10
-rw-r--r--po/it.po10
-rw-r--r--po/ja.po75
-rw-r--r--po/ko.po10
-rw-r--r--po/no.po10
-rw-r--r--po/pl.po16
-rw-r--r--po/popt.pot10
-rw-r--r--po/pt.po10
-rw-r--r--po/pt_BR.po10
-rw-r--r--po/ro.po10
-rw-r--r--po/ru.po10
-rw-r--r--po/sk.po10
-rw-r--r--po/sl.po10
-rw-r--r--po/sr.po10
-rw-r--r--po/sv.po10
-rw-r--r--po/tr.po10
-rw-r--r--po/uk.po10
-rw-r--r--po/wa.po10
-rw-r--r--po/zh.po10
-rw-r--r--po/zh_CN.po10
-rw-r--r--po/zh_TW.po10
-rw-r--r--popt.h8
33 files changed, 318 insertions, 72 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a1eddf7..2e2af76 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,6 +4,7 @@
findme.c
popt.c
+popt.h
poptconfig.c
popthelp.c
poptparse.c
diff --git a/po/cs.po b/po/cs.po
index 4aaa211..ec09f94 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-07-24 00:03+0100\n"
"Last-Translator: Milan Kerslager <kerslage@linux.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@@ -59,6 +59,14 @@ msgstr "selhala alokace pamti"
msgid "unknown error"
msgstr "neznm chyba"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Vype tuto npovdu"
diff --git a/po/da.po b/po/da.po
index 0851796..a5620b0 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: Sun Jan 21 2001 04:30:32+0200\n"
"Last-Translator: Martin Hansen <mah@k64.dk>\n"
"Language-Team: Dansk <dansk@klid.dk>\n"
@@ -60,6 +60,14 @@ msgstr ""
msgid "unknown error"
msgstr "ukendt fejl"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Vis denne hjlpemeddelelse"
diff --git a/po/de.po b/po/de.po
index e6776e2..b59aaa7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2006-10-08 15:30+0200\n"
"Last-Translator: Robert Scheck <rpm@robert-scheck.de>\n"
"Language-Team: German <de@li.org>\n"
@@ -63,6 +63,14 @@ msgstr "Speicherzuordnung fehlgeschlagen"
msgid "unknown error"
msgstr "Unbekannter Fehler"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Zeigt diese Hilfe an"
diff --git a/po/es.po b/po/es.po
index c38fb9e..9b307a8 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Leandro Lucarella <luca@linuxmendoza.org.ar>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr "error desconocido"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Muestra este mensaje de ayuda"
diff --git a/po/eu_ES.po b/po/eu_ES.po
index 963b8b5..c07180d 100644
--- a/po/eu_ES.po
+++ b/po/eu_ES.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 963b8b5..c07180d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 5a65ecb..d74cf92 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.8.1\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2003-06-22 23:43+0200\n"
"Last-Translator: RPM French Translation <rpm-fr@livna.org>\n"
"Language-Team: RPM French Translation <rpm-fr@livna.org>\n"
@@ -69,6 +69,14 @@ msgstr "échec de l'allocation de mémoire"
msgid "unknown error"
msgstr "erreur inconnue"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Montre ce message d'aide"
diff --git a/po/gl.po b/po/gl.po
index 9f668d6..c259bc7 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-01-17 01:01+0100\n"
"Last-Translator: Jess Bravo lvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
@@ -59,6 +59,14 @@ msgstr ""
msgid "unknown error"
msgstr "erro descoecido"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Amosar esta mensaxe de axuda"
diff --git a/po/hu.po b/po/hu.po
index 926837a..79f49ba 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2000-08-03 23:26+0200\n"
"Last-Translator: Lszl Nmeth <nemeth@qwertynet.hu>\n"
"Language-Team: Hungarian\n"
@@ -59,6 +59,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "E sg megjelentse"
diff --git a/po/id.po b/po/id.po
index 963b8b5..c07180d 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/is.po b/po/is.po
index c5b7d9d..911b343 100644
--- a/po/is.po
+++ b/po/is.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-06-08 01:35+0000\n"
"Last-Translator: Richard Allen <ra@hp.is>\n"
"Language-Team: is <kde-isl@mmedia.is>\n"
@@ -59,6 +59,14 @@ msgstr "ekki tkst a taka fr minni"
msgid "unknown error"
msgstr "ekkt villa"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Sna essa hjlp"
diff --git a/po/it.po b/po/it.po
index 963b8b5..c07180d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 963b8b5..3d57f51 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -1,117 +1,124 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# rpm ja.po
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# Yukihiro Nakai <ynakai@redhat.com>, 2003
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
+"PO-Revision-Date: 2003--8-25 19:00+0900\n"
+"Last-Translator: Yukihiro Nakai <ynakai@redhat.com>\n"
+"Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: ENCODING\n"
+"Content-Transfer-Encoding: 8bit\n"
#: popt.c:35
msgid "unknown errno"
-msgstr ""
+msgstr "不明なエラー番号"
#: popt.c:990
#, c-format
msgid "option type (%d) not implemented in popt\n"
-msgstr ""
+msgstr "オプションタイプ (%d) はpoptには実装されていません\n"
#: popt.c:1210
msgid "missing argument"
-msgstr ""
+msgstr "引数がありません"
#: popt.c:1212
msgid "unknown option"
-msgstr ""
+msgstr "不明なオプション"
#: popt.c:1214
msgid "mutually exclusive logical operations requested"
-msgstr ""
+msgstr "排他的な悪ぺーレーションが必要です"
#: popt.c:1216
msgid "opt->arg should not be NULL"
-msgstr ""
+msgstr "opt->argはNULLではいけません"
#: popt.c:1218
msgid "aliases nested too deeply"
-msgstr ""
+msgstr "エイリアスのネストが深すぎます"
#: popt.c:1220
msgid "error in parameter quoting"
-msgstr ""
+msgstr "パラメータのクオート付けでエラー"
#: popt.c:1222
msgid "invalid numeric value"
-msgstr ""
+msgstr "不正な数値"
#: popt.c:1224
msgid "number too large or too small"
-msgstr ""
+msgstr "数値が大きすぎるか小さすぎます"
#: popt.c:1226
msgid "memory allocation failed"
-msgstr ""
+msgstr "メモリ確保に失敗しました"
#: popt.c:1230
msgid "unknown error"
-msgstr ""
+msgstr "不明なエラー"
+
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr "poptのalias/execで実装されているオプション:"
+
+#: popt.h:186
+msgid "Help options:"
+msgstr "ヘルプオプション:"
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
-msgstr ""
+msgstr "このヘルプメッセージを表示します"
#: popthelp.c:65 popthelp.c:76
msgid "Display brief usage message"
-msgstr ""
+msgstr "使い方の概要を表示します"
#: popthelp.c:79
msgid "Display option defaults in message"
-msgstr ""
+msgstr "オプションのデフォルト値をメッセージに表示します"
#: popthelp.c:124
msgid "NONE"
-msgstr ""
+msgstr "なし"
#: popthelp.c:126
msgid "VAL"
-msgstr ""
+msgstr "値"
#: popthelp.c:130
msgid "INT"
-msgstr ""
+msgstr "INT"
#: popthelp.c:131
msgid "LONG"
-msgstr ""
+msgstr "LONG"
#: popthelp.c:132
msgid "STRING"
-msgstr ""
+msgstr "文字列"
#: popthelp.c:133
msgid "FLOAT"
-msgstr ""
+msgstr "FLOAT"
#: popthelp.c:134
msgid "DOUBLE"
-msgstr ""
+msgstr "DOUBLE"
#: popthelp.c:135
msgid "ARG"
-msgstr ""
+msgstr "ARG"
#: popthelp.c:548
msgid "Usage:"
-msgstr ""
+msgstr "使い方:"
#: popthelp.c:572
msgid "[OPTION...]"
-msgstr ""
+msgstr "[オプション...]"
diff --git a/po/ko.po b/po/ko.po
index 376fee6..f8fdeff 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-09-06 20:06+0900\n"
"Last-Translator: Jong-Hoon Ryu <redhat4u@netian.com>\n"
"Language-Team: GNU Translation project <ko@li.org>\n"
@@ -59,6 +59,14 @@ msgstr "޸ Ҵ翡 ߽ϴ"
msgid "unknown error"
msgstr " Դϴ"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr " ݴϴ"
diff --git a/po/no.po b/po/no.po
index 5fc79d7..d688830 100644
--- a/po/no.po
+++ b/po/no.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-06-27 11:05+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
"Language-Team: Norwegian <no@li.org>\n"
@@ -59,6 +59,14 @@ msgstr "minneallokering feilet"
msgid "unknown error"
msgstr "ukjent feil"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Vis denne hjelpmeldingen"
diff --git a/po/pl.po b/po/pl.po
index d76f532..4f14d8b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.9-20030515\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2003-06-08 20:32+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld.org.pl>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -63,6 +63,14 @@ msgstr "bd alokacji pamici"
msgid "unknown error"
msgstr "nieznany bd"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr "Opcje zaimplementowane poprzez popt alias/exec:"
+
+#: popt.h:186
+msgid "Help options:"
+msgstr "Opcje pomocy:"
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Poka t pomoc"
@@ -114,9 +122,3 @@ msgstr "Skadnia:"
#: popthelp.c:572
msgid "[OPTION...]"
msgstr "[OPCJA...]"
-
-#~ msgid "Options implemented via popt alias/exec:"
-#~ msgstr "Opcje zaimplementowane poprzez popt alias/exec:"
-
-#~ msgid "Help options:"
-#~ msgstr "Opcje pomocy:"
diff --git a/po/popt.pot b/po/popt.pot
index 524198f..fa9c7ed 100644
--- a/po/popt.pot
+++ b/po/popt.pot
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/pt.po b/po/pt.po
index 658c2da..09a062f 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2002-02-13 18:32+0000\n"
"Last-Translator: Pedro Morais <morais@kde.org>\n"
"Language-Team: pt <morais@kde.org>\n"
@@ -59,6 +59,14 @@ msgstr "alocao de memria falhou"
msgid "unknown error"
msgstr "erro desconhecido"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Mostrar esta mensagem de ajuda"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 963b8b5..c07180d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index b2f393f..18016fa 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2000-06-14 23:23+EST\n"
"Last-Translator: Cristian Gafton <gafton@redhat.com>\n"
"Language-Team: Romanian <ro@li.org>\n"
@@ -60,6 +60,14 @@ msgstr ""
msgid "unknown error"
msgstr "eroare necuinoscuta"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Afisare mesaj de help"
diff --git a/po/ru.po b/po/ru.po
index fa0a0da..ba1bfe0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-07-05 21:00-0500\n"
"Last-Translator: Eugene Kanter <eugene@blackcatlinux.com>\n"
"Language-Team: Black Cat Linux Team <blackcat-support@blackcatlinux.com>\n"
@@ -59,6 +59,14 @@ msgstr " "
msgid "unknown error"
msgstr " "
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr " "
diff --git a/po/sk.po b/po/sk.po
index 14a8c3a..9e2cf3f 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 1999-08-04 21:40+0200\n"
"Last-Translator: Stanislav Meduna <stano@eunet.sk>\n"
"Language-Team: Slovak <sk-i18n@rak.isternet.sk>\n"
@@ -63,6 +63,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Vypsa tto sprvu"
diff --git a/po/sl.po b/po/sl.po
index 1a2ba47..16e7ddc 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2000-09-05 12:30+0200\n"
"Last-Translator: Roman Maurer <roman.maurer@hermes.si>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -59,6 +59,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Prikai to sporoilo s pomojo"
diff --git a/po/sr.po b/po/sr.po
index 963b8b5..c07180d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index a0d67d3..d242b1b 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2001-07-12 22:26+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -59,6 +59,14 @@ msgstr "minnesallokering misslyckades"
msgid "unknown error"
msgstr "oknt fel"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Visa denna hjlptext"
diff --git a/po/tr.po b/po/tr.po
index 422dd7e..c4a50ef 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2000-02-11 13:01+0200\n"
"Last-Translator: Nilgun Belma Buguner <nilgun@technologist.com>\n"
"Language-Team: Turkish <tr@li.org>\n"
@@ -59,6 +59,14 @@ msgstr ""
msgid "unknown error"
msgstr "bilinmeyen hata"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Bu yardm iletisini gsterir"
diff --git a/po/uk.po b/po/uk.po
index cb83702..6e2402a 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 1999-09-30 16:54+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -63,6 +63,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr " צ"
diff --git a/po/wa.po b/po/wa.po
index e57d349..3dde192 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 1999-03-18 23:11+0100\n"
"Last-Translator: Nobody yet\n"
"Language-Team: walon <linux-wa@chanae.alphanet.ch>\n"
@@ -67,6 +67,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "Mostrer ci messaedje d' aide chal"
diff --git a/po/zh.po b/po/zh.po
index 963b8b5..c07180d 100644
--- a/po/zh.po
+++ b/po/zh.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.6.3\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,14 @@ msgstr ""
msgid "unknown error"
msgstr ""
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 15a3aea..d7f1270 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: translation\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2005-05-20 15:53+1000\n"
"Last-Translator: \n"
"Language-Team: <zh@li.org>\n"
@@ -65,6 +65,14 @@ msgstr "内存分配错误"
msgid "unknown error"
msgstr "未知的错误"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "显示这个帮助信息"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 4075673..234693b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: popt 1.10.1\n"
"Report-Msgid-Bugs-To: <rpm-devel@lists.dulug.duke.edu>\n"
-"POT-Creation-Date: 2006-12-09 13:13-0500\n"
+"POT-Creation-Date: 2007-01-13 09:07-0500\n"
"PO-Revision-Date: 2005-04-08 17:52+0800\n"
"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n"
"Language-Team: zh_TW <zh-l10n@linux.org.tw>\n"
@@ -63,6 +63,14 @@ msgstr "記憶體配置錯誤"
msgid "unknown error"
msgstr "未知的錯誤"
+#: popt.h:170
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:186
+msgid "Help options:"
+msgstr ""
+
#: popthelp.c:64 popthelp.c:75
msgid "Show this help message"
msgstr "顯示本說明訊息"
diff --git a/popt.h b/popt.h
index a936a30..86b5849 100644
--- a/popt.h
+++ b/popt.h
@@ -155,6 +155,10 @@ typedef struct poptItem_s {
*/
/*@{*/
+#if !defined(N_)
+#define N_(foo) foo
+#endif
+
/**
* Empty table marker to enable displaying popt alias/exec options.
*/
@@ -163,7 +167,7 @@ typedef struct poptItem_s {
extern struct poptOption poptAliasOptions[];
/*@=exportvar@*/
#define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \
- 0, "Options implemented via popt alias/exec:", NULL },
+ 0, N_("Options implemented via popt alias/exec:"), NULL },
/**
* Auto help table options.
@@ -179,7 +183,7 @@ extern struct poptOption * poptHelpOptionsI18N;
/*@=exportvar@*/
#define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
- 0, "Help options:", NULL },
+ 0, N_("Help options:"), NULL },
#define POPT_TABLEEND { NULL, '\0', 0, NULL, 0, NULL, NULL }
/*@}*/