]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change messages referring to libiconv.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2001 20:56:26 +0000 (20:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2001 20:56:26 +0000 (20:56 +0000)
po/de.po
po/en@boldquot.po
po/en@quot.po
src/ChangeLog
src/po.c

index 4161247ff6dcb5ace53a61f3ed6dd72bda01428d..76c67fd254b5cc3d2bb89b7a81be4cffdf777c6c 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -804,10 +804,10 @@ msgstr "%s: Warnung: Zeichensatz 
 #, c-format
 msgid ""
 "%s: warning: charset \"%s\" is not supported by iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 msgstr ""
 "%s: Warnung: Zeichensatz »%s« wird von iconv%s nicht unterstützt\n"
-"%*s  Warnung: Empfehlung: Installieren Sie libiconv und installieren Sie\n"
+"%*s  Warnung: Empfehlung: Installieren Sie GNU libiconv und installieren Sie\n"
 "        GNU gettext neu"
 
 #. TRANS: sentence trans_id_3 starts here
@@ -815,10 +815,10 @@ msgstr ""
 #, c-format
 msgid ""
 "%s: warning: charset \"%s\" is not supported without iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 msgstr ""
 "%s: Warnung: Zeichensatz »%s« wird ohne iconv%s nicht unterstützt\n"
-"%*s  Warnung: Empfehlung: Installieren Sie libiconv und installieren Sie\n"
+"%*s  Warnung: Empfehlung: Installieren Sie GNU libiconv und installieren Sie\n"
 "        GNU gettext neu"
 
 #: src/po.c:330
index f99ce08f4cb0d2a573ba31d5bd66a283463b44a4..dbabe6bb364fd7b06f780b6dc4e4e0901630e109 100644 (file)
@@ -796,20 +796,20 @@ msgstr "%s: warning: charset “\e[1m%s\e[0m” is not supported by iconv%s"
 #, c-format
 msgid ""
 "%s: warning: charset \"%s\" is not supported by iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 msgstr ""
 "%s: warning: charset “\e[1m%s\e[0m” is not supported by iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 
 #. TRANS: sentence trans_id_3 starts here
 #: src/po.c:316
 #, c-format
 msgid ""
 "%s: warning: charset \"%s\" is not supported without iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 msgstr ""
 "%s: warning: charset “\e[1m%s\e[0m” is not supported without iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 
 #: src/po.c:330
 #, c-format
index 5ccaae6b42380d81d76de65e551438fe9c061ad3..dca966cc891643eb458568ad41d38fc1ed8f8f57 100644 (file)
@@ -780,20 +780,20 @@ msgstr "%s: warning: charset “%s” is not supported by iconv%s"
 #, c-format
 msgid ""
 "%s: warning: charset \"%s\" is not supported by iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 msgstr ""
 "%s: warning: charset “%s” is not supported by iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 
 #. TRANS: sentence trans_id_3 starts here
 #: src/po.c:316
 #, c-format
 msgid ""
 "%s: warning: charset \"%s\" is not supported without iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 msgstr ""
 "%s: warning: charset “%s” is not supported without iconv%s\n"
-"%*s  warning: consider installing libiconv and then reinstalling GNU gettext"
+"%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"
 
 #: src/po.c:330
 #, c-format
index f3f726a98942b364ccc6e63227757e3ca594d1e0..35affe0f8ebe1d820b52001001b902ad10d097d1 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-20  Bruno Haible  <haible@clisp.cons.org>
+
+       * po.c (po_callback_message): Change message, refer to GNU libiconv.
+
 2001-03-18  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext.c [TESTS]: When testing, set HAVE_SETLOCALE.
index f6e5899091db13ae5230f3aede1f0c9fb77a8cbb..a1a2d5fe419a522f7d985902af8b8257f137dfd8 100644 (file)
--- a/src/po.c
+++ b/src/po.c
@@ -300,7 +300,7 @@ po_callback_message (msgid, msgid_pos, msgid_plural,
                  /* TRANS: sentence trans_id_2 starts here */
                  error (0, 0, _("\
 %s: warning: charset \"%s\" is not supported by iconv%s\n\
-%*s  warning: consider installing libiconv and then reinstalling GNU gettext"),
+%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"),
                         gram_pos.file_name, po_lex_charset, note,
                         (int) strlen (gram_pos.file_name), "");
 # endif
@@ -315,7 +315,7 @@ po_callback_message (msgid, msgid_pos, msgid_plural,
                  /* TRANS: sentence trans_id_3 starts here */
                  error (0, 0, _("\
 %s: warning: charset \"%s\" is not supported without iconv%s\n\
-%*s  warning: consider installing libiconv and then reinstalling GNU gettext"),
+%*s  warning: consider installing GNU libiconv and then reinstalling GNU gettext"),
                         gram_pos.file_name, po_lex_charset,
                         /* TRANS: sentence starts at trans_id_3 */
                         _(", expect parse errors"),