Draft code reorganisation (+ fix Alice rules + stateless VariantRules object)
[vchess.git] / views / translations / en.pug
index 9630efc..fe67aba 100644 (file)
@@ -1,6 +1,8 @@
 -
        var translations =
        {
+               "Language": "Language",
+
                // Index page:
                "Help": "Help",
                "First visit?": "First visit?",
                "Exotic captures": "Exotic captures",
                "Balanced sliders & leapers": "Balanced sliders & leapers",
                "Reverse captures": "Reverse captures",
+               "Pawns move diagonally": "Pawns move diagonally",
+               "In the shadow": "In the shadow",
+               "Move twice": "Move twice",
+               "Head upside down": "Head upside down",
 
                // Variant page:
                "New game": "New game",
                "Waiting for opponent...": "Waiting for opponent...",
                "Rules": "Rules",
-               "Play!": "Play!",
+               "Play": "Play",
                "Problems": "Problems",
                "White win": "White win",
                "Black win": "Black win",
                "Draw": "Draw",
-               "New online game": "New online game",
+               "New live game": "New live game",
                "New game versus computer": "New game versus computer",
                "Analysis mode": "Analysis mode",
                "Start chat": "Start chat",
-               "Clear game versus computer": "Clear game versus computer",
+               "Clear current game": "Clear current game",
                "Settings": "Settings",
                "Resign": "Resign",
                "Undo": "Undo",
-               "Play": "Play",
-               "Flip": "Flip",
-               "Position + flags (FEN):": "Position + flags (FEN):",
+               "Flip board": "Flip board",
+               "Game state (FEN):": "Game state (FEN):",
                "Ok": "Ok",
                "Random": "Random",
                "Preferences": "Preferences",
                "blue": "blue",
                "Play sounds?": "Play sounds?",
                "None": "None",
-               "New game": "New game",
                "All": "All",
                "Chat with ": "Chat with ",
                "Type here": "Type here",
                "Send": "Send",
-               "Download game": "Download game",
+               "Download PGN": "Download PGN",
                "Show solution": "Show solution",
                "Load previous problems": "Load previous problems",
                "Load next problems": "Load next problems",
                "New": "New",
                "Add a problem": "Add a problem",
-               "Full FEN string": "Full FEN string",
+               "Full FEN description": "Full FEN description",
                "Safe HTML tags allowed": "Safe HTML tags allowed",
                "Instructions": "Instructions",
+               "Describe the problem goal": "Describe the problem goal",
                "Solution": "Solution",
+               "How to solve the problem?": "How to solve the problem?",
                "Preview": "Preview",
                "Cancel": "Cancel",
                "Solve": "Solve",
+               "Bad FEN description": "Bad FEN description",
+               "Empty instructions": "Empty instructions",
+               "Empty solution": "Empty solution",
+               "Already playing a game in this variant on another tab!":
+                       "Already playing a game in this variant on another tab!",
+               "Finish your ": "Finish your ",
+               " game first!": " game first!",
+               ": unfinished computer game will be erased":
+                       ": unfinished computer game will be erased",
+               ": current analysis will be erased":
+                       ": current analysis will be erased",
        };