X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0755be2ff93b02cfe5eb75b434691eb56ff5b621..595878d7f531851fa37a7403c7e012d2df5d4392:/po/es.po diff --git a/po/es.po b/po/es.po index 2533db76..bec6d21d 100644 --- a/po/es.po +++ b/po/es.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bison 1.49a\n" -"POT-Creation-Date: 2002-08-11 00:16-0700\n" +"POT-Creation-Date: 2002-10-04 23:07-0700\n" "PO-Revision-Date: 2002-05-02 10:19+0200\n" "Last-Translator: Nicolás García-Pedrajas \n" "Language-Team: Spanish \n" @@ -38,66 +38,6 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/LR0.c:63 -#, c-format -msgid "state_list_append (state = %d, symbol = %d (%s))\n" -msgstr "" - -#: src/LR0.c:181 -#, c-format -msgid "Entering new_itemsets, state = %d\n" -msgstr "" - -#: src/LR0.c:219 -#, c-format -msgid "Entering get_state, symbol = %d (%s)\n" -msgstr "" - -#: src/LR0.c:227 -#, fuzzy, c-format -msgid "Exiting get_state => %d\n" -msgstr " %-4s\tir al estado %d\n" - -#: src/LR0.c:247 -#, c-format -msgid "Entering append_states, state = %d\n" -msgstr "" - -#: src/LR0.c:355 -#, c-format -msgid "Processing state %d (reached by %s)\n" -msgstr "" - -#: src/assoc.c:31 -msgid "undefined associativity" -msgstr "" - -#: src/closure.c:56 -#, c-format -msgid "Closure: %s\n" -msgstr "" - -#: src/closure.c:63 -#, fuzzy, c-format -msgid " (rule %d)\n" -msgstr " (regla %d)" - -#: src/closure.c:136 -msgid "RTC: Firsts Input" -msgstr "" - -#: src/closure.c:139 -msgid "RTC: Firsts Output" -msgstr "" - -#: src/closure.c:203 -msgid "input" -msgstr "" - -#: src/closure.c:234 -msgid "output" -msgstr "" - #: src/complain.c:89 lib/error.c:128 lib/error.c:156 msgid "Unknown system error" msgstr "Error del sistema desconocido" @@ -352,35 +292,6 @@ msgstr "vac msgid "Grammar" msgstr "Gramática" -#: src/gram.c:250 -msgid "" -"Variables\n" -"---------\n" -"\n" -msgstr "" - -#: src/gram.c:253 -msgid "Value Sprec Sassoc Tag\n" -msgstr "" - -#: src/gram.c:263 -msgid "" -"Rules\n" -"-----\n" -"\n" -msgstr "" - -#: src/gram.c:266 -msgid "Num (Prec, Assoc, Useful, Ritem Range) Lhs -> Rhs (Ritem range) [Num]\n" -msgstr "" - -#: src/gram.c:292 -msgid "" -"Rules interpreted\n" -"-----------------\n" -"\n" -msgstr "" - #: src/gram.c:321 src/reduce.c:302 src/reduce.c:392 #, fuzzy msgid "warning" @@ -391,29 +302,11 @@ msgstr "aviso: " msgid "too many gotos (max %d)" msgstr "demasiados gotos (máximo %d)" -#: src/lalr.c:406 -msgid "Lookaheads: BEGIN\n" -msgstr "" - -#: src/lalr.c:418 -#, c-format -msgid "State %d: %d lookaheads\n" -msgstr "" - -#: src/lalr.c:425 -#, c-format -msgid " on %d (%s) -> rule %d\n" -msgstr "" - -#: src/lalr.c:430 -msgid "Lookaheads: END\n" -msgstr "" - #: src/main.c:117 msgid "rule never reduced because of conflicts" msgstr "" -#: src/parse-gram.y:344 +#: parse-gram.y:347 msgid "POSIX forbids declarations in the grammar" msgstr "" @@ -593,71 +486,62 @@ msgstr[1] "%d reglas sin uso" msgid "start symbol %s does not derive any sentence" msgstr "El símbolo de inicio (axioma) %s no deriva ninguna sentencia" -#: src/relation.c:137 -msgid "relation_transpose: input\n" -msgstr "" - -#: src/relation.c:176 -msgid "relation_transpose: output\n" -msgstr "" - -#: src/scan-gram.l:202 +#: scan-gram.l:202 #, c-format msgid ": invalid character: `%c'\n" msgstr "" -#: src/scan-gram.l:246 +#: scan-gram.l:246 #, fuzzy msgid ": unexpected end of file in a comment\n" msgstr "fin de fichero inesperado" -#: src/scan-gram.l:274 src/scan-gram.l:412 +#: scan-gram.l:274 scan-gram.l:412 #, fuzzy msgid ": unexpected end of file in a string\n" msgstr "fin de fichero inesperado" -#: src/scan-gram.l:311 src/scan-gram.l:383 +#: scan-gram.l:311 scan-gram.l:383 #, fuzzy msgid ": unexpected end of file in a character\n" msgstr "fin de fichero inesperado" -#: src/scan-gram.l:332 +#: scan-gram.l:332 #, fuzzy, c-format msgid ": invalid escape: %s\n" msgstr "valor no válido: %s%d" -#: src/scan-gram.l:353 +#: scan-gram.l:353 #, fuzzy, c-format msgid ": unrecognized escape: %s\n" msgstr "no reconocido: %s" -#: src/scan-gram.l:473 +#: scan-gram.l:473 #, fuzzy msgid ": unexpected end of file in a braced code\n" msgstr "fin de fichero inesperado" -#: src/scan-gram.l:502 +#: scan-gram.l:502 #, fuzzy msgid ": unexpected end of file in a prologue\n" msgstr "fin de fichero inesperado" -#: src/scan-gram.l:560 +#: scan-gram.l:560 #, c-format msgid "$$ of `%s' has no declared type" msgstr "$$ de `%s' no tiene tipo declarado" -#: src/scan-gram.l:577 src/scan-gram.l:664 +#: scan-gram.l:577 scan-gram.l:664 #, c-format msgid "invalid value: %s%d" msgstr "valor no válido: %s%d" -#: src/scan-gram.l:584 +#: scan-gram.l:584 #, c-format msgid "$%d of `%s' has no declared type" msgstr "$%d de `%s' no tiene tipo declarado" -#: src/scan-gram.l:595 src/scan-gram.l:612 src/scan-gram.l:671 -#: src/scan-gram.l:688 +#: scan-gram.l:595 scan-gram.l:612 scan-gram.l:671 scan-gram.l:688 #, c-format msgid "%s is invalid" msgstr "%s no es válido" @@ -740,16 +624,6 @@ msgstr "el s msgid "the start symbol %s is a token" msgstr "el símbolo de inicio (axioma) %s es un terminal" -#: src/tables.c:210 -#, c-format -msgid "growing table and check from: %lu to %lu\n" -msgstr "" - -#: src/tables.c:757 -#, c-format -msgid "base_t too small to hold %d\n" -msgstr "" - #: lib/argmatch.c:161 #, fuzzy, c-format msgid "invalid argument %s for %s" @@ -764,67 +638,67 @@ msgstr "" msgid "Valid arguments are:" msgstr "" -#: lib/bitset_stats.c:226 +#: lib/bitset_stats.c:225 #, c-format -msgid "%d bitset_allocs, %d freed (%.2f%%).\n" +msgid "%u bitset_allocs, %u freed (%.2f%%).\n" msgstr "" -#: lib/bitset_stats.c:229 +#: lib/bitset_stats.c:228 #, c-format -msgid "%d bitset_sets, %d cached (%.2f%%)\n" +msgid "%u bitset_sets, %u cached (%.2f%%)\n" msgstr "" -#: lib/bitset_stats.c:232 +#: lib/bitset_stats.c:231 #, c-format -msgid "%d bitset_resets, %d cached (%.2f%%)\n" +msgid "%u bitset_resets, %u cached (%.2f%%)\n" msgstr "" -#: lib/bitset_stats.c:235 +#: lib/bitset_stats.c:234 #, c-format -msgid "%d bitset_tests, %d cached (%.2f%%)\n" +msgid "%u bitset_tests, %u cached (%.2f%%)\n" msgstr "" -#: lib/bitset_stats.c:239 +#: lib/bitset_stats.c:238 #, c-format -msgid "%d bitset_lists\n" +msgid "%u bitset_lists\n" msgstr "" -#: lib/bitset_stats.c:241 +#: lib/bitset_stats.c:240 msgid "count log histogram\n" msgstr "" -#: lib/bitset_stats.c:244 +#: lib/bitset_stats.c:243 msgid "size log histogram\n" msgstr "" -#: lib/bitset_stats.c:247 +#: lib/bitset_stats.c:246 msgid "density histogram\n" msgstr "" -#: lib/bitset_stats.c:264 +#: lib/bitset_stats.c:262 msgid "" "Bitset statistics:\n" "\n" msgstr "" -#: lib/bitset_stats.c:267 +#: lib/bitset_stats.c:265 #, c-format -msgid "Accumulated runs = %d\n" +msgid "Accumulated runs = %u\n" msgstr "" -#: lib/bitset_stats.c:311 +#: lib/bitset_stats.c:310 msgid "Could not read stats file." msgstr "" -#: lib/bitset_stats.c:313 +#: lib/bitset_stats.c:312 msgid "Bad stats file size.\n" msgstr "" -#: lib/bitset_stats.c:339 +#: lib/bitset_stats.c:338 msgid "Could not write stats file." msgstr "" -#: lib/bitset_stats.c:343 +#: lib/bitset_stats.c:342 msgid "Could not open stats file for writing." msgstr "" @@ -985,6 +859,9 @@ msgstr "" #~ msgid "`%s' requires an argument" #~ msgstr "`%s' requiere un argumento" +#~ msgid " (rule %d)" +#~ msgstr " (regla %d)" + #~ msgid " %-4s\terror (nonassociative)\n" #~ msgstr " %-4s\terror (no asociativo)\n"