Style game history. Add functionality to delete and open game from history.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -13,5 +13,8 @@
|
||||
<string name="on">Ein</string>
|
||||
<string name="off">Aus</string>
|
||||
<string name="newGame">Neues Spiel</string>
|
||||
<string name="created">"Erstellt: %s "</string>
|
||||
<string name="modified">Bearbeitet: %s</string>
|
||||
<string name="delete_all">Alle löschen</string>
|
||||
|
||||
</resources>
|
||||
@@ -16,4 +16,7 @@
|
||||
<string name="on">On</string>
|
||||
<string name="off">Off</string>
|
||||
<string name="newGame">New Game</string>
|
||||
<string name="created">Created: %s</string>
|
||||
<string name="modified">Modified: %s</string>
|
||||
<string name="delete_all">Delete all</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user