]> git.saurik.com Git - bison.git/blame - po/pt_BR.po
* src/output.c (symbol_printers_output): Fix typo that led
[bison.git] / po / pt_BR.po
CommitLineData
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#
5msgid ""
6msgstr ""
0692b773 7"Project-Id-Version: bison 1.875\n"
f0057011 8"POT-Creation-Date: 2003-01-09 10:29+0100\n"
0692b773 9"PO-Revision-Date: 2003-01-06 02: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
05d18c24 17#: src/complain.c:56 lib/error.c:135 lib/error.c:163
02e09093
PE
18msgid "Unknown system error"
19msgstr "Erro de sistema desconhecido"
20
78a00b7d 21#: src/complain.c:79 src/complain.c:94
02e09093
PE
22msgid "warning: "
23msgstr "aviso: "
24
78a00b7d 25#: src/complain.c:150 src/complain.c:166
02e09093
PE
26msgid "fatal error: "
27msgstr "erro fatal: "
28
05d18c24 29#: src/conflicts.c:75
c0cac722 30#, c-format
02e09093 31msgid " Conflict between rule %d and token %s resolved as shift"
c0cac722 32msgstr " Conflito entre a regra %d e a token %s resolvido como `shift`."
02e09093 33
05d18c24 34#: src/conflicts.c:83
c0cac722 35#, c-format
02e09093 36msgid " Conflict between rule %d and token %s resolved as reduce"
c0cac722 37msgstr " Conflito entre a regra %d e a token %s resolvido como `reduce`."
02e09093 38
05d18c24 39#: src/conflicts.c:90
c0cac722 40#, c-format
02e09093 41msgid " Conflict between rule %d and token %s resolved as an error"
c0cac722 42msgstr " Conflito entre a regra %d e a token %s resolvido como um erro."
02e09093 43
78a00b7d 44#: src/conflicts.c:398
02e09093 45#, c-format
78a00b7d 46msgid "conflicts: %d shift/reduce, %d reduce/reduce\n"
0692b773 47