From: Bruno Haible Date: Tue, 20 Mar 2001 20:56:26 +0000 (+0000) Subject: Change messages referring to libiconv. X-Git-Tag: v0.10.36~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=763abfcfa2a83d73c47b99cbde2646676aafa7c3;p=thirdparty%2Fgettext.git Change messages referring to libiconv. --- diff --git a/po/de.po b/po/de.po index 4161247ff..76c67fd25 100644 --- 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 diff --git a/po/en@boldquot.po b/po/en@boldquot.po index f99ce08f4..dbabe6bb3 100644 --- a/po/en@boldquot.po +++ b/po/en@boldquot.po @@ -796,20 +796,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 diff --git a/po/en@quot.po b/po/en@quot.po index 5ccaae6b4..dca966cc8 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -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 diff --git a/src/ChangeLog b/src/ChangeLog index f3f726a98..35affe0f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-03-20 Bruno Haible + + * po.c (po_callback_message): Change message, refer to GNU libiconv. + 2001-03-18 Bruno Haible * gettext.c [TESTS]: When testing, set HAVE_SETLOCALE. diff --git a/src/po.c b/src/po.c index f6e589909..a1a2d5fe4 100644 --- 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"),