From: Bruno Haible Date: Wed, 28 Mar 2007 01:58:28 +0000 (+0000) Subject: Ask translators to specify a translation bug report address. X-Git-Tag: v0.17~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7793f4ac3c28e5f667998e20434e8ba1f1678fcd;p=thirdparty%2Fgettext.git Ask translators to specify a translation bug report address. --- diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index c0e441d87..887e21752 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,10 @@ +2007-03-27 Bruno Haible + + * envsubst.c (usage): Ask translators to specify a translation bug + report address. + * gettext.c (usage): Likewise. + * ngettext.c (usage): Likewise. + 2007-03-04 Bruno Haible Moved --enable-relocatable infrastructure to gnulib. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index 0c396e8a1..c5ae9a892 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -212,6 +212,10 @@ standard input are substituted.\n")); When --variables is used, standard input is ignored, and the output consists\n\ of the environment variables that are referenced in SHELL-FORMAT, one per line.\n")); printf ("\n"); + /* TRANSLATORS: The placeholder indicates the bug-reporting address + for this package. Please add _another line_ saying + "Report translation bugs to <...>\n" with the address for translation + bugs (typically your translation team's web or email address). */ fputs (_("Report bugs to .\n"), stdout); } diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index f377e5a9c..dd495b1ef 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -272,6 +272,10 @@ found in the selected catalog are translated.\n\ Standard search directory: %s\n"), getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@"); printf ("\n"); + /* TRANSLATORS: The placeholder indicates the bug-reporting address + for this package. Please add _another line_ saying + "Report translation bugs to <...>\n" with the address for translation + bugs (typically your translation team's web or email address). */ fputs (_("Report bugs to .\n"), stdout); } diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index 90e5d04ca..d286d14bf 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -238,6 +238,10 @@ variable TEXTDOMAINDIR.\n\ Standard search directory: %s\n"), getenv ("IN_HELP2MAN") == NULL ? LOCALEDIR : "@localedir@"); printf ("\n"); + /* TRANSLATORS: The placeholder indicates the bug-reporting address + for this package. Please add _another line_ saying + "Report translation bugs to <...>\n" with the address for translation + bugs (typically your translation team's web or email address). */ fputs (_("Report bugs to .\n"), stdout); } diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 7ceb15485..fa0156ba2 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,9 @@ +2007-03-27 Bruno Haible + + * tstgettext.c (usage): Ask translators to specify a translation bug + report address. + * tstngettext.c (usage): Likewise. + 2007-03-19 Bruno Haible * lang-php: Use \n" with the address for translation + bugs (typically your translation team's web or email address). */ fputs (_("Report bugs to .\n"), stdout); } diff --git a/gettext-tools/tests/tstngettext.c b/gettext-tools/tests/tstngettext.c index e73c10512..f19bc1229 100644 --- a/gettext-tools/tests/tstngettext.c +++ b/gettext-tools/tests/tstngettext.c @@ -221,6 +221,10 @@ environment variable TEXTDOMAIN. If the message catalog is not found in the\n\ regular directory, another location can be specified with the environment\n\ variable TEXTDOMAINDIR.\n\ Standard search directory: %s\n"), LOCALEDIR); + /* TRANSLATORS: The placeholder indicates the bug-reporting address + for this package. Please add _another line_ saying + "Report translation bugs to <...>\n" with the address for translation + bugs (typically your translation team's web or email address). */ fputs (_("Report bugs to .\n"), stdout); }