~ubuntu-branches/ubuntu/oneiric/weka/oneiric

« back to all changes in this revision

Viewing changes to weka/core/parser/JFlex/Messages.properties

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner, Soeren Sonnenburg, Torsten Werner
  • Date: 2008-08-10 21:27:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080810212705-tr8etpnkdx2ziktp
Tags: 3.5.8-1
[ Soeren Sonnenburg ]
* Bump Standards Version to 3.8.0.
* Remove references to non-free Java in debian/copyright.

[ Torsten Werner ]
* new upstream release
* Switch to openjdk-6.
* Move package to main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
UNTERMINATED_STR = Unterminated string at end of line.
 
2
EOF_WO_ACTION    = <<EOF>> must be followed by an action.
 
3
EOF_SINGLERULE   = <<EOF>> can only be used as a single rule.
 
4
UNKNOWN_OPTION   = Unkown %-option
 
5
UNEXPECTED_CHAR  = Unexpected character 
 
6
UNEXPECTED_NL    = Unexpected character <newline>
 
7
LEXSTATE_UNDECL  = Lexical state has not been declared.
 
8
STATE_IDENT_EXP  = State identifier expected.
 
9
REPEAT_ZERO      = Illegal repeat statement. At least one operand must be > 0
 
10
REPEAT_GREATER   = Illegal repeat statement. First operand must not be greater than second one.
 
11
REGEXP_EXPECTED  = Regular expression expected.
 
12
MACRO_UNDECL     = Macro has not been declared.
 
13
CHARSET_2_SMALL  = Character set is too small for this class.
 
14
CS2SMALL_STRING  = Character set is too small for a charactor of this string.
 
15
CS2SMALL_CHAR    = Character set is too small for this character.
 
16
CHARCLASS_MACRO  = Macros in character classes are not supported.
 
17
UNKNOWN_SYNTAX   = Syntax error.
 
18
SYNTAX_ERROR     = Syntax error.
 
19
NOT_AT_BOL       = %-option is not at the beginning of the line.
 
20
NO_MATCHING_BR   = Didn't find matching bracket
 
21
EOF_IN_ACTION    = Unexpected end of file in action code
 
22
EOF_IN_COMMENT   = Unexpected end of file in comment
 
23
EOF_IN_STRING    = Unexpected end of file in string
 
24
EOF_IN_MACROS    = Unexpected end of file in macros
 
25
EOF_IN_STATES    = Unexpected end of file in state list
 
26
EOF_IN_REGEXP    = Unexpected end of file in regular expression
 
27
UNEXPECTED_EOF   = Unexpected end of file (maybe missing "*/" ")" "]" or "}")
 
28
NO_LEX_SPEC      = This seems not to be a lexical specification (first %% is missing)
 
29
NO_LAST_ACTION   = Last action in the specification must not be "|"
 
30
LOOKAHEAD_ERROR  = Dangerous lookahead expression, yytext might contain too many characters.
 
31
NO_DIRECTORY     = No directory for -d option
 
32
NO_SKEL_FILE     = No file provided for -skel option
 
33
WRONG_SKELETON   = Incorrect skeleton file (wrong number of sections).
 
34
OUT_OF_MEMORY    = JFlex has run out of memory. Please try increasing the maximum JVM heap size
 
35
QUIL_INITTHROW   = %initthrow needs a list of (qualified) identifiers
 
36
QUIL_EOFTHROW    = %eofthrow needs a list of (qualified) identifiers
 
37
QUIL_YYLEXTHROW  = %yylexthrow needs a list of (qualified) identifiers
 
38
ZERO_STATES      = Your scanner has zero states. Very funny.
 
39
NO_BUFFER_SIZE   = %buffer expects the size of the scanner buffer as decimal number
 
40
NOT_READABLE     = Could not open file.
 
41
FILE_CYCLE       = Cyclic file inclusion.
 
42
FILE_WRITE       = Error writing to file
 
43
QUIL_SCANERROR   = %scannerror needs a (qualified) identifier
 
44
NEVER_MATCH      = Rule can never be matched:
 
45
QUIL_THROW       = %throws needs a list of (qualified) identifiers
 
46
EOL_IN_CHARCLASS = Unexpected newline in character class (closing "]" is missing)
 
47
QUIL_CUPSYM      = %cupsym needs a (qualified) identifier
 
48
CUPSYM_AFTER_CUP = %cupsym should be used before %cup
 
49
ALREADY_RUNNING  = The generator is already running
 
50
CANNOT_READ_SKEL = Cannot read skeleton file "{0}".
 
51
READING_SKEL     = Reading skeleton file "{0}".
 
52
SKEL_IO_ERROR    = IO problem reading skeleton file.
 
53
SKEL_IO_ERROR_DEFAULT = IO problem reading default skeleton file.
 
54
READING=Reading "{0}"
 
55
CANNOT_OPEN=Sorry, couldn''t find the file "{0}".
 
56
NFA_IS=NFA is
 
57
NFA_STATES={0} states in NFA
 
58
DFA_TOOK=DFA construction took {0}
 
59
DFA_IS=DFA is
 
60
MIN_TOOK=Minimization took {0} 
 
61
MIN_DFA_IS=Miniminal DFA is
 
62
WRITE_TOOK=Writing took {0}
 
63
TOTAL_TIME=Overall scanner generation time: {0}
 
64
IO_ERROR=An I/O-Error occured: {0}
 
65
THIS_IS_JFLEX=This is JFlex {0}
 
66
UNKNOWN_COMMANDLINE=Error: unknown option "{0}".
 
67
MACRO_CYCLE=Macro {0} contains a cycle.
 
68
MACRO_DEF_MISSING=Found no definition for '{{0}'} while expanding '{{1}'}
 
69
PARSING_TOOK=Parsing took {0}
 
70
NFA_TOOK=NFA construction took {0}
 
 
b'\\ No newline at end of file'