mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Move translated part of bug report string back into .c files so
xgettext can find it. Regnerate .pot files.
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
2000-04-04 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* po/gprof.pot: Regenerate.
|
||||
|
||||
* gprof.c (usage): Restore translated part of bug string.
|
||||
|
||||
* Makefile.am (BASEDIR): Define.
|
||||
(BFDDIR): Define.
|
||||
(INCDIR): Define.
|
||||
|
@ -157,7 +157,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\
|
||||
[image-file] [profile-file...]\n"),
|
||||
whoami);
|
||||
if (status == 0)
|
||||
fprintf (stream, REPORT_BUGS_TO);
|
||||
fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
|
||||
done (status);
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2000-02-22 02:24-0500\n"
|
||||
"POT-Creation-Date: 2000-04-04 23:21+0930\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"
|
||||
@ -344,7 +344,8 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: gprof.c:160
|
||||
msgid "Report bugs to bug-gnu-utils@gnu.org\n"
|
||||
#, c-format
|
||||
msgid "Report bugs to %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: gprof.c:229
|
||||
|
Reference in New Issue
Block a user