Blob Blame History Raw
# English translations for flex package.
# This file is put in the public domain.
# Automatically generated, 2016.
#
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
# and double quote (0x22). These substitutes look strange; see
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
#
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
# It also translates pairs of apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
# and pairs of quotation mark (0x22) to
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
#
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
# When output to an ISO-8859-1 terminal, the single quotation marks are
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
# grave/acute accent (by libiconv), and the double quotation marks are
# transliterated to 0x22.
# When output to an ASCII terminal, the single quotation marks are
# transliterated to apostrophes, and the double quotation marks are
# transliterated to 0x22.
#
msgid ""
msgstr ""
"Project-Id-Version: flex 2.6.1\n"
"Report-Msgid-Bugs-To: flex-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2016-03-01 19:54-0500\n"
"PO-Revision-Date: 2016-03-01 19:54-0500\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en@quot\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: src/buf.c:79
msgid "Allocation of buffer to print string failed"
msgstr "Allocation of buffer to print string failed"

#: src/buf.c:107
msgid "Allocation of buffer for line directive failed"
msgstr "Allocation of buffer for line directive failed"

#: src/buf.c:177
msgid "Allocation of buffer for m4 def failed"
msgstr "Allocation of buffer for m4 def failed"

#: src/buf.c:198
msgid "Allocation of buffer for m4 undef failed"
msgstr "Allocation of buffer for m4 undef failed"

#: src/dfa.c:59
#, c-format
msgid "State #%d is non-accepting -\n"
msgstr "State #%d is non-accepting -\n"

#: src/dfa.c:119
msgid "dangerous trailing context"
msgstr "dangerous trailing context"

#: src/dfa.c:159
#, c-format
msgid " associated rule line numbers:"
msgstr " associated rule line numbers:"

#: src/dfa.c:193
#, c-format
msgid " out-transitions: "
msgstr " out-transitions: "

#: src/dfa.c:201
#, c-format
msgid ""
"\n"
" jam-transitions: EOF "
msgstr ""
"\n"
" jam-transitions: EOF "

#: src/dfa.c:331
msgid "consistency check failed in epsclosure()"
msgstr "consistency check failed in epsclosure()"

#: src/dfa.c:419
msgid ""
"\n"
"\n"
"DFA Dump:\n"
"\n"
msgstr ""
"\n"
"\n"
"DFA Dump:\n"
"\n"

#: src/dfa.c:592
msgid "could not create unique end-of-buffer state"
msgstr "could not create unique end-of-buffer state"

#: src/dfa.c:613
#, c-format
msgid "state # %d:\n"
msgstr "state # %d:\n"

#: src/dfa.c:773
msgid "Could not write yynxt_tbl[][]"
msgstr "Could not write yynxt_tbl[][]"

#: src/dfa.c:1033
msgid "bad transition character detected in sympartition()"
msgstr "bad transition character detected in sympartition()"

#: src/gen.c:494
msgid ""
"\n"
"\n"
"Equivalence Classes:\n"
"\n"
msgstr ""
"\n"
"\n"
"Equivalence Classes:\n"
"\n"

#: src/gen.c:679 src/gen.c:708 src/gen.c:1228
#, c-format
msgid "state # %d accepts: [%d]\n"
msgstr "state # %d accepts: [%d]\n"

#: src/gen.c:1125
#, c-format
msgid "state # %d accepts: "
msgstr "state # %d accepts: "

#: src/gen.c:1172
msgid "Could not write yyacclist_tbl"
msgstr "Could not write yyacclist_tbl"

#: src/gen.c:1246
msgid "Could not write yyacc_tbl"
msgstr "Could not write yyacc_tbl"

#: src/gen.c:1261 src/gen.c:1633 src/gen.c:1656
msgid "Could not write ecstbl"
msgstr "Could not write ecstbl"

#: src/gen.c:1281
msgid ""
"\n"
"\n"
"Meta-Equivalence Classes:\n"
msgstr ""
"\n"
"\n"
"Meta-Equivalence Classes:\n"

#: src/gen.c:1303
msgid "Could not write yymeta_tbl"
msgstr "Could not write yymeta_tbl"

#: src/gen.c:1362
msgid "Could not write yybase_tbl"
msgstr "Could not write yybase_tbl"

#: src/gen.c:1394
msgid "Could not write yydef_tbl"
msgstr "Could not write yydef_tbl"

#: src/gen.c:1432
msgid "Could not write yynxt_tbl"
msgstr "Could not write yynxt_tbl"

#: src/gen.c:1466
msgid "Could not write yychk_tbl"
msgstr "Could not write yychk_tbl"

#: src/gen.c:1618 src/gen.c:1647
msgid "Could not write ftbl"
msgstr "Could not write ftbl"

#: src/gen.c:1624
msgid "Could not write ssltbl"
msgstr "Could not write ssltbl"

#: src/gen.c:1675
msgid "Could not write eoltbl"
msgstr "Could not write eoltbl"

#: src/gen.c:1732
msgid "Could not write yynultrans_tbl"
msgstr "Could not write yynultrans_tbl"

#: src/main.c:179
msgid "rule cannot be matched"
msgstr "rule cannot be matched"

#: src/main.c:184
msgid "-s option given but default rule can be matched"
msgstr "-s option given but default rule can be matched"

#: src/main.c:222
msgid "Can't use -+ with -l option"
msgstr "Can't use -+ with -l option"

#: src/main.c:225
msgid "Can't use -f or -F with -l option"
msgstr "Can't use -f or -F with -l option"

#: src/main.c:229
msgid "Can't use --reentrant or --bison-bridge with -l option"
msgstr "Can't use --reentrant or --bison-bridge with -l option"

#: src/main.c:261
msgid "-Cf/-CF and -Cm don't make sense together"
msgstr "-Cf/-CF and -Cm don't make sense together"

#: src/main.c:264
msgid "-Cf/-CF and -I are incompatible"
msgstr "-Cf/-CF and -I are incompatible"

#: src/main.c:268
msgid "-Cf/-CF are incompatible with lex-compatibility mode"
msgstr "-Cf/-CF are incompatible with lex-compatibility mode"

#: src/main.c:273
msgid "-Cf and -CF are mutually exclusive"
msgstr "-Cf and -CF are mutually exclusive"

#: src/main.c:277
msgid "Can't use -+ with -CF option"
msgstr "Can't use -+ with -CF option"

#: src/main.c:280
#, c-format
msgid "%array incompatible with -+ option"
msgstr "%array incompatible with -+ option"

#: src/main.c:285
msgid "Options -+ and --reentrant are mutually exclusive."
msgstr "Options -+ and --reentrant are mutually exclusive."

#: src/main.c:288
msgid "bison bridge not supported for the C++ scanner."
msgstr "bison bridge not supported for the C++ scanner."

#: src/main.c:343 src/main.c:427
#, c-format
msgid "could not create %s"
msgstr "could not create %s"

#: src/main.c:439
msgid "could not write tables header"
msgstr "could not write tables header"

#: src/main.c:443
#, c-format
msgid "can't open skeleton file %s"
msgstr "can't open skeleton file %s"

#: src/main.c:480
msgid "allocation of macro definition failed"
msgstr "allocation of macro definition failed"

#: src/main.c:527
#, c-format
msgid "input error reading skeleton file %s"
msgstr "input error reading skeleton file %s"

#: src/main.c:531
#, c-format
msgid "error closing skeleton file %s"
msgstr "error closing skeleton file %s"

#: src/main.c:715
#, c-format
msgid "error creating header file %s"
msgstr "error creating header file %s"

#: src/main.c:723
#, c-format
msgid "error writing output file %s"
msgstr "error writing output file %s"

#: src/main.c:727
#, c-format
msgid "error closing output file %s"
msgstr "error closing output file %s"

#: src/main.c:731
#, c-format
msgid "error deleting output file %s"
msgstr "error deleting output file %s"

#: src/main.c:738
#, c-format
msgid "No backing up.\n"
msgstr "No backing up.\n"

#: src/main.c:742
#, c-format
msgid "%d backing up (non-accepting) states.\n"
msgstr "%d backing up (non-accepting) states.\n"

#: src/main.c:746
#, c-format
msgid "Compressed tables always back up.\n"
msgstr "Compressed tables always back up.\n"

#: src/main.c:749
#, c-format
msgid "error writing backup file %s"
msgstr "error writing backup file %s"

#: src/main.c:753
#, c-format
msgid "error closing backup file %s"
msgstr "error closing backup file %s"

#: src/main.c:758
#, c-format
msgid "%s version %s usage statistics:\n"
msgstr "%s version %s usage statistics:\n"

#: src/main.c:761
#, c-format
msgid "  scanner options: -"
msgstr "  scanner options: -"

#: src/main.c:840
#, c-format
msgid "  %d/%d NFA states\n"
msgstr "  %d/%d NFA states\n"

#: src/main.c:842
#, c-format
msgid "  %d/%d DFA states (%d words)\n"
msgstr "  %d/%d DFA states (%d words)\n"

#: src/main.c:844
#, c-format
msgid "  %d rules\n"
msgstr "  %d rules\n"

#: src/main.c:849
#, c-format
msgid "  No backing up\n"
msgstr "  No backing up\n"

#: src/main.c:853
#, c-format
msgid "  %d backing-up (non-accepting) states\n"
msgstr "  %d backing-up (non-accepting) states\n"

#: src/main.c:858
#, c-format
msgid "  Compressed tables always back-up\n"
msgstr "  Compressed tables always back-up\n"

#: src/main.c:862
#, c-format
msgid "  Beginning-of-line patterns used\n"
msgstr "  Beginning-of-line patterns used\n"

#: src/main.c:864
#, c-format
msgid "  %d/%d start conditions\n"
msgstr "  %d/%d start conditions\n"

#: src/main.c:868
#, c-format
msgid "  %d epsilon states, %d double epsilon states\n"
msgstr "  %d epsilon states, %d double epsilon states\n"

#: src/main.c:872
#, c-format
msgid "  no character classes\n"
msgstr "  no character classes\n"

#: src/main.c:876
#, c-format
msgid "  %d/%d character classes needed %d/%d words of storage, %d reused\n"
msgstr "  %d/%d character classes needed %d/%d words of storage, %d reused\n"

#: src/main.c:881
#, c-format
msgid "  %d state/nextstate pairs created\n"
msgstr "  %d state/nextstate pairs created\n"

#: src/main.c:884
#, c-format
msgid "  %d/%d unique/duplicate transitions\n"
msgstr "  %d/%d unique/duplicate transitions\n"

#: src/main.c:889
#, c-format
msgid "  %d table entries\n"
msgstr "  %d table entries\n"

#: src/main.c:897
#, c-format
msgid "  %d/%d base-def entries created\n"
msgstr "  %d/%d base-def entries created\n"

#: src/main.c:901
#, c-format
msgid "  %d/%d (peak %d) nxt-chk entries created\n"
msgstr "  %d/%d (peak %d) nxt-chk entries created\n"

#: src/main.c:905
#, c-format
msgid "  %d/%d (peak %d) template nxt-chk entries created\n"
msgstr "  %d/%d (peak %d) template nxt-chk entries created\n"

#: src/main.c:909
#, c-format
msgid "  %d empty table entries\n"
msgstr "  %d empty table entries\n"

#: src/main.c:911
#, c-format
msgid "  %d protos created\n"
msgstr "  %d protos created\n"

#: src/main.c:914
#, c-format
msgid "  %d templates created, %d uses\n"
msgstr "  %d templates created, %d uses\n"

#: src/main.c:922
#, c-format
msgid "  %d/%d equivalence classes created\n"
msgstr "  %d/%d equivalence classes created\n"

#: src/main.c:930
#, c-format
msgid "  %d/%d meta-equivalence classes created\n"
msgstr "  %d/%d meta-equivalence classes created\n"

#: src/main.c:936
#, c-format
msgid "  %d (%d saved) hash collisions, %d DFAs equal\n"
msgstr "  %d (%d saved) hash collisions, %d DFAs equal\n"

#: src/main.c:938
#, c-format
msgid "  %d sets of reallocations needed\n"
msgstr "  %d sets of reallocations needed\n"

#: src/main.c:940
#, c-format
msgid "  %d total table entries needed\n"
msgstr "  %d total table entries needed\n"

#: src/main.c:1015
#, c-format
msgid "Internal error. flexopts are malformed.\n"
msgstr "Internal error. flexopts are malformed.\n"

#: src/main.c:1025
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Try ‘%s --help’ for more information.\n"

#: src/main.c:1082
#, c-format
msgid "unknown -C option '%c'"
msgstr "unknown -C option ‘%c’"

#: src/main.c:1211
#, c-format
msgid "%s %s\n"
msgstr "%s %s\n"

#: src/main.c:1487
msgid "fatal parse error"
msgstr "fatal parse error"

#: src/main.c:1519
#, c-format
msgid "could not create backing-up info file %s"
msgstr "could not create backing-up info file %s"

#: src/main.c:1540
#, c-format
msgid "-l AT&T lex compatibility option entails a large performance penalty\n"
msgstr "-l AT&T lex compatibility option entails a large performance penalty\n"

#: src/main.c:1543
#, c-format
msgid " and may be the actual source of other reported performance penalties\n"
msgstr ""
" and may be the actual source of other reported performance penalties\n"

#: src/main.c:1549
#, c-format
msgid ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
"newline characters\n"
msgstr ""
"%%option yylineno entails a performance penalty ONLY on rules that can match "
"newline characters\n"

#: src/main.c:1556
#, c-format
msgid "-I (interactive) entails a minor performance penalty\n"
msgstr "-I (interactive) entails a minor performance penalty\n"

#: src/main.c:1561
#, c-format
msgid "yymore() entails a minor performance penalty\n"
msgstr "yymore() entails a minor performance penalty\n"

#: src/main.c:1567
#, c-format
msgid "REJECT entails a large performance penalty\n"
msgstr "REJECT entails a large performance penalty\n"

#: src/main.c:1572
#, c-format
msgid "Variable trailing context rules entail a large performance penalty\n"
msgstr "Variable trailing context rules entail a large performance penalty\n"

#: src/main.c:1584
msgid "REJECT cannot be used with -f or -F"
msgstr "REJECT cannot be used with -f or -F"

#: src/main.c:1587
#, c-format
msgid "%option yylineno cannot be used with REJECT"
msgstr "%option yylineno cannot be used with REJECT"

#: src/main.c:1590
msgid "variable trailing context rules cannot be used with -f or -F"
msgstr "variable trailing context rules cannot be used with -f or -F"

#: src/main.c:1718
#, c-format
msgid "%option yyclass only meaningful for C++ scanners"
msgstr "%option yyclass only meaningful for C++ scanners"

#: src/main.c:1805
#, c-format
msgid "Usage: %s [OPTIONS] [FILE]...\n"
msgstr "Usage: %s [OPTIONS] [FILE]...\n"

#: src/main.c:1808
#, c-format
msgid ""
"Generates programs that perform pattern-matching on text.\n"
"\n"
"Table Compression:\n"
"  -Ca, --align      trade off larger tables for better memory alignment\n"
"  -Ce, --ecs        construct equivalence classes\n"
"  -Cf               do not compress tables; use -f representation\n"
"  -CF               do not compress tables; use -F representation\n"
"  -Cm, --meta-ecs   construct meta-equivalence classes\n"
"  -Cr, --read       use read() instead of stdio for scanner input\n"
"  -f, --full        generate fast, large scanner. Same as -Cfr\n"
"  -F, --fast        use alternate table representation. Same as -CFr\n"
"  -Cem              default compression (same as --ecs --meta-ecs)\n"
"\n"
"Debugging:\n"
"  -d, --debug             enable debug mode in scanner\n"
"  -b, --backup            write backing-up information to %s\n"
"  -p, --perf-report       write performance report to stderr\n"
"  -s, --nodefault         suppress default rule to ECHO unmatched text\n"
"  -T, --trace             %s should run in trace mode\n"
"  -w, --nowarn            do not generate warnings\n"
"  -v, --verbose           write summary of scanner statistics to stdout\n"
"      --hex               use hexadecimal numbers instead of octal in debug "
"outputs\n"
"\n"
"Files:\n"
"  -o, --outfile=FILE      specify output filename\n"
"  -S, --skel=FILE         specify skeleton file\n"
"  -t, --stdout            write scanner on stdout instead of %s\n"
"      --yyclass=NAME      name of C++ class\n"
"      --header-file=FILE   create a C header file in addition to the "
"scanner\n"
"      --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
"  -7, --7bit              generate 7-bit scanner\n"
"  -8, --8bit              generate 8-bit scanner\n"
"  -B, --batch             generate batch scanner (opposite of -I)\n"
"  -i, --case-insensitive  ignore case in patterns\n"
"  -l, --lex-compat        maximal compatibility with original lex\n"
"  -X, --posix-compat      maximal compatibility with POSIX lex\n"
"  -I, --interactive       generate interactive scanner (opposite of -B)\n"
"      --yylineno          track line count in yylineno\n"
"\n"
"Generated code:\n"
"  -+,  --c++               generate C++ scanner class\n"
"  -Dmacro[=defn]           #define macro defn  (default defn is '1')\n"
"  -L,  --noline            suppress #line directives in scanner\n"
"  -P,  --prefix=STRING     use STRING as prefix instead of \"yy\"\n"
"  -R,  --reentrant         generate a reentrant C scanner\n"
"       --bison-bridge      scanner for bison pure parser.\n"
"       --bison-locations   include yylloc support.\n"
"       --stdinit           initialize yyin/yyout to stdin/stdout\n"
"       --noansi-definitions old-style function definitions\n"
"       --noansi-prototypes  empty parameter list in prototypes\n"
"       --nounistd          do not include <unistd.h>\n"
"       --noFUNCTION        do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
"  -c                      do-nothing POSIX option\n"
"  -n                      do-nothing POSIX option\n"
"  -?\n"
"  -h, --help              produce this help message\n"
"  -V, --version           report %s version\n"
msgstr ""
"Generates programs that perform pattern-matching on text.\n"
"\n"
"Table Compression:\n"
"  -Ca, --align      trade off larger tables for better memory alignment\n"
"  -Ce, --ecs        construct equivalence classes\n"
"  -Cf               do not compress tables; use -f representation\n"
"  -CF               do not compress tables; use -F representation\n"
"  -Cm, --meta-ecs   construct meta-equivalence classes\n"
"  -Cr, --read       use read() instead of stdio for scanner input\n"
"  -f, --full        generate fast, large scanner. Same as -Cfr\n"
"  -F, --fast        use alternate table representation. Same as -CFr\n"
"  -Cem              default compression (same as --ecs --meta-ecs)\n"
"\n"
"Debugging:\n"
"  -d, --debug             enable debug mode in scanner\n"
"  -b, --backup            write backing-up information to %s\n"
"  -p, --perf-report       write performance report to stderr\n"
"  -s, --nodefault         suppress default rule to ECHO unmatched text\n"
"  -T, --trace             %s should run in trace mode\n"
"  -w, --nowarn            do not generate warnings\n"
"  -v, --verbose           write summary of scanner statistics to stdout\n"
"      --hex               use hexadecimal numbers instead of octal in debug "
"outputs\n"
"\n"
"Files:\n"
"  -o, --outfile=FILE      specify output filename\n"
"  -S, --skel=FILE         specify skeleton file\n"
"  -t, --stdout            write scanner on stdout instead of %s\n"
"      --yyclass=NAME      name of C++ class\n"
"      --header-file=FILE   create a C header file in addition to the "
"scanner\n"
"      --tables-file[=FILE] write tables to FILE\n"
"\n"
"Scanner behavior:\n"
"  -7, --7bit              generate 7-bit scanner\n"
"  -8, --8bit              generate 8-bit scanner\n"
"  -B, --batch             generate batch scanner (opposite of -I)\n"
"  -i, --case-insensitive  ignore case in patterns\n"
"  -l, --lex-compat        maximal compatibility with original lex\n"
"  -X, --posix-compat      maximal compatibility with POSIX lex\n"
"  -I, --interactive       generate interactive scanner (opposite of -B)\n"
"      --yylineno          track line count in yylineno\n"
"\n"
"Generated code:\n"
"  -+,  --c++               generate C++ scanner class\n"
"  -Dmacro[=defn]           #define macro defn  (default defn is '1')\n"
"  -L,  --noline            suppress #line directives in scanner\n"
"  -P,  --prefix=STRING     use STRING as prefix instead of “yy”\n"
"  -R,  --reentrant         generate a reentrant C scanner\n"
"       --bison-bridge      scanner for bison pure parser.\n"
"       --bison-locations   include yylloc support.\n"
"       --stdinit           initialize yyin/yyout to stdin/stdout\n"
"       --noansi-definitions old-style function definitions\n"
"       --noansi-prototypes  empty parameter list in prototypes\n"
"       --nounistd          do not include <unistd.h>\n"
"       --noFUNCTION        do not generate a particular FUNCTION\n"
"\n"
"Miscellaneous:\n"
"  -c                      do-nothing POSIX option\n"
"  -n                      do-nothing POSIX option\n"
"  -?\n"
"  -h, --help              produce this help message\n"
"  -V, --version           report %s version\n"

#: src/misc.c:65
msgid "allocation of sko_stack failed"
msgstr "allocation of sko_stack failed"

#: src/misc.c:101 src/misc.c:128
#, c-format
msgid "name \"%s\" ridiculously long"
msgstr "name “%s” ridiculously long"

#: src/misc.c:175
msgid "memory allocation failed in allocate_array()"
msgstr "memory allocation failed in allocate_array()"

#: src/misc.c:225
#, c-format
msgid "bad character '%s' detected in check_char()"
msgstr "bad character ‘%s’ detected in check_char()"

#: src/misc.c:230
#, c-format
msgid "scanner requires -8 flag to use the character %s"
msgstr "scanner requires -8 flag to use the character %s"

#: src/misc.c:249
msgid "memory allocation failure in xstrdup()"
msgstr "memory allocation failure in xstrdup()"

#: src/misc.c:323
#, c-format
msgid "%s: fatal internal error, %s\n"
msgstr "%s: fatal internal error, %s\n"

#: src/misc.c:712
msgid "attempt to increase array size failed"
msgstr "attempt to increase array size failed"

#: src/misc.c:839
msgid "bad line in skeleton file"
msgstr "bad line in skeleton file"

#: src/misc.c:889
msgid "memory allocation failed in yy_flex_xmalloc()"
msgstr "memory allocation failed in yy_flex_xmalloc()"

#: src/nfa.c:100
#, c-format
msgid ""
"\n"
"\n"
"********** beginning dump of nfa with start state %d\n"
msgstr ""
"\n"
"\n"
"********** beginning dump of nfa with start state %d\n"

#: src/nfa.c:111
#, c-format
msgid "state # %4d\t"
msgstr "state # %4d\t"

#: src/nfa.c:126
#, c-format
msgid "********** end of dump\n"
msgstr "********** end of dump\n"

#: src/nfa.c:169
msgid "empty machine in dupmachine()"
msgstr "empty machine in dupmachine()"

#: src/nfa.c:234
#, c-format
msgid "Variable trailing context rule at line %d\n"
msgstr "Variable trailing context rule at line %d\n"

#: src/nfa.c:356
msgid "bad state type in mark_beginning_as_normal()"
msgstr "bad state type in mark_beginning_as_normal()"

#: src/nfa.c:594
#, c-format
msgid "input rules are too complicated (>= %d NFA states)"
msgstr "input rules are too complicated (>= %d NFA states)"

#: src/nfa.c:672
msgid "found too many transitions in mkxtion()"
msgstr "found too many transitions in mkxtion()"

#: src/nfa.c:698
#, c-format
msgid "too many rules (> %d)!"
msgstr "too many rules (> %d)!"

#: src/parse.y:159
msgid "unknown error processing section 1"
msgstr "unknown error processing section 1"

#: src/parse.y:184 src/parse.y:351
msgid "bad start condition list"
msgstr "bad start condition list"

#: src/parse.y:315
msgid "unrecognized rule"
msgstr "unrecognized rule"

#: src/parse.y:434 src/parse.y:447 src/parse.y:516
msgid "trailing context used twice"
msgstr "trailing context used twice"

#: src/parse.y:552 src/parse.y:562 src/parse.y:635 src/parse.y:645
msgid "bad iteration values"
msgstr "bad iteration values"

#: src/parse.y:580 src/parse.y:598 src/parse.y:663 src/parse.y:681
msgid "iteration value must be positive"
msgstr "iteration value must be positive"

#: src/parse.y:804 src/parse.y:814
#, c-format
msgid "the character range [%c-%c] is ambiguous in a case-insensitive scanner"
msgstr "the character range [%c-%c] is ambiguous in a case-insensitive scanner"

#: src/parse.y:819
msgid "negative range in character class"
msgstr "negative range in character class"

#: src/parse.y:916
msgid "[:^lower:] is ambiguous in case insensitive scanner"
msgstr "[:^lower:] is ambiguous in case insensitive scanner"

#: src/parse.y:922
msgid "[:^upper:] ambiguous in case insensitive scanner"
msgstr "[:^upper:] ambiguous in case insensitive scanner"

#: src/scan.l:75 src/scan.l:618 src/scan.l:676
msgid "Input line too long\n"
msgstr "Input line too long\n"

#: src/scan.l:161
#, c-format
msgid "malformed '%top' directive"
msgstr "malformed ‘%top’ directive"

#: src/scan.l:183
#, no-c-format
msgid "unrecognized '%' directive"
msgstr "unrecognized ‘%’ directive"

#: src/scan.l:192
msgid "Definition name too long\n"
msgstr "Definition name too long\n"

#: src/scan.l:284
msgid "Unmatched '{'"
msgstr "Unmatched ‘{’"

#: src/scan.l:300
#, c-format
msgid "Definition value for {%s} too long\n"
msgstr "Definition value for {%s} too long\n"

#: src/scan.l:317
msgid "incomplete name definition"
msgstr "incomplete name definition"

#: src/scan.l:444
msgid "Option line too long\n"
msgstr "Option line too long\n"

#: src/scan.l:452
#, c-format
msgid "unrecognized %%option: %s"
msgstr "unrecognized %%option: %s"

#: src/scan.l:633 src/scan.l:806
msgid "bad character class"
msgstr "bad character class"

#: src/scan.l:683
#, c-format
msgid "undefined definition {%s}"
msgstr "undefined definition {%s}"

#: src/scan.l:746
msgid "unbalanced parenthesis"
msgstr "unbalanced parenthesis"

#: src/scan.l:761
#, c-format
msgid "bad <start condition>: %s"
msgstr "bad <start condition>: %s"

#: src/scan.l:774
msgid "missing quote"
msgstr "missing quote"

#: src/scan.l:840
#, c-format
msgid "bad character class expression: %s"
msgstr "bad character class expression: %s"

#: src/scan.l:862
msgid "bad character inside {}'s"
msgstr "bad character inside {}'s"

#: src/scan.l:868
msgid "missing }"
msgstr "missing }"

#: src/scan.l:946
msgid "EOF encountered inside an action"
msgstr "EOF encountered inside an action"

#: src/scan.l:951
msgid "EOF encountered inside pattern"
msgstr "EOF encountered inside pattern"

#: src/scan.l:973
#, c-format
msgid "bad character: %s"
msgstr "bad character: %s"

#: src/scan.l:1001
#, c-format
msgid "can't open %s"
msgstr "can't open %s"

#: src/scanopt.c:259
#, c-format
msgid "Usage: %s [OPTIONS]...\n"
msgstr "Usage: %s [OPTIONS]...\n"

#: src/scanopt.c:524
#, c-format
msgid "option `%s' doesn't allow an argument\n"
msgstr "option ‘%s’ doesn't allow an argument\n"

#: src/scanopt.c:529
#, c-format
msgid "option `%s' requires an argument\n"
msgstr "option ‘%s’ requires an argument\n"

#: src/scanopt.c:533
#, c-format
msgid "option `%s' is ambiguous\n"
msgstr "option ‘%s’ is ambiguous\n"

#: src/scanopt.c:537
#, c-format
msgid "Unrecognized option `%s'\n"
msgstr "Unrecognized option ‘%s’\n"

#: src/scanopt.c:541
#, c-format
msgid "Unknown error=(%d)\n"
msgstr "Unknown error=(%d)\n"

#: src/sym.c:92
msgid "symbol table memory allocation failed"
msgstr "symbol table memory allocation failed"

#: src/sym.c:183
msgid "name defined twice"
msgstr "name defined twice"

#: src/sym.c:231
#, c-format
msgid "start condition %s declared twice"
msgstr "start condition %s declared twice"

#: src/yylex.c:56
msgid "premature EOF"
msgstr "premature EOF"

#: src/yylex.c:199
#, c-format
msgid "End Marker\n"
msgstr "End Marker\n"

#: src/yylex.c:205
#, c-format
msgid "*Something Weird* - tok: %d val: %d\n"
msgstr "*Something Weird* - tok: %d val: %d\n"