]>
Commit | Line | Data |
---|---|---|
02e09093 PE |
1 | # bison: translation to Brazilian Portuguese (pt_BR) |
2 | # Copyright (C) 2002 Free Software Foundation, Inc. | |
3 | # Alexandre Folle de Menezes <afmenez@terra.com.br>, 2002. | |
4 | # | |
5 | msgid "" | |
6 | msgstr "" | |
b7195100 | 7 | "Project-Id-Version: bison 1.50\n" |
b0a7a533 | 8 | "POT-Creation-Date: 2002-10-14 14:47+0200\n" |
b7195100 | 9 | "PO-Revision-Date: 2002-10-07 00:30-0300\n" |
02e09093 PE |
10 | "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n" |
11 | "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" | |
12 | "MIME-Version: 1.0\n" | |
13 | "Content-Type: text/plain; charset=ISO-8859-1\n" | |
14 | "Content-Transfer-Encoding: 8-bit\n" | |
15 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | |
16 | ||
02e09093 PE |
17 | #: src/complain.c:89 lib/error.c:128 lib/error.c:156 |
18 | msgid "Unknown system error" | |
19 | msgstr "Erro de sistema desconhecido" | |
20 | ||
21 | #: src/complain.c:123 src/complain.c:152 | |
22 | msgid "warning: " | |
23 | msgstr "aviso: " | |
24 | ||
25 | #: src/complain.c:252 src/complain.c:282 | |
26 | msgid "fatal error: " | |
27 | msgstr "erro fatal: " | |
28 | ||
29 | #: src/conflicts.c:72 | |
c0cac722 | 30 | #, c-format |
02e09093 | 31 | msgid " Conflict between rule %d and token %s resolved as shift" |
c0cac722 | 32 | msgstr " Conflito entre a regra %d e a token %s resolvido como `shift`." |
02e09093 PE |
33 | |
34 | #: src/conflicts.c:80 | |
c0cac722 | 35 | #, c-format |
02e09093 | 36 | msgid " Conflict between rule %d and token %s resolved as reduce" |
c0cac722 | 37 | msgstr " Conflito entre a regra %d e a token %s resolvido como `reduce`." |
02e09093 PE |
38 | |
39 | #: src/conflicts.c:87 | |
c0cac722 | 40 | #, c-format |
02e09093 | 41 | msgid " Conflict between rule %d and token %s resolved as an error" |
c0cac722 | 42 | msgstr " Conflito entre a regra %d e a token %s resolvido como um erro." |
02e09093 PE |
43 | |
44 | #: src/conflicts.c:402 | |
45 | #, c-format | |
46 | msgid "%d shift/reduce conflict" | |
47 | msgid_plural "%d shift/reduce conflicts" | |
48 |