/[bison]/bison/po/pt_BR.po
ViewVC logotype

Diff of /bison/po/pt_BR.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by akim, Mon Mar 3 08:58:57 2003 UTC revision 1.28 by akim, Tue Apr 29 08:31:48 2003 UTC
# Line 5  Line 5 
5  msgid ""  msgid ""
6  msgstr ""  msgstr ""
7  "Project-Id-Version: bison 1.875\n"  "Project-Id-Version: bison 1.875\n"
8  "POT-Creation-Date: 2003-03-02 15:28+0100\n"  "POT-Creation-Date: 2003-04-29 10:05+0200\n"
9  "PO-Revision-Date: 2003-01-06 02:30-0300\n"  "PO-Revision-Date: 2003-01-06 02:30-0300\n"
10  "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n"  "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n"
11  "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"  "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
# Line 397  msgstr[1] "%d regras inúteis" Line 397  msgstr[1] "%d regras inúteis"
397  msgid "start symbol %s does not derive any sentence"  msgid "start symbol %s does not derive any sentence"
398  msgstr "símbolo de início %s não deriva nenhuma sentença"  msgstr "símbolo de início %s não deriva nenhuma sentença"
399    
400  #: src/scan-gram.l:159  #: src/scan-gram.l:160
401  msgid "stray `,' treated as white space"  msgid "stray `,' treated as white space"
402  msgstr "`,' perdida tratada como branco"  msgstr "`,' perdida tratada como branco"
403    
404  #: src/scan-gram.l:218  #: src/scan-gram.l:219
405  #, c-format  #, c-format
406  msgid "invalid directive: %s"  msgid "invalid directive: %s"
407  msgstr "diretiva inválida: %s"  msgstr "diretiva inválida: %s"
408    
409  #: src/scan-gram.l:238 src/scan-gram.l:784 src/scan-gram.l:852  #: src/scan-gram.l:239 src/scan-gram.l:795 src/scan-gram.l:863
410  #, c-format  #, c-format
411  msgid "integer out of range: %s"  msgid "integer out of range: %s"
412  msgstr "inteiro fora de faixa: %s"  msgstr "inteiro fora de faixa: %s"
413    
414  #: src/scan-gram.l:280  #: src/scan-gram.l:281
415  #, c-format  #, c-format
416  msgid "invalid character: %s"  msgid "invalid character: %s"
417  msgstr "caractere inválido: %s"  msgstr "caractere inválido: %s"
418    
419  #: src/scan-gram.l:404 src/scan-gram.l:414 src/scan-gram.l:433  #: src/scan-gram.l:410 src/scan-gram.l:420 src/scan-gram.l:439
420  #, c-format  #, c-format
421  msgid "invalid escape sequence: %s"  msgid "invalid escape sequence: %s"
422  msgstr "seqüência de escape inválida: %s"  msgstr "seqüência de escape inválida: %s"
423    
424  #: src/scan-gram.l:438  #: src/scan-gram.l:444
425  #, c-format  #, c-format
426  msgid "unrecognized escape sequence: %s"  msgid "unrecognized escape sequence: %s"
427  msgstr "seqüência de escape não reconhecida: %s"  msgstr "seqüência de escape não reconhecida: %s"
428    
429  #: src/scan-gram.l:523  #: src/scan-gram.l:532
430  #, c-format  #, c-format
431  msgid "missing `{' in `%s'"  msgid "missing `{' in `%s'"
432  msgstr "falta `{' em `%s'"  msgstr "falta `{' em `%s'"
433    
434  #: src/scan-gram.l:756  #: src/scan-gram.l:767
435  #, c-format  #, c-format
436  msgid "$$ of `%s' has no declared type"  msgid "$$ of `%s' has no declared type"
437  msgstr "$$ de `%s' não tem tipo declarado"  msgstr "$$ de `%s' não tem tipo declarado"
438    
439  #: src/scan-gram.l:775  #: src/scan-gram.l:786
440  #, c-format  #, c-format
441  msgid "$%d of `%s' has no declared type"  msgid "$%d of `%s' has no declared type"
442  msgstr "$%d de `%s' não tem tipo declarado"  msgstr "$%d de `%s' não tem tipo declarado"
443    
444  #: src/scan-gram.l:819 src/scan-gram.l:886  #: src/scan-gram.l:830 src/scan-gram.l:897
445  #, c-format  #, c-format
446  msgid "invalid value: %s"  msgid "invalid value: %s"
447  msgstr "valor inválido: %s"  msgstr "valor inválido: %s"
448    
449  #: src/scan-gram.l:977  #: src/scan-gram.l:985
450  #, c-format  #, c-format
451  msgid "missing `%s' at end of file"  msgid "missing `%s' at end of file"
452  msgstr "`%s' faltando no final do arquivo"  msgstr "`%s' faltando no final do arquivo"
# Line 520  msgstr "o símbolo de início %s não está Line 520  msgstr "o símbolo de início %s não está
520  msgid "the start symbol %s is a token"  msgid "the start symbol %s is a token"
521  msgstr "o símbolo de início %s é um terminal"  msgstr "o símbolo de início %s é um terminal"
522    
523  #: lib/argmatch.c:129  #: lib/argmatch.c:135
524  #, c-format  #, c-format
525  msgid "invalid argument %s for %s"  msgid "invalid argument %s for %s"
526  msgstr "argumento %s inválido para %s"  msgstr "argumento %s inválido para %s"
527    
528  #: lib/argmatch.c:130  #: lib/argmatch.c:136
529  #, c-format  #, c-format
530  msgid "ambiguous argument %s for %s"  msgid "ambiguous argument %s for %s"
531  msgstr "argumento %s ambíguo para %s"  msgstr "argumento %s ambíguo para %s"
532    
533  #: lib/argmatch.c:149  #: lib/argmatch.c:155
534  msgid "Valid arguments are:"  msgid "Valid arguments are:"
535  msgstr "Argumentos válidos são:"  msgstr "Argumentos válidos são:"
536    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26