[LIB-9] Set of entities for PGN parsing and formatting
[chesshog.git] / chesshog-format / src / main / resources / org / hedgecode / chess / LocalStrings.properties
1 # Copyright (c) 2018-2020. Developed by Hedgecode.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #   http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 # Default localized string information
16 # Localized for Locale en_US
17
18 parse.null.input.string=Null input string
19 parse.ascii.incorrect.board=Incorrect board
20 parse.fen.invalid.string=Invalid input
21 parse.fen.incorrect.board=Incorrect board
22
23 parse.pgn.null.token=Unable to define token for PGN
24 parse.pgn.incorrect.tag=Incorrect PGN tag
25 parse.pgn.incorrect.empty=Missed blank line in PGN
26 parse.pgn.incorrect.move=Incorrect PGN move
27 parse.pgn.incorrect.comment=Incorrect PGN comment
28 parse.pgn.incorrect.variation=Incorrect PGN variation
29
30 parse.tcd.index.out.of.bounds=Array Index Out Of Bounds
31 parse.tcd.invalid.bytes=Invalid input bytes
32 parse.tcd.incorrect.color=Incorrect color
33 parse.tcd.incorrect.piece=Incorrect piece
34 parse.tcd.incorrect.end=Incorrect end
35 parse.tcd.incorrect.addition=Incorrect addition
36 parse.tcd.incorrect.move.color=Incorrect move color
37 parse.tcd.incorrect.castle=Incorrect castle
38 parse.wiki.incorrect.board=Incorrect board
39 wiki.chess.diagram.name=Chess diagram