Tizen 2.0 Release
[samples/web/Annex.git] / _locales / en / messages.json
1 {
2     "alphabet": {
3         "message": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
4         "description": "Single concatination of all alphabet characters, no spaces"
5     },
6     "name": {"message": "Annex"},
7     "description": {"message": "A Reversi/Othello game"},
8         "license": {"message": "License"},
9         "readme": {"message": "Readme"},
10         "player": {"message": "player"},
11         "startover": {"message": "Start over"},
12         "rules": {"message": "Rules"},
13         "computer": {"message": "comp."},
14         "exit": {"message": "Exit"},
15         "1PlayerGame": {"message": "1 Player Game"},
16         "2PlayerGame": {"message": "2 Player Game"},
17         "howtoPlay": {"message": "How to Play"},
18         "turn": {"message": "'s Turn"},
19         "pieces": {"message": "pieces"},
20         "winDraw": {"message": "Draw!"},
21         "winComputer": {"message": "Computer Wins!"},
22         "win": {"message": "Wins"},
23         "newOneGame": {"message": "New 1P Game"},
24         "newTwoGame": {"message": "New 2P Game"},
25         "help": {"message": "Play a piece on the board so that one or more of your opponent’s pieces are between two of your pieces. All of the opponent’s pieces between your own turn over and become your color.<br>The player with the most pieces on the board at the end of the game wins!"},
26         "goBack": {"message": "Go Back"}
27 }