freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 20 Sep 2009 11:00:36 +0200
changeset 104 e37b229e238b
parent 100 8b899ed24f9f
child 112 0ddeea5e9b36
permissions -rw-r--r--
Redirect after successful login to root page
     1 TITLE=<a href="http://en.wikipedia.org/wiki/Quoridor">Quoridor</a> On-line
     2 TITLE_PLAIN=Quoridor On-line
     3 copyright=<a href="http://en.wikipedia.org/wiki/Quoridor">Quoridor</a> On-line, Version {0}, (c) Jaroslav Tulach 2009
     4 
     5 Waiting=Waiting for {0}
     6 YourTurn=Your Turn!
     7 
     8 gameWhiteBlack={0} vs. {1}
     9 LastMove=Last move {1,choice,\
    10   0#second|\
    11   2#{1} seconds|\
    12   60#a minute|\
    13   120#{2} minutes|\
    14   3600#an hour|\
    15   7200#{3} hours|\
    16   86400#a day|\
    17   172800#{4} days\
    18 } ago
    19 GAME_MOVE=Your move
    20 GAME_WAIT=Opponent's move
    21 GAME_WON=Won games
    22 GAME_LOST=Lost games
    23 CREATE=Create!
    24 GAME_ALL=All games
    25 WHITE=White
    26 BLACK=Black
    27 
    28 NEXT=Next
    29 PREVIOUS=Prev
    30 LATEST=Last
    31 
    32 BOARD_VIEW=View:
    33 BOARD_IMAGE=Large
    34 BOARD_SMALL=Small
    35 BOARD_TEXT=Text
    36 
    37 players={0} vs. {1}
    38 PLACE=Place!
    39 MOVE=Move!
    40 TO_MOVE=to move
    41 HAS_WON=won
    42 FENCES_LEFT=({0,choice,\
    43   0#no fences|\
    44   1#last fence|\
    45   2#two fences|\
    46   3#{0} fences\
    47 } left)
    48 RESIGN=Resign!
    49 H=Horizontal
    50 V=Vertical
    51 GAME=Game
    52 MOVENUMBER=#
    53 MOVES=Moves
    54 ROOT=Home
    55 
    56 
    57 NAME=Name
    58 PASSWORD=Password
    59 LOGIN=Login!
    60 logged=You are logged in as {0}.
    61 home=Start!