1# English translations for flex package. 2# This file is put in the public domain. 3# Automatically generated, 2015. 4# 5# All this catalog "translates" are quotation characters. 6# The msgids must be ASCII and therefore cannot contain real quotation 7# characters, only substitutes like grave accent (0x60), apostrophe (0x27) 8# and double quote (0x22). These substitutes look strange; see 9# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html 10# 11# This catalog translates grave accent (0x60) and apostrophe (0x27) to 12# left single quotation mark (U+2018) and right single quotation mark (U+2019). 13# It also translates pairs of apostrophe (0x27) to 14# left single quotation mark (U+2018) and right single quotation mark (U+2019) 15# and pairs of quotation mark (0x22) to 16# left double quotation mark (U+201C) and right double quotation mark (U+201D). 17# 18# When output to an UTF-8 terminal, the quotation characters appear perfectly. 19# When output to an ISO-8859-1 terminal, the single quotation marks are 20# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to 21# grave/acute accent (by libiconv), and the double quotation marks are 22# transliterated to 0x22. 23# When output to an ASCII terminal, the single quotation marks are 24# transliterated to apostrophes, and the double quotation marks are 25# transliterated to 0x22. 26# 27msgid "" 28msgstr "" 29"Project-Id-Version: flex 2.6.0\n" 30"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n" 31"POT-Creation-Date: 2015-11-17 11:17-0500\n" 32"PO-Revision-Date: 2015-11-17 11:17-0500\n" 33"Last-Translator: Automatically generated\n" 34"Language-Team: none\n" 35"Language: en@quot\n" 36"MIME-Version: 1.0\n" 37"Content-Type: text/plain; charset=UTF-8\n" 38"Content-Transfer-Encoding: 8bit\n" 39"Plural-Forms: nplurals=2; plural=(n != 1);\n" 40 41#: src/buf.c:78 42msgid "Allocation of buffer to print string failed" 43msgstr "Allocation of buffer to print string failed" 44 45#: src/buf.c:101 46msgid "Allocation of buffer for line directive failed" 47msgstr "Allocation of buffer for line directive failed" 48 49#: src/buf.c:178 50msgid "Allocation of buffer for m4 def failed" 51msgstr "Allocation of buffer for m4 def failed" 52 53#: src/buf.c:198 54msgid "Allocation of buffer for m4 undef failed" 55msgstr "Allocation of buffer for m4 undef failed" 56 57#: src/dfa.c:61 58#, c-format 59msgid "State #%d is non-accepting -\n" 60msgstr "State #%d is non-accepting -\n" 61 62#: src/dfa.c:124 63msgid "dangerous trailing context" 64msgstr "dangerous trailing context" 65 66#: src/dfa.c:166 67#, c-format 68msgid " associated rule line numbers:" 69msgstr " associated rule line numbers:" 70 71#: src/dfa.c:202 72#, c-format 73msgid " out-transitions: " 74msgstr " out-transitions: " 75 76#: src/dfa.c:210 77#, c-format 78msgid "" 79"\n" 80" jam-transitions: EOF " 81msgstr "" 82"\n" 83" jam-transitions: EOF " 84 85#: src/dfa.c:341 86msgid "consistency check failed in epsclosure()" 87msgstr "consistency check failed in epsclosure()" 88 89#: src/dfa.c:429 90msgid "" 91"\n" 92"\n" 93"DFA Dump:\n" 94"\n" 95msgstr "" 96"\n" 97"\n" 98"DFA Dump:\n" 99"\n" 100 101#: src/dfa.c:604 102msgid "could not create unique end-of-buffer state" 103msgstr "could not create unique end-of-buffer state" 104 105#: src/dfa.c:625 106#, c-format 107msgid "state # %d:\n" 108msgstr "state # %d:\n" 109 110#: src/dfa.c:785 111msgid "Could not write yynxt_tbl[][]" 112msgstr "Could not write yynxt_tbl[][]" 113 114#: src/dfa.c:1049 115msgid "bad transition character detected in sympartition()" 116msgstr "bad transition character detected in sympartition()" 117 118#: src/gen.c:499 119msgid "" 120"\n" 121"\n" 122"Equivalence Classes:\n" 123"\n" 124msgstr "" 125"\n" 126"\n" 127"Equivalence Classes:\n" 128"\n" 129 130#: src/gen.c:684 src/gen.c:713 src/gen.c:1237 131#, c-format 132msgid "state # %d accepts: [%d]\n" 133msgstr "state # %d accepts: [%d]\n" 134 135#: src/gen.c:1132 136#, c-format 137msgid "state # %d accepts: " 138msgstr "state # %d accepts: " 139 140#: src/gen.c:1179 141msgid "Could not write yyacclist_tbl" 142msgstr "Could not write yyacclist_tbl" 143 144#: src/gen.c:1255 145msgid "Could not write yyacc_tbl" 146msgstr "Could not write yyacc_tbl" 147 148#: src/gen.c:1270 src/gen.c:1655 src/gen.c:1678 149msgid "Could not write ecstbl" 150msgstr "Could not write ecstbl" 151 152#: src/gen.c:1293 153msgid "" 154"\n" 155"\n" 156"Meta-Equivalence Classes:\n" 157msgstr "" 158"\n" 159"\n" 160"Meta-Equivalence Classes:\n" 161 162#: src/gen.c:1315 163msgid "Could not write yymeta_tbl" 164msgstr "Could not write yymeta_tbl" 165 166#: src/gen.c:1376 167msgid "Could not write yybase_tbl" 168msgstr "Could not write yybase_tbl" 169 170#: src/gen.c:1410 171msgid "Could not write yydef_tbl" 172msgstr "Could not write yydef_tbl" 173 174#: src/gen.c:1450 175msgid "Could not write yynxt_tbl" 176msgstr "Could not write yynxt_tbl" 177 178#: src/gen.c:1486 179msgid "Could not write yychk_tbl" 180msgstr "Could not write yychk_tbl" 181 182#: src/gen.c:1640 src/gen.c:1669 183msgid "Could not write ftbl" 184msgstr "Could not write ftbl" 185 186#: src/gen.c:1646 187msgid "Could not write ssltbl" 188msgstr "Could not write ssltbl" 189 190#: src/gen.c:1697 191msgid "Could not write eoltbl" 192msgstr "Could not write eoltbl" 193 194#: src/gen.c:1757 195msgid "Could not write yynultrans_tbl" 196msgstr "Could not write yynultrans_tbl" 197 198#: src/main.c:192 199msgid "rule cannot be matched" 200msgstr "rule cannot be matched" 201 202#: src/main.c:197 203msgid "-s option given but default rule can be matched" 204msgstr "-s option given but default rule can be matched" 205 206#: src/main.c:237 207msgid "Can't use -+ with -l option" 208msgstr "Can't use -+ with -l option" 209 210#: src/main.c:240 211msgid "Can't use -f or -F with -l option" 212msgstr "Can't use -f or -F with -l option" 213 214#: src/main.c:244 215msgid "Can't use --reentrant or --bison-bridge with -l option" 216msgstr "Can't use --reentrant or --bison-bridge with -l option" 217 218#: src/main.c:276 219msgid "-Cf/-CF and -Cm don't make sense together" 220msgstr "-Cf/-CF and -Cm don't make sense together" 221 222#: src/main.c:279 223msgid "-Cf/-CF and -I are incompatible" 224msgstr "-Cf/-CF and -I are incompatible" 225 226#: src/main.c:283 227msgid "-Cf/-CF are incompatible with lex-compatibility mode" 228msgstr "-Cf/-CF are incompatible with lex-compatibility mode" 229 230#: src/main.c:288 231msgid "-Cf and -CF are mutually exclusive" 232msgstr "-Cf and -CF are mutually exclusive" 233 234#: src/main.c:292 235msgid "Can't use -+ with -CF option" 236msgstr "Can't use -+ with -CF option" 237 238#: src/main.c:295 239#, c-format 240msgid "%array incompatible with -+ option" 241msgstr "%array incompatible with -+ option" 242 243#: src/main.c:300 244msgid "Options -+ and --reentrant are mutually exclusive." 245msgstr "Options -+ and --reentrant are mutually exclusive." 246 247#: src/main.c:303 248msgid "bison bridge not supported for the C++ scanner." 249msgstr "bison bridge not supported for the C++ scanner." 250 251#: src/main.c:358 src/main.c:404 252#, c-format 253msgid "could not create %s" 254msgstr "could not create %s" 255 256#: src/main.c:417 257msgid "could not write tables header" 258msgstr "could not write tables header" 259 260#: src/main.c:421 261#, c-format 262msgid "can't open skeleton file %s" 263msgstr "can't open skeleton file %s" 264 265#: src/main.c:457 266msgid "allocation of macro definition failed" 267msgstr "allocation of macro definition failed" 268 269#: src/main.c:505 270#, c-format 271msgid "input error reading skeleton file %s" 272msgstr "input error reading skeleton file %s" 273 274#: src/main.c:509 275#, c-format 276msgid "error closing skeleton file %s" 277msgstr "error closing skeleton file %s" 278 279#: src/main.c:694 280#, c-format 281msgid "error creating header file %s" 282msgstr "error creating header file %s" 283 284#: src/main.c:702 285#, c-format 286msgid "error writing output file %s" 287msgstr "error writing output file %s" 288 289#: src/main.c:706 290#, c-format 291msgid "error closing output file %s" 292msgstr "error closing output file %s" 293 294#: src/main.c:710 295#, c-format 296msgid "error deleting output file %s" 297msgstr "error deleting output file %s" 298 299#: src/main.c:717 300#, c-format 301msgid "No backing up.\n" 302msgstr "No backing up.\n" 303 304#: src/main.c:721 305#, c-format 306msgid "%d backing up (non-accepting) states.\n" 307msgstr "%d backing up (non-accepting) states.\n" 308 309#: src/main.c:725 310#, c-format 311msgid "Compressed tables always back up.\n" 312msgstr "Compressed tables always back up.\n" 313 314#: src/main.c:728 315#, c-format 316msgid "error writing backup file %s" 317msgstr "error writing backup file %s" 318 319#: src/main.c:732 320#, c-format 321msgid "error closing backup file %s" 322msgstr "error closing backup file %s" 323 324#: src/main.c:737 325#, c-format 326msgid "%s version %s usage statistics:\n" 327msgstr "%s version %s usage statistics:\n" 328 329#: src/main.c:740 330#, c-format 331msgid " scanner options: -" 332msgstr " scanner options: -" 333 334#: src/main.c:819 335#, c-format 336msgid " %d/%d NFA states\n" 337msgstr " %d/%d NFA states\n" 338 339#: src/main.c:821 340#, c-format 341msgid " %d/%d DFA states (%d words)\n" 342msgstr " %d/%d DFA states (%d words)\n" 343 344#: src/main.c:823 345#, c-format 346msgid " %d rules\n" 347msgstr " %d rules\n" 348 349#: src/main.c:828 350#, c-format 351msgid " No backing up\n" 352msgstr " No backing up\n" 353 354#: src/main.c:832 355#, c-format 356msgid " %d backing-up (non-accepting) states\n" 357msgstr " %d backing-up (non-accepting) states\n" 358 359#: src/main.c:837 360#, c-format 361msgid " Compressed tables always back-up\n" 362msgstr " Compressed tables always back-up\n" 363 364#: src/main.c:841 365#, c-format 366msgid " Beginning-of-line patterns used\n" 367msgstr " Beginning-of-line patterns used\n" 368 369#: src/main.c:843 370#, c-format 371msgid " %d/%d start conditions\n" 372msgstr " %d/%d start conditions\n" 373 374#: src/main.c:847 375#, c-format 376msgid " %d epsilon states, %d double epsilon states\n" 377msgstr " %d epsilon states, %d double epsilon states\n" 378 379#: src/main.c:851 380#, c-format 381msgid " no character classes\n" 382msgstr " no character classes\n" 383 384#: src/main.c:855 385#, c-format 386msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n" 387msgstr " %d/%d character classes needed %d/%d words of storage, %d reused\n" 388 389#: src/main.c:860 390#, c-format 391msgid " %d state/nextstate pairs created\n" 392msgstr " %d state/nextstate pairs created\n" 393 394#: src/main.c:863 395#, c-format 396msgid " %d/%d unique/duplicate transitions\n" 397msgstr " %d/%d unique/duplicate transitions\n" 398 399#: src/main.c:868 400#, c-format 401msgid " %d table entries\n" 402msgstr " %d table entries\n" 403 404#: src/main.c:876 405#, c-format 406msgid " %d/%d base-def entries created\n" 407msgstr " %d/%d base-def entries created\n" 408 409#: src/main.c:880 410#, c-format 411msgid " %d/%d (peak %d) nxt-chk entries created\n" 412msgstr " %d/%d (peak %d) nxt-chk entries created\n" 413 414#: src/main.c:884 415#, c-format 416msgid " %d/%d (peak %d) template nxt-chk entries created\n" 417msgstr " %d/%d (peak %d) template nxt-chk entries created\n" 418 419#: src/main.c:888 420#, c-format 421msgid " %d empty table entries\n" 422msgstr " %d empty table entries\n" 423 424#: src/main.c:890 425#, c-format 426msgid " %d protos created\n" 427msgstr " %d protos created\n" 428 429#: src/main.c:893 430#, c-format 431msgid " %d templates created, %d uses\n" 432msgstr " %d templates created, %d uses\n" 433 434#: src/main.c:901 435#, c-format 436msgid " %d/%d equivalence classes created\n" 437msgstr " %d/%d equivalence classes created\n" 438 439#: src/main.c:909 440#, c-format 441msgid " %d/%d meta-equivalence classes created\n" 442msgstr " %d/%d meta-equivalence classes created\n" 443 444#: src/main.c:915 445#, c-format 446msgid " %d (%d saved) hash collisions, %d DFAs equal\n" 447msgstr " %d (%d saved) hash collisions, %d DFAs equal\n" 448 449#: src/main.c:917 450#, c-format 451msgid " %d sets of reallocations needed\n" 452msgstr " %d sets of reallocations needed\n" 453 454#: src/main.c:919 455#, c-format 456msgid " %d total table entries needed\n" 457msgstr " %d total table entries needed\n" 458 459#: src/main.c:996 460#, c-format 461msgid "Internal error. flexopts are malformed.\n" 462msgstr "Internal error. flexopts are malformed.\n" 463 464#: src/main.c:1006 465#, c-format 466msgid "Try `%s --help' for more information.\n" 467msgstr "Try ‘%s --help’ for more information.\n" 468 469#: src/main.c:1063 470#, c-format 471msgid "unknown -C option '%c'" 472msgstr "unknown -C option ‘%c’" 473 474#: src/main.c:1192 475#, c-format 476msgid "%s %s\n" 477msgstr "%s %s\n" 478 479#: src/main.c:1468 480msgid "fatal parse error" 481msgstr "fatal parse error" 482 483#: src/main.c:1500 484#, c-format 485msgid "could not create backing-up info file %s" 486msgstr "could not create backing-up info file %s" 487 488#: src/main.c:1521 489#, c-format 490msgid "-l AT&T lex compatibility option entails a large performance penalty\n" 491msgstr "-l AT&T lex compatibility option entails a large performance penalty\n" 492 493#: src/main.c:1524 494#, c-format 495msgid " and may be the actual source of other reported performance penalties\n" 496msgstr "" 497" and may be the actual source of other reported performance penalties\n" 498 499#: src/main.c:1530 500#, c-format 501msgid "" 502"%%option yylineno entails a performance penalty ONLY on rules that can match " 503"newline characters\n" 504msgstr "" 505"%%option yylineno entails a performance penalty ONLY on rules that can match " 506"newline characters\n" 507 508#: src/main.c:1537 509#, c-format 510msgid "-I (interactive) entails a minor performance penalty\n" 511msgstr "-I (interactive) entails a minor performance penalty\n" 512 513#: src/main.c:1542 514#, c-format 515msgid "yymore() entails a minor performance penalty\n" 516msgstr "yymore() entails a minor performance penalty\n" 517 518#: src/main.c:1548 519#, c-format 520msgid "REJECT entails a large performance penalty\n" 521msgstr "REJECT entails a large performance penalty\n" 522 523#: src/main.c:1553 524#, c-format 525msgid "Variable trailing context rules entail a large performance penalty\n" 526msgstr "Variable trailing context rules entail a large performance penalty\n" 527 528#: src/main.c:1565 529msgid "REJECT cannot be used with -f or -F" 530msgstr "REJECT cannot be used with -f or -F" 531 532#: src/main.c:1568 533#, c-format 534msgid "%option yylineno cannot be used with REJECT" 535msgstr "%option yylineno cannot be used with REJECT" 536 537#: src/main.c:1571 538msgid "variable trailing context rules cannot be used with -f or -F" 539msgstr "variable trailing context rules cannot be used with -f or -F" 540 541#: src/main.c:1699 542#, c-format 543msgid "%option yyclass only meaningful for C++ scanners" 544msgstr "%option yyclass only meaningful for C++ scanners" 545 546#: src/main.c:1806 547#, c-format 548msgid "Usage: %s [OPTIONS] [FILE]...\n" 549msgstr "Usage: %s [OPTIONS] [FILE]...\n" 550 551#: src/main.c:1809 552#, c-format 553msgid "" 554"Generates programs that perform pattern-matching on text.\n" 555"\n" 556"Table Compression:\n" 557" -Ca, --align trade off larger tables for better memory alignment\n" 558" -Ce, --ecs construct equivalence classes\n" 559" -Cf do not compress tables; use -f representation\n" 560" -CF do not compress tables; use -F representation\n" 561" -Cm, --meta-ecs construct meta-equivalence classes\n" 562" -Cr, --read use read() instead of stdio for scanner input\n" 563" -f, --full generate fast, large scanner. Same as -Cfr\n" 564" -F, --fast use alternate table representation. Same as -CFr\n" 565" -Cem default compression (same as --ecs --meta-ecs)\n" 566"\n" 567"Debugging:\n" 568" -d, --debug enable debug mode in scanner\n" 569" -b, --backup write backing-up information to %s\n" 570" -p, --perf-report write performance report to stderr\n" 571" -s, --nodefault suppress default rule to ECHO unmatched text\n" 572" -T, --trace %s should run in trace mode\n" 573" -w, --nowarn do not generate warnings\n" 574" -v, --verbose write summary of scanner statistics to stdout\n" 575" --hex use hexadecimal numbers instead of octal in debug " 576"outputs\n" 577"\n" 578"Files:\n" 579" -o, --outfile=FILE specify output filename\n" 580" -S, --skel=FILE specify skeleton file\n" 581" -t, --stdout write scanner on stdout instead of %s\n" 582" --yyclass=NAME name of C++ class\n" 583" --header-file=FILE create a C header file in addition to the " 584"scanner\n" 585" --tables-file[=FILE] write tables to FILE\n" 586"\n" 587"Scanner behavior:\n" 588" -7, --7bit generate 7-bit scanner\n" 589" -8, --8bit generate 8-bit scanner\n" 590" -B, --batch generate batch scanner (opposite of -I)\n" 591" -i, --case-insensitive ignore case in patterns\n" 592" -l, --lex-compat maximal compatibility with original lex\n" 593" -X, --posix-compat maximal compatibility with POSIX lex\n" 594" -I, --interactive generate interactive scanner (opposite of -B)\n" 595" --yylineno track line count in yylineno\n" 596"\n" 597"Generated code:\n" 598" -+, --c++ generate C++ scanner class\n" 599" -Dmacro[=defn] #define macro defn (default defn is '1')\n" 600" -L, --noline suppress #line directives in scanner\n" 601" -P, --prefix=STRING use STRING as prefix instead of \"yy\"\n" 602" -R, --reentrant generate a reentrant C scanner\n" 603" --bison-bridge scanner for bison pure parser.\n" 604" --bison-locations include yylloc support.\n" 605" --stdinit initialize yyin/yyout to stdin/stdout\n" 606" --noansi-definitions old-style function definitions\n" 607" --noansi-prototypes empty parameter list in prototypes\n" 608" --nounistd do not include <unistd.h>\n" 609" --noFUNCTION do not generate a particular FUNCTION\n" 610"\n" 611"Miscellaneous:\n" 612" -c do-nothing POSIX option\n" 613" -n do-nothing POSIX option\n" 614" -?\n" 615" -h, --help produce this help message\n" 616" -V, --version report %s version\n" 617msgstr "" 618"Generates programs that perform pattern-matching on text.\n" 619"\n" 620"Table Compression:\n" 621" -Ca, --align trade off larger tables for better memory alignment\n" 622" -Ce, --ecs construct equivalence classes\n" 623" -Cf do not compress tables; use -f representation\n" 624" -CF do not compress tables; use -F representation\n" 625" -Cm, --meta-ecs construct meta-equivalence classes\n" 626" -Cr, --read use read() instead of stdio for scanner input\n" 627" -f, --full generate fast, large scanner. Same as -Cfr\n" 628" -F, --fast use alternate table representation. Same as -CFr\n" 629" -Cem default compression (same as --ecs --meta-ecs)\n" 630"\n" 631"Debugging:\n" 632" -d, --debug enable debug mode in scanner\n" 633" -b, --backup write backing-up information to %s\n" 634" -p, --perf-report write performance report to stderr\n" 635" -s, --nodefault suppress default rule to ECHO unmatched text\n" 636" -T, --trace %s should run in trace mode\n" 637" -w, --nowarn do not generate warnings\n" 638" -v, --verbose write summary of scanner statistics to stdout\n" 639" --hex use hexadecimal numbers instead of octal in debug " 640"outputs\n" 641"\n" 642"Files:\n" 643" -o, --outfile=FILE specify output filename\n" 644" -S, --skel=FILE specify skeleton file\n" 645" -t, --stdout write scanner on stdout instead of %s\n" 646" --yyclass=NAME name of C++ class\n" 647" --header-file=FILE create a C header file in addition to the " 648"scanner\n" 649" --tables-file[=FILE] write tables to FILE\n" 650"\n" 651"Scanner behavior:\n" 652" -7, --7bit generate 7-bit scanner\n" 653" -8, --8bit generate 8-bit scanner\n" 654" -B, --batch generate batch scanner (opposite of -I)\n" 655" -i, --case-insensitive ignore case in patterns\n" 656" -l, --lex-compat maximal compatibility with original lex\n" 657" -X, --posix-compat maximal compatibility with POSIX lex\n" 658" -I, --interactive generate interactive scanner (opposite of -B)\n" 659" --yylineno track line count in yylineno\n" 660"\n" 661"Generated code:\n" 662" -+, --c++ generate C++ scanner class\n" 663" -Dmacro[=defn] #define macro defn (default defn is '1')\n" 664" -L, --noline suppress #line directives in scanner\n" 665" -P, --prefix=STRING use STRING as prefix instead of “yy”\n" 666" -R, --reentrant generate a reentrant C scanner\n" 667" --bison-bridge scanner for bison pure parser.\n" 668" --bison-locations include yylloc support.\n" 669" --stdinit initialize yyin/yyout to stdin/stdout\n" 670" --noansi-definitions old-style function definitions\n" 671" --noansi-prototypes empty parameter list in prototypes\n" 672" --nounistd do not include <unistd.h>\n" 673" --noFUNCTION do not generate a particular FUNCTION\n" 674"\n" 675"Miscellaneous:\n" 676" -c do-nothing POSIX option\n" 677" -n do-nothing POSIX option\n" 678" -?\n" 679" -h, --help produce this help message\n" 680" -V, --version report %s version\n" 681 682#: src/misc.c:65 683msgid "allocation of sko_stack failed" 684msgstr "allocation of sko_stack failed" 685 686#: src/misc.c:102 src/misc.c:129 687#, c-format 688msgid "name \"%s\" ridiculously long" 689msgstr "name “%s” ridiculously long" 690 691#: src/misc.c:179 692msgid "memory allocation failed in allocate_array()" 693msgstr "memory allocation failed in allocate_array()" 694 695#: src/misc.c:232 696#, c-format 697msgid "bad character '%s' detected in check_char()" 698msgstr "bad character ‘%s’ detected in check_char()" 699 700#: src/misc.c:237 701#, c-format 702msgid "scanner requires -8 flag to use the character %s" 703msgstr "scanner requires -8 flag to use the character %s" 704 705#: src/misc.c:270 706msgid "dynamic memory failure in copy_string()" 707msgstr "dynamic memory failure in copy_string()" 708 709#: src/misc.c:369 710#, c-format 711msgid "%s: fatal internal error, %s\n" 712msgstr "%s: fatal internal error, %s\n" 713 714#: src/misc.c:795 715msgid "attempt to increase array size failed" 716msgstr "attempt to increase array size failed" 717 718#: src/misc.c:922 719msgid "bad line in skeleton file" 720msgstr "bad line in skeleton file" 721 722#: src/misc.c:971 723msgid "memory allocation failed in yy_flex_xmalloc()" 724msgstr "memory allocation failed in yy_flex_xmalloc()" 725 726#: src/nfa.c:104 727#, c-format 728msgid "" 729"\n" 730"\n" 731"********** beginning dump of nfa with start state %d\n" 732msgstr "" 733"\n" 734"\n" 735"********** beginning dump of nfa with start state %d\n" 736 737#: src/nfa.c:115 738#, c-format 739msgid "state # %4d\t" 740msgstr "state # %4d\t" 741 742#: src/nfa.c:130 743#, c-format 744msgid "********** end of dump\n" 745msgstr "********** end of dump\n" 746 747#: src/nfa.c:174 748msgid "empty machine in dupmachine()" 749msgstr "empty machine in dupmachine()" 750 751#: src/nfa.c:240 752#, c-format 753msgid "Variable trailing context rule at line %d\n" 754msgstr "Variable trailing context rule at line %d\n" 755 756#: src/nfa.c:364 757msgid "bad state type in mark_beginning_as_normal()" 758msgstr "bad state type in mark_beginning_as_normal()" 759 760#: src/nfa.c:609 761#, c-format 762msgid "input rules are too complicated (>= %d NFA states)" 763msgstr "input rules are too complicated (>= %d NFA states)" 764 765#: src/nfa.c:688 766msgid "found too many transitions in mkxtion()" 767msgstr "found too many transitions in mkxtion()" 768 769#: src/nfa.c:714 770#, c-format 771msgid "too many rules (> %d)!" 772msgstr "too many rules (> %d)!" 773 774#: src/parse.y:159 775msgid "unknown error processing section 1" 776msgstr "unknown error processing section 1" 777 778#: src/parse.y:184 src/parse.y:351 779msgid "bad start condition list" 780msgstr "bad start condition list" 781 782#: src/parse.y:315 783msgid "unrecognized rule" 784msgstr "unrecognized rule" 785 786#: src/parse.y:434 src/parse.y:447 src/parse.y:516 787msgid "trailing context used twice" 788msgstr "trailing context used twice" 789 790#: src/parse.y:552 src/parse.y:562 src/parse.y:635 src/parse.y:645 791msgid "bad iteration values" 792msgstr "bad iteration values" 793 794#: src/parse.y:580 src/parse.y:598 src/parse.y:663 src/parse.y:681 795msgid "iteration value must be positive" 796msgstr "iteration value must be positive" 797 798#: src/parse.y:804 src/parse.y:814 799#, c-format 800msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner" 801msgstr "the character range [%c-%c] is ambiguous in a case-insensitive scanner" 802 803#: src/parse.y:819 804msgid "negative range in character class" 805msgstr "negative range in character class" 806 807#: src/parse.y:916 808msgid "[:^lower:] is ambiguous in case insensitive scanner" 809msgstr "[:^lower:] is ambiguous in case insensitive scanner" 810 811#: src/parse.y:922 812msgid "[:^upper:] ambiguous in case insensitive scanner" 813msgstr "[:^upper:] ambiguous in case insensitive scanner" 814 815#: src/scan.l:75 src/scan.l:618 src/scan.l:676 816msgid "Input line too long\n" 817msgstr "Input line too long\n" 818 819#: src/scan.l:161 820#, c-format 821msgid "malformed '%top' directive" 822msgstr "malformed ‘%top’ directive" 823 824#: src/scan.l:183 825#, no-c-format 826msgid "unrecognized '%' directive" 827msgstr "unrecognized ‘%’ directive" 828 829#: src/scan.l:192 830msgid "Definition name too long\n" 831msgstr "Definition name too long\n" 832 833#: src/scan.l:284 834msgid "Unmatched '{'" 835msgstr "Unmatched ‘{’" 836 837#: src/scan.l:300 838#, c-format 839msgid "Definition value for {%s} too long\n" 840msgstr "Definition value for {%s} too long\n" 841 842#: src/scan.l:317 843msgid "incomplete name definition" 844msgstr "incomplete name definition" 845 846#: src/scan.l:443 847msgid "Option line too long\n" 848msgstr "Option line too long\n" 849 850#: src/scan.l:451 851#, c-format 852msgid "unrecognized %%option: %s" 853msgstr "unrecognized %%option: %s" 854 855#: src/scan.l:633 src/scan.l:800 856msgid "bad character class" 857msgstr "bad character class" 858 859#: src/scan.l:683 860#, c-format 861msgid "undefined definition {%s}" 862msgstr "undefined definition {%s}" 863 864#: src/scan.l:755 865#, c-format 866msgid "bad <start condition>: %s" 867msgstr "bad <start condition>: %s" 868 869#: src/scan.l:768 870msgid "missing quote" 871msgstr "missing quote" 872 873#: src/scan.l:834 874#, c-format 875msgid "bad character class expression: %s" 876msgstr "bad character class expression: %s" 877 878#: src/scan.l:856 879msgid "bad character inside {}'s" 880msgstr "bad character inside {}'s" 881 882#: src/scan.l:862 883msgid "missing }" 884msgstr "missing }" 885 886#: src/scan.l:940 887msgid "EOF encountered inside an action" 888msgstr "EOF encountered inside an action" 889 890#: src/scan.l:945 891msgid "EOF encountered inside pattern" 892msgstr "EOF encountered inside pattern" 893 894#: src/scan.l:967 895#, c-format 896msgid "bad character: %s" 897msgstr "bad character: %s" 898 899#: src/scan.l:996 900#, c-format 901msgid "can't open %s" 902msgstr "can't open %s" 903 904#: src/scanopt.c:291 905#, c-format 906msgid "Usage: %s [OPTIONS]...\n" 907msgstr "Usage: %s [OPTIONS]...\n" 908 909#: src/scanopt.c:559 910#, c-format 911msgid "option `%s' doesn't allow an argument\n" 912msgstr "option ‘%s’ doesn't allow an argument\n" 913 914#: src/scanopt.c:564 915#, c-format 916msgid "option `%s' requires an argument\n" 917msgstr "option ‘%s’ requires an argument\n" 918 919#: src/scanopt.c:568 920#, c-format 921msgid "option `%s' is ambiguous\n" 922msgstr "option ‘%s’ is ambiguous\n" 923 924#: src/scanopt.c:572 925#, c-format 926msgid "Unrecognized option `%s'\n" 927msgstr "Unrecognized option ‘%s’\n" 928 929#: src/scanopt.c:576 930#, c-format 931msgid "Unknown error=(%d)\n" 932msgstr "Unknown error=(%d)\n" 933 934#: src/sym.c:100 935msgid "symbol table memory allocation failed" 936msgstr "symbol table memory allocation failed" 937 938#: src/sym.c:202 939msgid "name defined twice" 940msgstr "name defined twice" 941 942#: src/sym.c:253 943#, c-format 944msgid "start condition %s declared twice" 945msgstr "start condition %s declared twice" 946 947#: src/yylex.c:56 948msgid "premature EOF" 949msgstr "premature EOF" 950 951#: src/yylex.c:199 952#, c-format 953msgid "End Marker\n" 954msgstr "End Marker\n" 955 956#: src/yylex.c:205 957#, c-format 958msgid "*Something Weird* - tok: %d val: %d\n" 959msgstr "*Something Weird* - tok: %d val: %d\n" 960