Commit | Line | Data |
---|---|---|
247356cd BA |
1 | - |
2 | var translations = | |
3 | { | |
b6487fb9 | 4 | "Language": "Language", |
298c42e6 BA |
5 | "Contact": "Contact", |
6 | "Email": "Email", | |
7 | "Subject": "Subject", | |
8 | "Content": "Content", | |
9 | "Email sent!": "Email sent!", | |
10 | "Hall": "Hall", | |
11 | "My games": "My games", | |
b6487fb9 | 12 | |
247356cd BA |
13 | // Index page: |
14 | "Help": "Help", | |
15 | "First visit?": "First visit?", | |
16 | ">>> Please read this <<<": ">>> Please read this <<<", | |
17 | // Variants boxes: | |
18 | "Both sides of the mirror": "Both sides of the mirror", | |
19 | "Keep antiking in check": "Keep antiking in check", | |
20 | "Explosive captures": "Explosive captures", | |
21 | "Shared pieces": "Shared pieces", | |
22 | "Standard rules": "Standard rules", | |
23 | "Captures reborn": "Captures reborn", | |
24 | "Capture all of a kind": "Capture all of a kind", | |
25 | "Big board": "Big board", | |
26 | "Lose all pieces": "Lose all pieces", | |
27 | "Laws of attraction": "Laws of attraction", | |
28 | "Exchange pieces positions": "Exchange pieces positions", | |
29 | "Exotic captures": "Exotic captures", | |
30 | "Balanced sliders & leapers": "Balanced sliders & leapers", | |
31 | "Reverse captures": "Reverse captures", | |
dbcc32e9 BA |
32 | "Pawns move diagonally": "Pawns move diagonally", |
33 | "In the shadow": "In the shadow", | |
34 | "Move twice": "Move twice", | |
35 | "Head upside down": "Head upside down", | |
247356cd BA |
36 | |
37 | // Variant page: | |
38 | "New game": "New game", | |
39 | "Waiting for opponent...": "Waiting for opponent...", | |
40 | "Rules": "Rules", | |
e081ffe3 | 41 | "Play": "Play", |
247356cd BA |
42 | "Problems": "Problems", |
43 | "White win": "White win", | |
44 | "Black win": "Black win", | |
45 | "Draw": "Draw", | |
4fefd019 | 46 | "New live game": "New live game", |
247356cd BA |
47 | "New game versus computer": "New game versus computer", |
48 | "Analysis mode": "Analysis mode", | |
49 | "Start chat": "Start chat", | |
4f7723a1 | 50 | "Clear current game": "Clear current game", |
247356cd BA |
51 | "Settings": "Settings", |
52 | "Resign": "Resign", | |
53 | "Undo": "Undo", | |
e081ffe3 BA |
54 | "Flip board": "Flip board", |
55 | "Game state (FEN):": "Game state (FEN):", | |
247356cd BA |
56 | "Ok": "Ok", |
57 | "Random": "Random", | |
58 | "Preferences": "Preferences", | |
59 | "My name is...": "My name is...", | |
60 | "Show hints?": "Show hints?", | |
61 | "Board colors": "Board colors", | |
62 | "brown": "brown", | |
63 | "green": "green", | |
64 | "blue": "blue", | |
65 | "Play sounds?": "Play sounds?", | |
66 | "None": "None", | |
247356cd BA |
67 | "All": "All", |
68 | "Chat with ": "Chat with ", | |
69 | "Type here": "Type here", | |
70 | "Send": "Send", | |
edcd679a | 71 | "Download PGN": "Download PGN", |
247356cd BA |
72 | "Show solution": "Show solution", |
73 | "Load previous problems": "Load previous problems", | |
74 | "Load next problems": "Load next problems", | |
75 | "New": "New", | |
76 | "Add a problem": "Add a problem", | |
e081ffe3 | 77 | "Full FEN description": "Full FEN description", |
247356cd BA |
78 | "Safe HTML tags allowed": "Safe HTML tags allowed", |
79 | "Instructions": "Instructions", | |
d289b043 | 80 | "Describe the problem goal": "Describe the problem goal", |
247356cd | 81 | "Solution": "Solution", |
d289b043 | 82 | "How to solve the problem?": "How to solve the problem?", |
247356cd BA |
83 | "Preview": "Preview", |
84 | "Cancel": "Cancel", | |
85 | "Solve": "Solve", | |
e081ffe3 | 86 | "Bad FEN description": "Bad FEN description", |
6b5517b4 BA |
87 | "Empty instructions": "Empty instructions", |
88 | "Empty solution": "Empty solution", | |
89 | "Already playing a game in this variant on another tab!": | |
90 | "Already playing a game in this variant on another tab!", | |
91 | "Finish your ": "Finish your ", | |
92 | " game first!": " game first!", | |
93 | ": unfinished computer game will be erased": | |
94 | ": unfinished computer game will be erased", | |
4f7723a1 BA |
95 | ": current analysis will be erased": |
96 | ": current analysis will be erased", | |
247356cd | 97 | }; |