freemarkerdor/src/main/resources/cz/xelfi/quoridor/freemarkerdor/UI/Bundle.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Thu, 25 Nov 2010 23:08:20 +0100
changeset 278 3a472605338f
parent 266 15fcdfc4cd4a
permissions -rw-r--r--
Initial support log via OpenID. Now I need to generate a login cookie and we'll be done
     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 OPENID=Login via OpenID:
    89 REDIRECT=Redirecting to OpenID provider...
    90 
    91 
    92 OPTIONS=Options
    93 EMAIL=Email:
    94 CHANGE_EMAIL=Update!
    95 LANGUAGE=Language:
    96 en=English
    97 cs=\u010cesky
    98 LOCALE=en
    99 CHANGE_LANGUAGE=Change!
   100 
   101 ELO_LIST=Elo rating
   102 ELO_PREVIOUS=Previous rating list
   103 ELO=Elo
   104 GAMES=Games
   105 OPENINGS=Openings
   106 WHITE_WON=White won
   107 BLACK_WON=Black won
   108 
   109 MSG_ChangeEmailSubject=Quoridor Email Change
   110 # {0} user id
   111 # {1} request URL
   112 MSG_ChangeEmailText=Dear Quoridor user!\n\
   113  User {0} have requested change in email settings.\n\
   114  \n\
   115  To confirm change of the email address, please visit\n\
   116  following link {1}\n\
   117  \n\
   118  Thank you for playing Quoridor!
   119 EMAIL_SENT=Email Sent
   120 EMAIL_SENT_TO=Email Sent to {0}
   121 EMAIL_BACK=Return to games...
   122