Add delete all history with confirm dialog.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-21 15:48:07 +01:00
parent 52a73bf204
commit ad0236556e
10 changed files with 110 additions and 30 deletions

View File

@@ -15,6 +15,9 @@
<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>
<string name="delete_inactive_title">Verlauf löschen</string>
<string name="delete_inactive_text">Wirklich den gesamten Verlauf löschen? Diese Aktion kann nicht rückgängig gemacht werden.</string>
<string name="cancel">Abbrechen</string>
<string name="ok">Ok</string>
</resources>