Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1707)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1-src/runtime-po/bison-runtime.pot

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
11 "POT-Creation-Date: 2008-12-11 17:06-0500\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: data/glr.c:923 data/yacc.c:630
20 msgid "syntax error: cannot back up"
21 msgstr ""
22
23 #: data/glr.c:1806
24 msgid "syntax is ambiguous"
25 msgstr ""
26
27 #: data/glr.c:2181 data/glr.c:2187 data/glr.c:2455 data/lalr1.cc:878
28 #: data/yacc.c:1491 data/yacc.c:1519
29 msgid "syntax error"
30 msgstr ""
31
32 #: data/glr.c:2515 data/yacc.c:1106 data/yacc.c:1108 data/yacc.c:1284
33 #: data/yacc.c:1640
34 msgid "memory exhausted"
35 msgstr ""
36
37 #: data/yacc.c:918
38 #, c-format
39 msgid "syntax error, unexpected %s"
40 msgstr ""
41
42 #: data/yacc.c:919
43 #, c-format
44 msgid "syntax error, unexpected %s, expecting %s"
45 msgstr ""
46
47 #: data/yacc.c:920
48 #, c-format
49 msgid "syntax error, unexpected %s, expecting %s or %s"
50 msgstr ""
51
52 #: data/yacc.c:921
53 #, c-format
54 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
55 msgstr ""
56
57 #: data/yacc.c:922
58 #, c-format
59 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
60 msgstr ""
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698