Added game name to turn notification (#5350)

This commit is contained in:
GGGuenni
2021-09-29 16:38:27 +02:00
committed by GitHub
parent 4c87d98aaa
commit 3220206bce
5 changed files with 13 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<resources>
<string name="app_name">UnCiv</string>
<string name="Notify_YourTurn_Short">Unciv - C\'est à vous !</string>
<string name="Notify_YourTurn_Long">Vos amis attendent votre action.</string>
<string name="Notify_YourTurn_Long">Vos amis attendent votre action dans [gameName].</string>
<string name="Notify_Error_Long">Service de notification du tour multijoueur terminé</string>
<string name="Notify_Error_Short">Une erreur est survenue</string>
<string name="Notify_Persist_Long_P4">Configurable dans le menu des options de Unciv</string>