mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Create runtime-po files automatically, if possible. * configure.ac: Invoke BISON_I18N, so that we eat our own dog food. * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS does not infringe on the user's name space. (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS. * doc/bison.texinfo (Internationalization): Revamp the English and Texinfo syntax a bit, to try to make it clearer. (Bison Options, Option Cross Key): Mention --print-localedir. * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to YYENABLE_NLS. Quote a bit more. * runtime-po/.cvsignore: New file. * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot. * runtime-po/Rules-quot: Remove; now created by bootstrap. * runtime-po/quot.sed: Likewise. * runtime-po/boldquot.sed: Likewise. * runtime-po/en@quot.header: Likewise. * runtime-po/en@boldquot.header: Likewise. * runtime-po/insert-header.sin: Likewise. * runtime-po/remove-potcdate.sin: Likewise. * runtime-po/Makevars: Likewise. * runtime-po/LINGUAS: Likewise. * runtime-po/de.po: Likewise; we will rely on the translation project to maintain this, so "bootstrap" should get it. * src/getarg.s (PRINT_LOCALEDIR_OPTION): Let the C compiler determine its value. * src/main.c (main): Bind the bison-runtime domain, too. * data/yacc.c: Include <libintl.h> when NLS is enabled. (YYI18N): Renamed from _. Use dgettext when NLS is enabled. * po/POTFILES.in: Remove autogenerated file src/parse-gram.c. * runtime-po: New directory. * runtime-po/Makefile.in.in: New file, copied from po/, with modified $(DOMAIN).pot-update rule, so that old messages are never dropped. * runtime-po/Rules-quot: New file, copied from po/. * runtime-po/quot.sed: Likewise. * runtime-po/boldquot.sed: Likewise. * runtime-po/en@quot.header: Likewise. * runtime-po/en@boldquot.header: Likewise. * runtime-po/insert-header.sin: Likewise. * runtime-po/remove-potcdate.sin: Likewise. * runtime-po/Makevars: New file. * runtime-po/POTFILES.in: New file. * runtime-po/LINGUAS: New file. * runtime-po/bison-runtime.pot: New file. * runtime-po/de.po: New file. * m4/bison.m4: New file. * Makefile.am (SUBDIRS): Add runtime-po. (aclocaldir, aclocal_DATA): New variables. * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in. Define aclocaldir. * src/getargs.c (usage): Document --print-localedir option. (PRINT_LOCALEDIR_OPTION): New enum item. (long_options): Add --print-localedir option. (getargs): Handle --print-localedir option. * doc/bison.texinfo (Bison Parser): Remove paragraph about _(). (Internationalization): New section.
106 lines
2.0 KiB
Plaintext
106 lines
2.0 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR Free Software Foundation, Inc.
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
|
|
"POT-Creation-Date: 2005-06-27 00:48+0200\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"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: data/yacc.c:520
|
|
msgid "syntax error: cannot back up"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:614
|
|
msgid "Stack now"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:636
|
|
#, c-format
|
|
msgid "Reducing stack by rule %d (line %u), "
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:905 data/yacc.c:1315
|
|
msgid "parser stack overflow"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:945
|
|
#, c-format
|
|
msgid "Stack size increased to %lu\n"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:952
|
|
#, c-format
|
|
msgid "Entering state %d\n"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:976
|
|
msgid "Reading a token: "
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:983
|
|
msgid "Now at end of input.\n"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:988
|
|
msgid "Next token is"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1009 data/yacc.c:1290
|
|
msgid "Shifting"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1117
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1118
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1119
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s or %s"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1120
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s or %s or %s"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1121
|
|
#, c-format
|
|
msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1195
|
|
msgid "syntax error; also memory exhausted"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1199
|
|
msgid "syntax error"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1218
|
|
msgid "Error: discarding"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1272 data/yacc.c:1331
|
|
msgid "Error: popping"
|
|
msgstr ""
|
|
|
|
#: data/yacc.c:1322
|
|
msgid "Error: discarding lookahead"
|
|
msgstr ""
|