]>
Commit | Line | Data |
---|---|---|
02e09093 PE |
1 | # bison: translation to Brazilian Portuguese (pt_BR) |
2 | # Copyright (C) 2002 Free Software Foundation, Inc. | |
0692b773 | 3 | # Alexandre Folle de Menezes <afmenez@terra.com.br>, 2002, 2003. |
02e09093 PE |
4 | # |
5 | msgid "" | |
6 | msgstr "" | |
0692b773 | 7 | "Project-Id-Version: bison 1.875\n" |
226dcab0 | 8 | "Report-Msgid-Bugs-To: bug-bison@gnu.org\n" |
388f8b19 | 9 | "POT-Creation-Date: 2003-08-25 17:14+0200\n" |
0692b773 | 10 | "PO-Revision-Date: 2003-01-06 02:30-0300\n" |
02e09093 PE |
11 | "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n" |
12 | "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\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 | ||
05d18c24 | 18 | #: src/complain.c:56 lib/error.c:135 lib/error.c:163 |
02e09093 PE |
19 | msgid "Unknown system error" |
20 | msgstr "Erro de sistema desconhecido" | |
21 | ||
78a00b7d | 22 | #: src/complain.c:79 src/complain.c:94 |
02e09093 PE |
23 | msgid "warning: " |
24 | msgstr "aviso: " | |
25 | ||
78a00b7d | 26 | #: src/complain.c:150 src/complain.c:166 |
02e09093 PE |
27 | msgid "fatal error: " |
28 | msgstr "erro fatal: " | |
29 | ||
05d18c24 | 30 | #: src/conflicts.c:75 |
c0cac722 | 31 | #, c-format |
02e09093 | 32 | msgid " Conflict between rule %d and token %s resolved as shift" |
c0cac722 | 33 | msgstr " Conflito entre a regra %d e a token %s resolvido como `shift`." |
02e09093 | 34 | |
05d18c24 | 35 | #: src/conflicts.c:83 |
c0cac722 | 36 | #, c-format |
02e09093 | 37 | msgid " Conflict between rule %d and token %s resolved as reduce" |
c0cac722 | 38 | msgstr " Conflito entre a regra %d e a token %s resolvido como `reduce`." |
02e09093 | 39 | |
05d18c24 | 40 | #: src/conflicts.c:90 |
c0cac722 | 41 | #, c-format |
02e09093 | 42 | msgid " Conflict between rule %d and token %s resolved as an error" |
c0cac722 | 43 | msgstr " Conflito entre a regra %d e a token %s resolvido como um erro." |
02e09093 | 44 | |
78a00b7d | 45 | #: src/conflicts.c:398 |
02e09093 | 46 | #, c-format |
78a00b7d | 47 | msgid "conflicts: %d shift/reduce, %d reduce/reduce\n" |
0692b773 | 48 |