--- CUT HERE --- CUT HERE --- CUT HERE ---

 This is an example of a language file for
  KReversi Java Applet.

 Remember to cut this part, because my applet
  accepts only:

  + lines beginning with a semicolon (;) as comment
  + lines beginning with asterisk (*) as line to process
  - blank lines are NOT allowed !!!

 If you forget a message, will be substituted with the default 
  (english) message.
 used for that one

 If there are errors, ALL default (english) language will
  be used.

--- CUT HERE --- CUT HERE --- CUT HERE ---
;
; Example Language File (English)
;
;
; Buttons
*NEW_GAME_BUTTON=New Game
*COPYRIGHT_BUTTON=Copyright
;
; Click to sesume game in Copyright box
*CLICK_MESSAGE=Mouse click to resume game
;
; End Game message
*COMPUTER_WON=I WON !
*USER_WON=YOU WON !
*TIE_GAME=IT'S TIE !
;
; Who's moving message
*COMPUTER_MOVE=My move
*USER_MOVE=Your move
;
; End of this example file
