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

Diff of /bison/po/es.po

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

revision 1.91 by akim, Sat May 25 16:12:40 2002 UTC revision 1.92 by akim, Sun May 26 18:38:21 2002 UTC
# Line 29  Line 29 
29  msgid ""  msgid ""
30  msgstr ""  msgstr ""
31  "Project-Id-Version: GNU bison 1.35\n"  "Project-Id-Version: GNU bison 1.35\n"
32  "POT-Creation-Date: 2002-05-21 19:56+0200\n"  "POT-Creation-Date: 2002-05-25 18:12+0200\n"
33  "PO-Revision-Date: 2002-04-03 10:19+0200\n"  "PO-Revision-Date: 2002-04-03 10:19+0200\n"
34  "Last-Translator: Nicolás García-Pedrajas <ngarcia-pedrajas@acm.org>\n"  "Last-Translator: Nicolás García-Pedrajas <ngarcia-pedrajas@acm.org>\n"
35  "Language-Team: Spanish <es@li.org>\n"  "Language-Team: Spanish <es@li.org>\n"
# Line 163  msgstr "no se puede abrir el fichero `%s Line 163  msgstr "no se puede abrir el fichero `%s
163  msgid "cannot close file"  msgid "cannot close file"
164  msgstr "no se puede cerrar el fichero"  msgstr "no se puede cerrar el fichero"
165    
166  #: src/getargs.c:56  #: src/getargs.c:97
167  msgid "GNU bison generates parsers for LALR(1) grammars.\n"  msgid "GNU bison generates parsers for LALR(1) grammars.\n"
168  msgstr "GNU bison genera analizadores para gramáticas LALR(1).\n"  msgstr "GNU bison genera analizadores para gramáticas LALR(1).\n"
169    
170  #: src/getargs.c:60  #: src/getargs.c:101
171  #, c-format  #, c-format
172  msgid "Usage: %s [OPTION]... FILE\n"  msgid "Usage: %s [OPTION]... FILE\n"
173  msgstr "Utilización: %s [OPCIÓN]... FICHERO\n"  msgstr "Utilización: %s [OPCIÓN]... FICHERO\n"
174    
175  #: src/getargs.c:64  #: src/getargs.c:105
176  msgid ""  msgid ""
177  "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"
178  "for the equivalent short option also.  Similarly for optional arguments.\n"  "for the equivalent short option also.  Similarly for optional arguments.\n"
# Line 182  msgstr "" Line 182  msgstr ""
182  "para la opción corta equivalente también. De igual forma para los argumentos "  "para la opción corta equivalente también. De igual forma para los argumentos "
183  "opcionales.\n"  "opcionales.\n"
184    
185  #: src/getargs.c:70  #: src/getargs.c:111
186  msgid ""  msgid ""
187  "Operation modes:\n"  "Operation modes:\n"
188  "  -h, --help      display this help and exit\n"  "  -h, --help      display this help and exit\n"
# Line 194  msgstr "" Line 194  msgstr ""
194  "  -V, --version   informa de la versión y termina\n"  "  -V, --version   informa de la versión y termina\n"
195  "  -y, --yacc      emula POSIX yacc\n"  "  -y, --yacc      emula POSIX yacc\n"
196    
197  #: src/getargs.c:77  #: src/getargs.c:118
198  msgid ""  msgid ""
199  "Parser:\n"  "Parser:\n"
200  "  -S, --skeleton=FILE        specify the skeleton to use\n"  "  -S, --skeleton=FILE        specify the skeleton to use\n"
# Line 214  msgstr "" Line 214  msgstr ""
214  "  -n, --no-parser            solamente genera las tablas\n"  "  -n, --no-parser            solamente genera las tablas\n"
215  " --k, --token-table          incluye una tabla de nombres de terminales\n"  " --k, --token-table          incluye una tabla de nombres de terminales\n"
216    
217  #: src/getargs.c:89  #: src/getargs.c:130
218    #, fuzzy
219  msgid ""  msgid ""
220  "Output:\n"  "Output:\n"
221  "  -d, --defines              also produce a header file\n"  "  -d, --defines              also produce a header file\n"
222  "  -v, --verbose              also produce an explanation of the automaton\n"  "  -r, --report=THINGS        also produce details on the automaton\n"
223    "  -v, --verbose              same as `--report=state'\n"
224  "  -b, --file-prefix=PREFIX   specify a PREFIX for output files\n"  "  -b, --file-prefix=PREFIX   specify a PREFIX for output files\n"
225  "  -o, --output=FILE          leave output to FILE\n"  "  -o, --output=FILE          leave output to FILE\n"
226  "  -g, --graph                also produce a VCG description of the "  "  -g, --graph                also produce a VCG description of the "
227  "automaton\n"  "automaton\n"
228    "\n"
229    "THINGS is a list of comma separated words that can include:\n"
230    "  `state'        describe the states\n"
231    "  `itemset'      complete the core item sets with their closure\n"
232    "  `lookahead'    explicitly associate lookaheads to items\n"
233    "  `all'          include all the above information\n"
234    "  `none'         disable the report\n"
235  msgstr ""  msgstr ""
236  "Salida:\n"  "Salida:\n"
237  "  -d, --defines              también produce un fichero de cabecera\n"  "  -d, --defines              también produce un fichero de cabecera\n"
# Line 233  msgstr "" Line 242  msgstr ""
242  "  -g, --graph                también produce una descripción en VCG del "  "  -g, --graph                también produce una descripción en VCG del "
243  "automaton\n"  "automaton\n"
244    
245  #: src/getargs.c:99  #: src/getargs.c:148
246  msgid "Report bugs to <bug-bison@gnu.org>.\n"  msgid "Report bugs to <bug-bison@gnu.org>.\n"
247  msgstr "Informe de los errores a <bug-bison@gnu.org>.\n"  msgstr "Informe de los errores a <bug-bison@gnu.org>.\n"
248    
249  #: src/getargs.c:113  #: src/getargs.c:162
250  #, c-format  #, c-format
251  msgid "bison (GNU Bison) %s"  msgid "bison (GNU Bison) %s"
252  msgstr "bison (GNU bison) %s"  msgstr "bison (GNU bison) %s"
253    
254  #: src/getargs.c:115  #: src/getargs.c:164
255  msgid "Written by Robert Corbett and Richard Stallman.\n"  msgid "Written by Robert Corbett and Richard Stallman.\n"
256  msgstr ""  msgstr ""
257    
258  #: src/getargs.c:119  #: src/getargs.c:168
259  #, fuzzy, c-format  #, fuzzy, c-format
260  msgid "Copyright (C) %d Free Software Foundation, Inc.\n"  msgid "Copyright (C) %d Free Software Foundation, Inc.\n"
261  msgstr ""  msgstr ""
262  "Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002\n"  "Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002\n"
263  "Free Software Foundation, Inc.\n"  "Free Software Foundation, Inc.\n"
264    
265  #: src/getargs.c:121  #: src/getargs.c:170
266  msgid ""  msgid ""
267  "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"
268  "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 263  msgstr "" Line 272  msgstr ""
272  "NINGUNA garantía; ni siquiera para COMERCIALIZACIÓN o ADAPTACIÓN PARA UN\n"  "NINGUNA garantía; ni siquiera para COMERCIALIZACIÓN o ADAPTACIÓN PARA UN\n"
273  "USO PARTICULAR\n"  "USO PARTICULAR\n"
274    
275  #: src/getargs.c:200 src/lex.c:603  #: src/getargs.c:273
 #, c-format  
 msgid "`%s' is no longer supported"  
 msgstr "`%s' ya no está soportado"  
   
 #: src/getargs.c:224  
276  #, c-format  #, c-format
277  msgid "Try `%s --help' for more information.\n"  msgid "Try `%s --help' for more information.\n"
278  msgstr "Pruebe `%s --help' para más información.\n"  msgstr "Pruebe `%s --help' para más información.\n"
279    
280  # Me parece menos "computadora" decir "ningún fichero de gramática" - cll  # Me parece menos "computadora" decir "ningún fichero de gramática" - cll
281  #  #
282  #: src/getargs.c:233  #: src/getargs.c:282
283  #, c-format  #, c-format
284  msgid "%s: no grammar file given\n"  msgid "%s: no grammar file given\n"
285  msgstr "%s: no se ha especificado ningún fichero de gramática\n"  msgstr "%s: no se ha especificado ningún fichero de gramática\n"
286    
287  # Ignorar es no saber, to ignore es no hacer caso, que no es lo mismo. sv  # Ignorar es no saber, to ignore es no hacer caso, que no es lo mismo. sv
288  #: src/getargs.c:237  #: src/getargs.c:286
289  #, c-format  #, c-format
290  msgid "%s: extra arguments ignored after `%s'\n"  msgid "%s: extra arguments ignored after `%s'\n"
291  msgstr "%s: los argumentos extra después de '%s' no se tendrán en cuenta\n"  msgstr "%s: los argumentos extra después de '%s' no se tendrán en cuenta\n"
# Line 342  msgstr "use \"...\" para terminales lite Line 346  msgstr "use \"...\" para terminales lite
346  msgid "`%s' supports no argument: %s"  msgid "`%s' supports no argument: %s"
347  msgstr "`%s' no soporta el argumento: %s"  msgstr "`%s' no soporta el argumento: %s"
348    
349  #: src/lex.c:592  #: src/lex.c:593
350  #, c-format  #, c-format
351  msgid "`%s' requires an argument"  msgid "`%s' requires an argument"
352  msgstr "`%s' requiere un argumento"  msgstr "`%s' requiere un argumento"
353    
354    #: src/lex.c:604
355    #, c-format
356    msgid "`%s' is no longer supported"
357    msgstr "`%s' ya no está soportado"
358    
359  #: src/print.c:46  #: src/print.c:46
360  #, c-format  #, c-format
361  msgid " type %d is %s\n"  msgid " type %d is %s\n"
362  msgstr " el tipo %d es %s\n"  msgstr " el tipo %d es %s\n"
363    
364  #: src/print.c:134  #: src/print.c:133
365  #, c-format  #, c-format
366  msgid "   (rule %d)"  msgid "   (rule %d)"
367  msgstr "   (regla %d)"  msgstr "   (regla %d)"
368    
369  #: src/print.c:155  #: src/print.c:154
370  #, c-format  #, c-format
371  msgid "    %-4s\tshift, and go to state %d\n"  msgid "    %-4s\tshift, and go to state %d\n"
372  msgstr "    %-4s\tdesplazar e ir al estado %d\n"  msgstr "    %-4s\tdesplazar e ir al estado %d\n"
373    
374  #: src/print.c:172  #: src/print.c:171
375  #, c-format  #, c-format
376  msgid "    %-4s\terror (nonassociative)\n"  msgid "    %-4s\terror (nonassociative)\n"
377  msgstr "    %-4s\terror (no asociativo)\n"  msgstr "    %-4s\terror (no asociativo)\n"
378    
379  #: src/print.c:196  #: src/print.c:195
380  #, c-format  #, c-format
381  msgid "    %-4s\tgo to state %d\n"  msgid "    %-4s\tgo to state %d\n"
382  msgstr "    %-4s\tir al estado %d\n"  msgstr "    %-4s\tir al estado %d\n"
383    
384  #: src/print.c:220 src/print.c:254  #: src/print.c:219 src/print.c:253
385  #, c-format  #, c-format
386  msgid ""  msgid ""
387  "    $default\treduce using rule %d (%s)\n"  "    $default\treduce using rule %d (%s)\n"
# Line 381  msgstr "" Line 390  msgstr ""
390  "    $default\treduce usando la regla %d (%s)\n"  "    $default\treduce usando la regla %d (%s)\n"
391  "\n"  "\n"
392    
393  #: src/print.c:249 src/print.c:324  #: src/print.c:248 src/print.c:323
394  #, c-format  #, c-format
395  msgid "    %-4s\t[reduce using rule %d (%s)]\n"  msgid "    %-4s\t[reduce using rule %d (%s)]\n"
396  msgstr "    %-4s\t[reduce usando la regla  %d (%s)]\n"  msgstr "    %-4s\t[reduce usando la regla  %d (%s)]\n"
397    
398  #: src/print.c:305 src/print.c:318  #: src/print.c:304 src/print.c:317
399  #, c-format  #, c-format
400  msgid "    %-4s\treduce using rule %d (%s)\n"  msgid "    %-4s\treduce using rule %d (%s)\n"
401  msgstr "    %-4s\treduce usando la regla  %d (%s)\n"  msgstr "    %-4s\treduce usando la regla  %d (%s)\n"
402    
403  #: src/print.c:333  #: src/print.c:332
404  #, c-format  #, c-format
405  msgid "    $default\treduce using rule %d (%s)\n"  msgid "    $default\treduce using rule %d (%s)\n"
406  msgstr "    $default\treduce usando la regla %d (%s)\n"  msgstr "    $default\treduce usando la regla %d (%s)\n"
407    
408  #: src/print.c:349  #: src/print.c:348
409  msgid "    $default\taccept\n"  msgid "    $default\taccept\n"
410  msgstr "    $default\taceptar\n"  msgstr "    $default\taceptar\n"
411    
412  #: src/print.c:351  #: src/print.c:350
413  msgid "    NO ACTIONS\n"  msgid "    NO ACTIONS\n"
414  msgstr "    SIN ACCIONES\n"  msgstr "    SIN ACCIONES\n"
415    
416  #: src/print.c:364  #: src/print.c:363
417  #, c-format  #, c-format
418  msgid "state %d"  msgid "state %d"
419  msgstr "estado %d"  msgstr "estado %d"
420    
421  #: src/print.c:396  #: src/print.c:395
422  msgid "Grammar"  msgid "Grammar"
423  msgstr "Gramática"  msgstr "Gramática"
424    
425  #: src/print.c:397  #: src/print.c:396
426  msgid "Number, Line, Rule"  msgid "Number, Line, Rule"
427  msgstr "Número, Línea, Regla"  msgstr "Número, Línea, Regla"
428    
429  #: src/print.c:400  #: src/print.c:399
430  #, c-format  #, c-format
431  msgid "  %3d %3d %s ->"  msgid "  %3d %3d %s ->"
432  msgstr "  %3d %3d %s ->"  msgstr "  %3d %3d %s ->"
433    
434  #: src/print.c:407  #: src/print.c:406
435  msgid "empty"  msgid "empty"
436  msgstr "vacío"  msgstr "vacío"
437    
438  #: src/print.c:414  #: src/print.c:413
439  msgid "Terminals, with rules where they appear"  msgid "Terminals, with rules where they appear"
440  msgstr "Terminales con las reglas donde aparecen"  msgstr "Terminales con las reglas donde aparecen"
441    
442  #: src/print.c:437  #: src/print.c:436
443  msgid "Nonterminals, with rules where they appear"  msgid "Nonterminals, with rules where they appear"
444  msgstr "No terminales con las reglas donde aparecen"  msgstr "No terminales con las reglas donde aparecen"
445    
446  #: src/print.c:463  #: src/print.c:462
447  msgid " on left:"  msgid " on left:"
448  msgstr " en la izquierda:"  msgstr " en la izquierda:"
449    
450  #: src/print.c:478  #: src/print.c:477
451  msgid " on right:"  msgid " on right:"
452  msgstr " en la derecha:"  msgstr " en la derecha:"
453    

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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