'update'
[vchess.git] / client / src / translations / en.js
index cbc3a63..48e77f2 100644 (file)
@@ -4,21 +4,15 @@ export const translations =
   "Variants": "Variants",
   "My games": "My games",
   "Forum": "Forum",
-  "Contact form": "Contact form",
-  "Source code": "Source code",
+  "Contact": "Contact",
+  "About": "About",
 
   "Language": "Language",
   "Email": "Email",
   "Subject": "Subject",
   "Content": "Content",
   "Email sent!": "Email sent!",
-  "Hall": "Hall",
-  "My games": "My games",
 
-  // Index page:
-  "Help": "Help",
-  "First visit?": "First visit?",
-  ">>> Please read this <<<": ">>> Please read this <<<",
   // Variants boxes:
   "Both sides of the mirror": "Both sides of the mirror",
   "Keep antiking in check": "Keep antiking in check",
@@ -47,16 +41,11 @@ export const translations =
   "White win": "White win",
   "Black win": "Black win",
   "Draw": "Draw",
-  "New live game": "New live game",
-  "New game versus computer": "New game versus computer",
-  "Analysis mode": "Analysis mode",
-  "Start chat": "Start chat",
-  "Clear current game": "Clear current game",
+  "Unfinished": "Unknown",
   "Settings": "Settings",
   "Resign": "Resign",
   "Undo": "Undo",
   "Flip board": "Flip board",
-  "Game state (FEN):": "Game state (FEN):",
   "Ok": "Ok",
   "Random": "Random",
   "Preferences": "Preferences",
@@ -69,21 +58,12 @@ export const translations =
   "Play sounds?": "Play sounds?",
   "None": "None",
   "All": "All",
-  "Chat with ": "Chat with ",
   "Type here": "Type here",
   "Send": "Send",
   "Download PGN": "Download PGN",
+  "Analyze": "Analyze",
   "Cancel": "Cancel",
-  "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",
 
-  "Terminate game?": "Terminate game?",
-  "Sorry I have to go": "Sorry I have to go",
-  "Game seems over": "Game seems over",
+  // Game page:
+
 };