1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
10 "POT-Creation-Date: 2008-02-26 16:34-0500\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
16 "Content-Transfer-Encoding: 8bit\n"
20 msgid "State #%d is non-accepting -\n"
24 msgid "dangerous trailing context"
29 msgid " associated rule line numbers:"
34 msgid " out-transitions: "
41 " jam-transitions: EOF "
45 msgid "consistency check failed in epsclosure()"
57 msgid "could not create unique end-of-buffer state"
66 msgid "Could not write yynxt_tbl[][]"
70 msgid "bad transition character detected in sympartition()"
77 "Equivalence Classes:\n"
81 #: gen.c:662 gen.c:691 gen.c:1215
83 msgid "state # %d accepts: [%d]\n"
88 msgid "state # %d accepts: "
92 msgid "Could not write yyacclist_tbl"
96 msgid "Could not write yyacc_tbl"
99 #: gen.c:1248 gen.c:1633 gen.c:1656
100 msgid "Could not write ecstbl"
107 "Meta-Equivalence Classes:\n"
111 msgid "Could not write yymeta_tbl"
115 msgid "Could not write yybase_tbl"
119 msgid "Could not write yydef_tbl"
123 msgid "Could not write yynxt_tbl"
127 msgid "Could not write yychk_tbl"
130 #: gen.c:1618 gen.c:1647
131 msgid "Could not write ftbl"
135 msgid "Could not write ssltbl"
139 msgid "Could not write eoltbl"
143 msgid "Could not write yynultrans_tbl"
147 msgid "rule cannot be matched"
151 msgid "-s option given but default rule can be matched"
155 msgid "Can't use -+ with -l option"
159 msgid "Can't use -f or -F with -l option"
163 msgid "Can't use --reentrant or --bison-bridge with -l option"
167 msgid "-Cf/-CF and -Cm don't make sense together"
171 msgid "-Cf/-CF and -I are incompatible"
175 msgid "-Cf/-CF are incompatible with lex-compatibility mode"
179 msgid "-Cf and -CF are mutually exclusive"
183 msgid "Can't use -+ with -CF option"
188 msgid "%array incompatible with -+ option"
192 msgid "Options -+ and --reentrant are mutually exclusive."
196 msgid "bison bridge not supported for the C++ scanner."
199 #: main.c:360 main.c:406
201 msgid "could not create %s"
205 msgid "could not write tables header"
210 msgid "can't open skeleton file %s"
215 msgid "input error reading skeleton file %s"
220 msgid "error closing skeleton file %s"
225 msgid "error creating header file %s"
230 msgid "error writing output file %s"
235 msgid "error closing output file %s"
240 msgid "error deleting output file %s"
245 msgid "No backing up.\n"
250 msgid "%d backing up (non-accepting) states.\n"
255 msgid "Compressed tables always back up.\n"
260 msgid "error writing backup file %s"
265 msgid "error closing backup file %s"
270 msgid "%s version %s usage statistics:\n"
275 msgid " scanner options: -"
280 msgid " %d/%d NFA states\n"
285 msgid " %d/%d DFA states (%d words)\n"
295 msgid " No backing up\n"
300 msgid " %d backing-up (non-accepting) states\n"
305 msgid " Compressed tables always back-up\n"
310 msgid " Beginning-of-line patterns used\n"
315 msgid " %d/%d start conditions\n"
320 msgid " %d epsilon states, %d double epsilon states\n"
325 msgid " no character classes\n"
330 msgid " %d/%d character classes needed %d/%d words of storage, %d reused\n"
335 msgid " %d state/nextstate pairs created\n"
340 msgid " %d/%d unique/duplicate transitions\n"
345 msgid " %d table entries\n"
350 msgid " %d/%d base-def entries created\n"
355 msgid " %d/%d (peak %d) nxt-chk entries created\n"
360 msgid " %d/%d (peak %d) template nxt-chk entries created\n"
365 msgid " %d empty table entries\n"
370 msgid " %d protos created\n"
375 msgid " %d templates created, %d uses\n"
380 msgid " %d/%d equivalence classes created\n"
385 msgid " %d/%d meta-equivalence classes created\n"
390 msgid " %d (%d saved) hash collisions, %d DFAs equal\n"
395 msgid " %d sets of reallocations needed\n"
400 msgid " %d total table entries needed\n"
405 msgid "Internal error. flexopts are malformed.\n"
410 msgid "Try `%s --help' for more information.\n"
415 msgid "unknown -C option '%c'"
424 msgid "fatal parse error"
429 msgid "could not create backing-up info file %s"
434 msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
439 msgid " and may be the actual source of other reported performance penalties\n"
445 "%%option yylineno entails a performance penalty ONLY on rules that can match "
446 "newline characters\n"
451 msgid "-I (interactive) entails a minor performance penalty\n"
456 msgid "yymore() entails a minor performance penalty\n"
461 msgid "REJECT entails a large performance penalty\n"
466 msgid "Variable trailing context rules entail a large performance penalty\n"
470 msgid "REJECT cannot be used with -f or -F"
475 msgid "%option yylineno cannot be used with REJECT"
479 msgid "variable trailing context rules cannot be used with -f or -F"
484 msgid "%option yyclass only meaningful for C++ scanners"
489 msgid "Usage: %s [OPTIONS] [FILE]...\n"
495 "Generates programs that perform pattern-matching on text.\n"
497 "Table Compression:\n"
498 " -Ca, --align trade off larger tables for better memory alignment\n"
499 " -Ce, --ecs construct equivalence classes\n"
500 " -Cf do not compress tables; use -f representation\n"
501 " -CF do not compress tables; use -F representation\n"
502 " -Cm, --meta-ecs construct meta-equivalence classes\n"
503 " -Cr, --read use read() instead of stdio for scanner input\n"
504 " -f, --full generate fast, large scanner. Same as -Cfr\n"
505 " -F, --fast use alternate table representation. Same as -CFr\n"
506 " -Cem default compression (same as --ecs --meta-ecs)\n"
509 " -d, --debug enable debug mode in scanner\n"
510 " -b, --backup write backing-up information to %s\n"
511 " -p, --perf-report write performance report to stderr\n"
512 " -s, --nodefault suppress default rule to ECHO unmatched text\n"
513 " -T, --trace %s should run in trace mode\n"
514 " -w, --nowarn do not generate warnings\n"
515 " -v, --verbose write summary of scanner statistics to stdout\n"
518 " -o, --outfile=FILE specify output filename\n"
519 " -S, --skel=FILE specify skeleton file\n"
520 " -t, --stdout write scanner on stdout instead of %s\n"
521 " --yyclass=NAME name of C++ class\n"
522 " --header-file=FILE create a C header file in addition to the "
524 " --tables-file[=FILE] write tables to FILE\n"
526 "Scanner behavior:\n"
527 " -7, --7bit generate 7-bit scanner\n"
528 " -8, --8bit generate 8-bit scanner\n"
529 " -B, --batch generate batch scanner (opposite of -I)\n"
530 " -i, --case-insensitive ignore case in patterns\n"
531 " -l, --lex-compat maximal compatibility with original lex\n"
532 " -X, --posix-compat maximal compatibility with POSIX lex\n"
533 " -I, --interactive generate interactive scanner (opposite of -B)\n"
534 " --yylineno track line count in yylineno\n"
537 " -+, --c++ generate C++ scanner class\n"
538 " -Dmacro[=defn] #define macro defn (default defn is '1')\n"
539 " -L, --noline suppress #line directives in scanner\n"
540 " -P, --prefix=STRING use STRING as prefix instead of \"yy\"\n"
541 " -R, --reentrant generate a reentrant C scanner\n"
542 " --bison-bridge scanner for bison pure parser.\n"
543 " --bison-locations include yylloc support.\n"
544 " --stdinit initialize yyin/yyout to stdin/stdout\n"
545 " --noansi-definitions old-style function definitions\n"
546 " --noansi-prototypes empty parameter list in prototypes\n"
547 " --nounistd do not include <unistd.h>\n"
548 " --noFUNCTION do not generate a particular FUNCTION\n"
551 " -c do-nothing POSIX option\n"
552 " -n do-nothing POSIX option\n"
554 " -h, --help produce this help message\n"
555 " -V, --version report %s version\n"
558 #: misc.c:100 misc.c:126
560 msgid "name \"%s\" ridiculously long"
564 msgid "memory allocation failed in allocate_array()"
569 msgid "bad character '%s' detected in check_char()"
574 msgid "scanner requires -8 flag to use the character %s"
578 msgid "dynamic memory failure in copy_string()"
583 msgid "%s: fatal internal error, %s\n"
587 msgid "attempt to increase array size failed"
591 msgid "bad line in skeleton file"
595 msgid "memory allocation failed in yy_flex_xmalloc()"
603 "********** beginning dump of nfa with start state %d\n"
608 msgid "state # %4d\t"
613 msgid "********** end of dump\n"
617 msgid "empty machine in dupmachine()"
622 msgid "Variable trailing context rule at line %d\n"
626 msgid "bad state type in mark_beginning_as_normal()"
631 msgid "input rules are too complicated (>= %d NFA states)"
635 msgid "found too many transitions in mkxtion()"
640 msgid "too many rules (> %d)!"
644 msgid "unknown error processing section 1"
647 #: parse.y:184 parse.y:351
648 msgid "bad start condition list"
652 msgid "unrecognized rule"
655 #: parse.y:434 parse.y:447 parse.y:516
656 msgid "trailing context used twice"
659 #: parse.y:552 parse.y:562 parse.y:635 parse.y:645
660 msgid "bad iteration values"
663 #: parse.y:580 parse.y:598 parse.y:663 parse.y:681
664 msgid "iteration value must be positive"
667 #: parse.y:806 parse.y:816
669 msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
673 msgid "negative range in character class"
677 msgid "[:^lower:] is ambiguous in case insensitive scanner"
681 msgid "[:^upper:] ambiguous in case insensitive scanner"
684 #: scan.l:75 scan.l:192 scan.l:300 scan.l:443 scan.l:618 scan.l:676
685 msgid "Input line too long\n"
690 msgid "malformed '%top' directive"
695 msgid "unrecognized '%' directive"
699 msgid "Unmatched '{'"
703 msgid "incomplete name definition"
708 msgid "unrecognized %%option: %s"
711 #: scan.l:633 scan.l:800
712 msgid "bad character class"
717 msgid "undefined definition {%s}"
722 msgid "bad <start condition>: %s"
726 msgid "missing quote"
731 msgid "bad character class expression: %s"
735 msgid "bad character inside {}'s"
743 msgid "EOF encountered inside an action"
747 msgid "EOF encountered inside pattern"
752 msgid "bad character: %s"
757 msgid "can't open %s"
762 msgid "Usage: %s [OPTIONS]...\n"
767 msgid "option `%s' doesn't allow an argument\n"
772 msgid "option `%s' requires an argument\n"
777 msgid "option `%s' is ambiguous\n"
782 msgid "Unrecognized option `%s'\n"
787 msgid "Unknown error=(%d)\n"
791 msgid "symbol table memory allocation failed"
795 msgid "name defined twice"
800 msgid "start condition %s declared twice"
804 msgid "premature EOF"
814 msgid "*Something Weird* - tok: %d val: %d\n"