diff options
author | Marvin Borner | 2020-04-12 14:50:42 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-12 14:50:42 +0200 |
commit | bdbe3a0c074c3a1b81786ffb9f7cc1b41fc0b0dd (patch) | |
tree | d2147ce6f92dadd8cac22ab619438b5b4e7cddb6 /translations/harbour-sailchess.ts | |
parent | 0cc8b365bfdf030820cdbaad87709a38e591b0b2 (diff) |
Added resign, draw and abort logic and chat
Diffstat (limited to 'translations/harbour-sailchess.ts')
-rw-r--r-- | translations/harbour-sailchess.ts | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/translations/harbour-sailchess.ts b/translations/harbour-sailchess.ts index dbba811..a7295c9 100644 --- a/translations/harbour-sailchess.ts +++ b/translations/harbour-sailchess.ts @@ -12,10 +12,6 @@ <translation type="unfinished"></translation> </message> <message> - <source>Play against bot</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Please start a game</source> <translation type="unfinished"></translation> </message> @@ -35,6 +31,18 @@ <source>Opponents turn</source> <translation type="unfinished"></translation> </message> + <message> + <source>Challenge user</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Resign game</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Offer/accept draw</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>ChallengeDialog</name> @@ -72,5 +80,24 @@ <source>An error occurred: </source> <translation type="unfinished"></translation> </message> + <message> + <source>Resigned</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Offered draw</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UserDialog</name> + <message> + <source>e.g. LeelaChess</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Username</source> + <translation type="unfinished"></translation> + </message> </context> </TS> |