freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle.properties
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 14 Sep 2010 09:46:43 +0200
changeset 266 15fcdfc4cd4a
parent 235 782848b5f533
child 278 3a472605338f
permissions -rw-r--r--
Using maven-license-plugin and updating all missing headers
     1 #
     2 # Quoridor server and related libraries
     3 # Copyright (C) 2009-2010 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     4 #
     5 # This program is free software: you can redistribute it and/or modify
     6 # it under the terms of the GNU General Public License as published by
     7 # the Free Software Foundation, either version 3 of the License.
     8 #
     9 # This program is distributed in the hope that it will be useful,
    10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    12 # GNU General Public License for more details.
    13 #
    14 # You should have received a copy of the GNU General Public License
    15 # along with this program. Look for COPYING file in the top folder.
    16 # If not, see http://www.gnu.org/licenses/.
    17 #
    18 
    19 TITLE=<a href="http://en.wikipedia.org/wiki/Quoridor">Quoridor</a> On-line
    20 TITLE_PLAIN=Quoridor On-line
    21 copyright=<a href="http://en.wikipedia.org/wiki/Quoridor">Quoridor</a> On-line, Version {0}, (c) Jaroslav Tulach, Martin Rexa 2009-2010
    22 
    23 Waiting=Waiting for {0}
    24 YourTurn=Your Turn!
    25 
    26 gameWhiteBlack={0} vs. {1}
    27 LastMove=Last move {1,choice,\
    28   0#second|\
    29   2#{1} seconds ago|\
    30   60#a minute ago|\
    31   120#{2} minutes ago|\
    32   3600#an hour ago|\
    33   7200#{3} hours ago|\
    34   86400#a day ago|\
    35   172800#{4} days ago|\
    36   1000000#on {5}\
    37 }
    38 GAME_MOVE=Your move
    39 GAME_WAIT=Opponent's move
    40 GAME_WON=Won games ({0})
    41 GAME_LOST=Lost games ({0})
    42 CREATE=Create!
    43 GAME_ALL=All games
    44 WHITE=White
    45 BLACK=Black
    46 SEE_ALL=See all games
    47 
    48 NEXT=Next
    49 PREVIOUS=Prev
    50 LATEST=Last
    51 
    52 BOARD_VIEW=View:
    53 BOARD_IMAGE=Large
    54 BOARD_SMALL=Small
    55 BOARD_TEXT=Text
    56 
    57 players={0} vs. {1}
    58 PLACE=Place!
    59 MOVE=Move!
    60 TO_MOVE=to move
    61 HAS_WON=won
    62 FENCES_LEFT=({0,choice,\
    63   0#no fences|\
    64   1#last fence|\
    65   2#two fences|\
    66   3#{0} fences\
    67 } left)
    68 RESIGN=Resign!
    69 H=Horizontal
    70 V=Vertical
    71 N=North
    72 S=South
    73 W=West
    74 E=East
    75 GAME=Game
    76 MOVENUMBER=Move
    77 MOVES=Moves
    78 ROOT=Home
    79 
    80 TALK=Comments
    81 comments=({0,choice,0#no comments|1#one comment|2#{0} comments})
    82 
    83 NAME=Name
    84 PASSWORD=Password
    85 LOGIN=Login!
    86 logged=You are logged in as {0}.
    87 home=Start!
    88 
    89 
    90 OPTIONS=Options
    91 EMAIL=Email:
    92 CHANGE_EMAIL=Update!
    93 LANGUAGE=Language:
    94 en=English
    95 cs=\u010Cesky
    96 LOCALE=en
    97 CHANGE_LANGUAGE=Change!
    98 
    99 ELO_LIST=Elo rating
   100 ELO_PREVIOUS=Previous rating list
   101 ELO=Elo
   102 GAMES=Games
   103 OPENINGS=Openings
   104 WHITE_WON=White won
   105 BLACK_WON=Black won
   106 
   107 MSG_ChangeEmailSubject=Quoridor Email Change
   108 # {0} user id
   109 # {1} request URL
   110 MSG_ChangeEmailText=Dear Quoridor user!\n\
   111  User {0} have requested change in email settings.\n\
   112  \n\
   113  To confirm change of the email address, please visit\n\
   114  following link {1}\n\
   115  \n\
   116  Thank you for playing Quoridor!
   117 EMAIL_SENT=Email Sent
   118 EMAIL_SENT_TO=Email Sent to {0}
   119 EMAIL_BACK=Return to games...
   120