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

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

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 # Italian translation for message of GNU bison.
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Paolo Bonzini <bonzini@gnu.org>, 2002.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: bison 2.0\n"
8 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n"
9 "POT-Creation-Date: 2008-12-11 17:06-0500\n"
10 "PO-Revision-Date: 2005-05-23 12:37+0100\n"
11 "Last-Translator: Paolo Bonzini <bonzini@gnu.org>\n"
12 "Language-Team: Italian <tp@lists.linux.it>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ISO-8859-1\n"
15 "Content-Transfer-Encoding: 8-bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 #: data/glr.c:923 data/yacc.c:630
19 msgid "syntax error: cannot back up"
20 msgstr "errore di sintassi: impossibile tornare indietro"
21
22 #: data/glr.c:1806
23 msgid "syntax is ambiguous"
24 msgstr ""
25
26 #: data/glr.c:2181 data/glr.c:2187 data/glr.c:2455 data/lalr1.cc:878
27 #: data/yacc.c:1491 data/yacc.c:1519
28 msgid "syntax error"
29 msgstr "errore di sintassi"
30
31 #: data/glr.c:2515 data/yacc.c:1106 data/yacc.c:1108 data/yacc.c:1284
32 #: data/yacc.c:1640
33 msgid "memory exhausted"
34 msgstr "memoria esaurita"
35
36 #: data/yacc.c:918
37 #, c-format
38 msgid "syntax error, unexpected %s"
39 msgstr "errore di sintassi, %s non atteso"
40
41 #: data/yacc.c:919
42 #, c-format
43 msgid "syntax error, unexpected %s, expecting %s"
44 msgstr "errore di sintassi, atteso %2$s e non %1$s"
45
46 #: data/yacc.c:920
47 #, c-format
48 msgid "syntax error, unexpected %s, expecting %s or %s"
49 msgstr "errore di sintassi, atteso %2$s o %3$s e non %1$s"
50
51 #: data/yacc.c:921
52 #, c-format
53 msgid "syntax error, unexpected %s, expecting %s or %s or %s"
54 msgstr "errore di sintassi, atteso %2$s o %3$s o %4$s e non %1$s"
55
56 #: data/yacc.c:922
57 #, c-format
58 msgid "syntax error, unexpected %s, expecting %s or %s or %s or %s"
59 msgstr "errore di sintassi, atteso %2$s o %3$s o %4$s o %5$s e non %1$s"
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1-src/runtime-po/it.gmo ('k') | bison/src/bison/2.4.1/bison-2.4.1-src/runtime-po/ja.gmo » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698