/[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.28 by akim, Tue Apr 29 08:31:48 2003 UTC revision 1.29 by eggert, Tue Jun 17 08:34:52 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-04-29 10:05+0200\n"  "Report-Msgid-Bugs-To: \n"
9    "POT-Creation-Date: 2003-06-17 00:56-0700\n"
10  "PO-Revision-Date: 2003-01-06 02:30-0300\n"  "PO-Revision-Date: 2003-01-06 02:30-0300\n"
11  "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n"  "Last-Translator: Alexandre Folle de Menezes <afmenez@terra.com.br>\n"
12  "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"  "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
# Line 90  msgstr "impossível fechar o arquivo" Line 91  msgstr "impossível fechar o arquivo"
91  msgid "conflicting outputs to file %s"  msgid "conflicting outputs to file %s"
92  msgstr "saídas conflitantes para o arquivo %s"  msgstr "saídas conflitantes para o arquivo %s"
93    
94  #: src/getargs.c:182  #: src/getargs.c:186
95  #, c-format  #, c-format
96  msgid "Try `%s --help' for more information.\n"  msgid "Try `%s --help' for more information.\n"
97  msgstr "tente `%s --help' para mais informações.\n"  msgstr "tente `%s --help' para mais informações.\n"
98    
99  #: src/getargs.c:188  #: src/getargs.c:192
100  msgid "GNU bison generates parsers for LALR(1) grammars.\n"  msgid "GNU bison generates parsers for LALR(1) grammars.\n"
101  msgstr "GNU bison gera analisadores para gramáticas LALR(1).\n"  msgstr "GNU bison gera analisadores para gramáticas LALR(1).\n"
102    
103  #: src/getargs.c:192  #: src/getargs.c:196
104  #, c-format  #, c-format
105  msgid "Usage: %s [OPTION]... FILE\n"  msgid "Usage: %s [OPTION]... FILE\n"
106  msgstr "Uso: %s [OPCAO]... ARQUIVO\n"  msgstr "Uso: %s [OPCAO]... ARQUIVO\n"
107    
108  #: src/getargs.c:196  #: src/getargs.c:200
109  msgid ""  msgid ""
110  "If a long option shows an argument as mandatory, then it is mandatory\n"  "If a long option shows an argument as mandatory, then it is mandatory\n"
111  "for the equivalent short option also.  Similarly for optional arguments.\n"  "for the equivalent short option also.  Similarly for optional arguments.\n"
# Line 113  msgstr "" Line 114  msgstr ""
114  "obrigatório para a opção curta equivalente também.  Igualmente para os\n"  "obrigatório para a opção curta equivalente também.  Igualmente para os\n"
115  "argumentos opcionais.\n"  "argumentos opcionais.\n"
116    
117  #: src/getargs.c:202  #: src/getargs.c:206
118  msgid ""  msgid ""
119  "Operation modes:\n"  "Operation modes:\n"
120  "  -h, --help      display this help and exit\n"  "  -h, --help      display this help and exit\n"
# Line 125  msgstr "" Line 126  msgstr ""
126  "  -V, --version   mostra informações de versão e sai\n"  "  -V, --version   mostra informações de versão e sai\n"
127  "  -y, --yacc      emula o yacc POSIX\n"  "  -y, --yacc      emula o yacc POSIX\n"
128    
129  #: src/getargs.c:209  #: src/getargs.c:213
130  msgid ""  msgid ""
131  "Parser:\n"  "Parser:\n"
132  "  -S, --skeleton=FILE        specify the skeleton to use\n"  "  -S, --skeleton=FILE        specify the skeleton to use\n"
# Line 145  msgstr "" Line 146  msgstr ""
146  "  -n, --no-parser            apenas gera as tabelas\n"  "  -n, --no-parser            apenas gera as tabelas\n"
147  " --k, --token-table          inclui uma tabela de nomes de tokens\n"  " --k, --token-table          inclui uma tabela de nomes de tokens\n"
148    
149  #: src/getargs.c:221  #: src/getargs.c:225
150  msgid ""  msgid ""
151  "Output:\n"  "Output:\n"
152  "  -d, --defines              also produce a header file\n"  "  -d, --defines              also produce a header file\n"
# Line 164  msgstr "" Line 165  msgstr ""
165  "  -o, --output=ARQUIVO       armazena a saída em ARQUIVO\n"  "  -o, --output=ARQUIVO       armazena a saída em ARQUIVO\n"
166  "  -g, --graph                também produz uma descrição em VCG do autômato\n"  "  -g, --graph                também produz uma descrição em VCG do autômato\n"
167    
168  #: src/getargs.c:232  #: src/getargs.c:236
169  msgid ""  msgid ""
170  "THINGS is a list of comma separated words that can include:\n"  "THINGS is a list of comma separated words that can include:\n"
171  "  `state'        describe the states\n"  "  `state'        describe the states\n"
# Line 183  msgstr "" Line 184  msgstr ""
184  "  `all'          inclui todas as informações acima\n"  "  `all'          inclui todas as informações acima\n"
185  "  `none'         desabilita o relatório\n"  "  `none'         desabilita o relatório\n"
186    
187  #: src/getargs.c:243  #: src/getargs.c:247
188  msgid "Report bugs to <bug-bison@gnu.org>.\n"  msgid "Report bugs to <bug-bison@gnu.org>.\n"
189  msgstr "Informe os erros para <bug-bison@gnu.org>.\n"  msgstr "Informe os erros para <bug-bison@gnu.org>.\n"
190    
191  #: src/getargs.c:260  #: src/getargs.c:264
192  #, c-format  #, c-format
193  msgid "bison (GNU Bison) %s"  msgid "bison (GNU Bison) %s"
194  msgstr "bison (GNU bison) %s"  msgstr "bison (GNU bison) %s"
195    
196  #: src/getargs.c:262  #: src/getargs.c:266
197  msgid "Written by Robert Corbett and Richard Stallman.\n"  msgid "Written by Robert Corbett and Richard Stallman.\n"
198  msgstr "Escrito por Robert Corbett e Richard Stallman.\n"  msgstr "Escrito por Robert Corbett e Richard Stallman.\n"
199    
200  #: src/getargs.c:266  #: src/getargs.c:270
201  #, c-format  #, c-format
202  msgid "Copyright (C) %d Free Software Foundation, Inc.\n"  msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
203  msgstr "Copyright © %d Free Software Foundation, Inc.\n"  msgstr "Copyright © %d Free Software Foundation, Inc.\n"
204    
205  #: src/getargs.c:268  #: src/getargs.c:272
206  msgid ""  msgid ""
207  "This is free software; see the source for copying conditions.  There is NO\n"  "This is free software; see the source for copying conditions.  There is NO\n"
208  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
# Line 212  msgstr "" Line 213  msgstr ""
213  "ou\n"  "ou\n"
214  "ADEQUAÇÃO À QUALQUER FINALIDADE PARTICULAR.\n"  "ADEQUAÇÃO À QUALQUER FINALIDADE PARTICULAR.\n"
215    
216  #: src/getargs.c:424  #: src/getargs.c:438
217  #, c-format  #, c-format
218  msgid "missing operand after `%s'"  msgid "missing operand after `%s'"
219  msgstr "falta operando depois de `%s'"  msgstr "falta operando depois de `%s'"
220    
221  #: src/getargs.c:426  #: src/getargs.c:440
222  #, c-format  #, c-format
223  msgid "extra operand `%s'"  msgid "extra operand `%s'"
224  msgstr "operando `%s' sobrando"  msgstr "operando `%s' sobrando"
225    
226  #: src/gram.c:143  #: src/gram.c:139
227  msgid "empty"  msgid "empty"
228  msgstr "vazio"  msgstr "vazio"
229    
230  #: src/gram.c:237  #: src/gram.c:233
231  msgid "Grammar"  msgid "Grammar"
232  msgstr "Gramática"  msgstr "Gramática"
233    
234  #: src/gram.c:325 src/reduce.c:394  #: src/gram.c:321 src/reduce.c:394
235  msgid "warning"  msgid "warning"
236  msgstr "aviso"  msgstr "aviso"
237    
# Line 238  msgstr "aviso" Line 239  msgstr "aviso"
239  msgid "rule never reduced because of conflicts"  msgid "rule never reduced because of conflicts"
240  msgstr "regra não reduzida por causa de conflitos"  msgstr "regra não reduzida por causa de conflitos"
241    
242  #: src/parse-gram.y:335  #: src/parse-gram.y:338
243  msgid "POSIX forbids declarations in the grammar"  msgid "POSIX forbids declarations in the grammar"
244  msgstr "o POSIX proíbe declarações na gramática"  msgstr "o POSIX proíbe declarações na gramática"
245    
246  #: src/parse-gram.y:458  #: src/parse-gram.y:461
247  msgid "missing identifier in parameter declaration"  msgid "missing identifier in parameter declaration"
248  msgstr "identificador faltando na declaração do parâmetro"  msgstr "identificador faltando na declaração do parâmetro"
249    
# Line 401  msgstr "símbolo de início %s não deriva Line 402  msgstr "símbolo de início %s não deriva
402  msgid "stray `,' treated as white space"  msgid "stray `,' treated as white space"
403  msgstr "`,' perdida tratada como branco"  msgstr "`,' perdida tratada como branco"
404    
405  #: src/scan-gram.l:219  #: src/scan-gram.l:220
406  #, c-format  #, c-format
407  msgid "invalid directive: %s"  msgid "invalid directive: %s"
408  msgstr "diretiva inválida: %s"  msgstr "diretiva inválida: %s"
409    
410  #: src/scan-gram.l:239 src/scan-gram.l:795 src/scan-gram.l:863  #: src/scan-gram.l:240 src/scan-gram.l:803 src/scan-gram.l:871
411  #, c-format  #, c-format
412  msgid "integer out of range: %s"  msgid "integer out of range: %s"
413  msgstr "inteiro fora de faixa: %s"  msgstr "inteiro fora de faixa: %s"
414    
415  #: src/scan-gram.l:281  #: src/scan-gram.l:282
416  #, c-format  #, c-format
417  msgid "invalid character: %s"  msgid "invalid character: %s"
418  msgstr "caractere inválido: %s"  msgstr "caractere inválido: %s"
419    
420  #: src/scan-gram.l:410 src/scan-gram.l:420 src/scan-gram.l:439  #: src/scan-gram.l:411 src/scan-gram.l:421 src/scan-gram.l:440
421  #, c-format  #, c-format
422  msgid "invalid escape sequence: %s"  msgid "invalid escape sequence: %s"
423  msgstr "seqüência de escape inválida: %s"  msgstr "seqüência de escape inválida: %s"
424    
425  #: src/scan-gram.l:444  #: src/scan-gram.l:445
426  #, c-format  #, c-format
427  msgid "unrecognized escape sequence: %s"  msgid "unrecognized escape sequence: %s"
428  msgstr "seqüência de escape não reconhecida: %s"  msgstr "seqüência de escape não reconhecida: %s"
429    
430  #: src/scan-gram.l:532  #: src/scan-gram.l:533
431  #, c-format  #, c-format
432  msgid "missing `{' in `%s'"  msgid "missing `{' in `%s'"
433  msgstr "falta `{' em `%s'"  msgstr "falta `{' em `%s'"
434    
435  #: src/scan-gram.l:767  #: src/scan-gram.l:773
436  #, c-format  #, c-format
437  msgid "$$ of `%s' has no declared type"  msgid "$$ of `%s' has no declared type"
438  msgstr "$$ de `%s' não tem tipo declarado"  msgstr "$$ de `%s' não tem tipo declarado"
439    
440  #: src/scan-gram.l:786  #: src/scan-gram.l:794
441  #, c-format  #, c-format
442  msgid "$%d of `%s' has no declared type"  msgid "$%d of `%s' has no declared type"
443  msgstr "$%d de `%s' não tem tipo declarado"  msgstr "$%d de `%s' não tem tipo declarado"
444    
445  #: src/scan-gram.l:830 src/scan-gram.l:897  #: src/scan-gram.l:838 src/scan-gram.l:905
446  #, c-format  #, c-format
447  msgid "invalid value: %s"  msgid "invalid value: %s"
448  msgstr "valor inválido: %s"  msgstr "valor inválido: %s"
449    
450  #: src/scan-gram.l:985  #: src/scan-gram.l:993
451  #, c-format  #, c-format
452  msgid "missing `%s' at end of file"  msgid "missing `%s' at end of file"
453  msgstr "`%s' faltando no final do arquivo"  msgstr "`%s' faltando no final do arquivo"
# Line 534  msgstr "argumento %s ambíguo para %s" Line 535  msgstr "argumento %s ambíguo para %s"
535  msgid "Valid arguments are:"  msgid "Valid arguments are:"
536  msgstr "Argumentos válidos são:"  msgstr "Argumentos válidos são:"
537    
538  #: lib/bitset_stats.c:178  #: lib/bitset_stats.c:179
539  #, c-format  #, c-format
540  msgid "%u bitset_allocs, %u freed (%.2f%%).\n"  msgid "%u bitset_allocs, %u freed (%.2f%%).\n"
541  msgstr "%u bitset_allocs, %u liberados (%.2f%%).\n"  msgstr "%u bitset_allocs, %u liberados (%.2f%%).\n"
542    
543  #: lib/bitset_stats.c:181  #: lib/bitset_stats.c:182
544  #, c-format  #, c-format
545  msgid "%u bitset_sets, %u cached (%.2f%%)\n"  msgid "%u bitset_sets, %u cached (%.2f%%)\n"
546  msgstr "%u bitset_sets, %u em cache (%.2f%%)\n"  msgstr "%u bitset_sets, %u em cache (%.2f%%)\n"
547    
548  #: lib/bitset_stats.c:184  #: lib/bitset_stats.c:185
549  #, c-format  #, c-format
550  msgid "%u bitset_resets, %u cached (%.2f%%)\n"  msgid "%u bitset_resets, %u cached (%.2f%%)\n"
551  msgstr "%u bitset_resets, %u em cache (%.2f%%)\n"  msgstr "%u bitset_resets, %u em cache (%.2f%%)\n"
552    
553  #: lib/bitset_stats.c:187  #: lib/bitset_stats.c:188
554  #, c-format  #, c-format
555  msgid "%u bitset_tests, %u cached (%.2f%%)\n"  msgid "%u bitset_tests, %u cached (%.2f%%)\n"
556  msgstr "%u bitset_tests, %u em cache (%.2f%%)\n"  msgstr "%u bitset_tests, %u em cache (%.2f%%)\n"
557    
558  #: lib/bitset_stats.c:191  #: lib/bitset_stats.c:192
559  #, c-format  #, c-format
560  msgid "%u bitset_lists\n"  msgid "%u bitset_lists\n"
561  msgstr "%u bitset_lists\n"  msgstr "%u bitset_lists\n"
562    
563  #: lib/bitset_stats.c:193  #: lib/bitset_stats.c:194
564  msgid "count log histogram\n"  msgid "count log histogram\n"
565  msgstr "histograma de log de contagens\n"  msgstr "histograma de log de contagens\n"
566    
567  #: lib/bitset_stats.c:196  #: lib/bitset_stats.c:197
568  msgid "size log histogram\n"  msgid "size log histogram\n"
569  msgstr "histograma de log de tamanhos\n"  msgstr "histograma de log de tamanhos\n"
570    
571  #: lib/bitset_stats.c:199  #: lib/bitset_stats.c:200
572  msgid "density histogram\n"  msgid "density histogram\n"
573  msgstr "histograma de densidades\n"  msgstr "histograma de densidades\n"
574    
575  #: lib/bitset_stats.c:213  #: lib/bitset_stats.c:214
576  msgid ""  msgid ""
577  "Bitset statistics:\n"  "Bitset statistics:\n"
578  "\n"  "\n"
# Line 579  msgstr "" Line 580  msgstr ""
580  "Estatísticas de bitset:\n"  "Estatísticas de bitset:\n"
581  "\n"  "\n"
582    
583  #: lib/bitset_stats.c:216  #: lib/bitset_stats.c:217
584  #, c-format  #, c-format
585  msgid "Accumulated runs = %u\n"  msgid "Accumulated runs = %u\n"
586  msgstr "Execuções acumuladas = %u\n"  msgstr "Execuções acumuladas = %u\n"
587    
588  #: lib/bitset_stats.c:260 lib/bitset_stats.c:265  #: lib/bitset_stats.c:261 lib/bitset_stats.c:266
589  msgid "Could not read stats file."  msgid "Could not read stats file."
590  msgstr "Impossível ler o arquivo de estatísticas."  msgstr "Impossível ler o arquivo de estatísticas."
591    
592  #: lib/bitset_stats.c:262  #: lib/bitset_stats.c:263
593  msgid "Bad stats file size.\n"  msgid "Bad stats file size.\n"
594  msgstr "Tamanho do arquivo de estatísticas com erro.\n"  msgstr "Tamanho do arquivo de estatísticas com erro.\n"
595    
596  #: lib/bitset_stats.c:288 lib/bitset_stats.c:290  #: lib/bitset_stats.c:289 lib/bitset_stats.c:291
597  msgid "Could not write stats file."  msgid "Could not write stats file."
598  msgstr "Impossível de escrever no arquivo de estatísticas."  msgstr "Impossível de escrever no arquivo de estatísticas."
599    
600  #: lib/bitset_stats.c:293  #: lib/bitset_stats.c:294
601  msgid "Could not open stats file for writing."  msgid "Could not open stats file for writing."
602  msgstr "Impossível abrir arquivo de estatísticas para escrita."  msgstr "Impossível abrir arquivo de estatísticas para escrita."
603    

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

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