-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #543 from jorgeblacio/release_0_21_9
Final fix before release
- Loading branch information
Showing
4 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -366,6 +366,7 @@ | |
<string name="login_network_error_exception">Fallo al autenticar usuario. Por favor, verifica tu conexión de internet.</string> | ||
<string name="login_json_error_exception">Fallo al autenticar usuario. Respuesta del servidor inválida.</string> | ||
<string name="login_fail_try_again_error_exception">Fallo al autenticar usuario. Por favor, intenta más tarde.</string> | ||
<string name="login_fail_try_again_error_with_exception">Fallo al autenticar usuario. Error: %1$s.</string> | ||
<string name="login_failed_body">Tu intento de acceder a esta cuenta fue negado por un dispositivo aprobado.</string> | ||
<string name="login_user">[email protected]</string> | ||
<string name="button_confirm">Confirmar</string> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -366,6 +366,7 @@ | |
<string name="login_network_error_exception">Failed to authenticate user. Please check your internet connection.</string> | ||
<string name="login_json_error_exception">Failed to authenticate user. Invalid server response.</string> | ||
<string name="login_fail_try_again_error_exception">Failed to authenticate user. Please try again later.</string> | ||
<string name="login_fail_try_again_error_with_exception">Failed to authenticate user. Error: %1$s.</string> | ||
<string name="login_failed_body">Your request to access this account was rejected by a verified device.</string> | ||
<string name="login_user">[email protected]</string> | ||
<string name="button_confirm">Confirm</string> | ||
|