Clearer message

This commit is contained in:
Mylloon 2021-08-31 00:27:44 +02:00
parent fa18e882a9
commit c29abee329
2 changed files with 4 additions and 4 deletions

View file

@ -16,10 +16,10 @@
<string name="deletedCredentials">Identifiants supprimés</string> <string name="deletedCredentials">Identifiants supprimés</string>
<string name="dropBro">lâche frère</string> <string name="dropBro">lâche frère</string>
<string name="internetPermission">Pas la permission d\'utiliser internet</string> <string name="internetPermission">Pas la permission d\'utiliser internet</string>
<string name="connected_as">connecté en tant que</string> <string name="connected_as">en tant que</string>
<string name="connectionFailed">Connexion échoué, changez vos identifiants</string> <string name="connectionFailed">Connexion échoué, changez vos identifiants</string>
<string name="error">Erreur</string> <string name="error">Erreur</string>
<string name="credentialsDeleted">Vos identifiants ont été supprimées</string> <string name="credentialsDeleted">Vos identifiants ont été supprimées</string>
<string name="loginAttemptsExceeded">Vous avez dépassé le nombre maximal autorisé de tentatives de connexion, veuillez patienter</string> <string name="loginAttemptsExceeded">Vous avez dépassé le nombre maximum de tentatives de connexion, veuillez compléter les captchas</string>
<string name="notConnected">Vous n\'êtes pas connecté, redirection vers la page de connexion</string> <string name="notConnected">Vous n\'êtes pas connecté, redirection vers la page de connexion</string>
</resources> </resources>

View file

@ -9,7 +9,7 @@
<string name="buttonLogin">Login</string> <string name="buttonLogin">Login</string>
<!-- Main page --> <!-- Main page -->
<string name="connected_as">connected as</string> <string name="connected_as">as</string>
<string name="newAppDialogTitle">New app name</string> <string name="newAppDialogTitle">New app name</string>
<string name="validate">Validate</string> <string name="validate">Validate</string>
<string name="remove">Remove</string> <string name="remove">Remove</string>
@ -28,5 +28,5 @@
<string name="internetPermission">No permission to use internet</string> <string name="internetPermission">No permission to use internet</string>
<string name="connectionFailed">Login failed, change your credentials</string> <string name="connectionFailed">Login failed, change your credentials</string>
<string name="credentialsDeleted">Your credentials have been deleted</string> <string name="credentialsDeleted">Your credentials have been deleted</string>
<string name="loginAttemptsExceeded">You have exceeded the maximum number of connection attempts, please wait</string> <string name="loginAttemptsExceeded">You have exceeded the maximum number of connection attempts, please complete captchas</string>
</resources> </resources>