[LIB-9] Add SAN, NAG, move number and result PGN tokens
[chesshog.git] / chesshog-format / src / main / resources / org / hedgecode / chess / LocalStrings.properties
index 67f3df1..03550db 100644 (file)
@@ -21,11 +21,17 @@ parse.fen.invalid.string=Invalid input
 parse.fen.incorrect.board=Incorrect board
 
 parse.pgn.null.token=Unable to define token for PGN
+parse.pgn.tag.not.exist=No PGN tags found
 parse.pgn.incorrect.tag=Incorrect PGN tag
-parse.pgn.incorrect.empty=Missed blank line in PGN
+parse.pgn.missed.empty=Missed PGN empty line
+parse.pgn.incorrect.empty=Incorrect PGN empty line
 parse.pgn.incorrect.move=Incorrect PGN move
 parse.pgn.incorrect.comment=Incorrect PGN comment
 parse.pgn.incorrect.variation=Incorrect PGN variation
+parse.pgn.incorrect.result=Incorrect PGN result
+parse.pgn.symbols.after.result=Incorrect symbols after PGN result
+parse.pgn.result.not.match=Result in PGN tags and moves does not match
+parse.pgn.variation.result=Variations cannot contain PGN result
 
 parse.tcd.index.out.of.bounds=Array Index Out Of Bounds
 parse.tcd.invalid.bytes=Invalid input bytes