-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c1f9cc
commit 618f50a
Showing
6 changed files
with
46 additions
and
15 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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
login.login: "Login" | ||
login.username: "Username" | ||
login.password: "Password" | ||
login.submit: "Login" | ||
login.submit: "Login" | ||
login.bad_credentials: "Bad credentials" | ||
login.service_down: 'Authentication service down' | ||
login.incorrect_credentialas: 'Incorrect username or password for %username%' | ||
login.class_not_supported: 'Instances of "%class%" are not supported.' | ||
login.method_not_supported: 'This method is not soported' | ||
login.incorrect_facebookid: 'Incorrect facebookId' | ||
login.facebookid_not_empty: 'The facebookId cannot be empty.' | ||
login.password_not_empty: 'The password cannot be empty.' | ||
login.username_not_empty: 'The username cannot be empty.' |
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
login.login: "Autenticar" | ||
login.username: "Nombre de usuario" | ||
login.password: "Contraseña" | ||
login.submit: "Autenticar" | ||
login.submit: "Autenticar" | ||
login.bad_credentials: "Usuario o contraseña incorrecto" | ||
login.service_down: 'Servicio de autenticación no disponible' |
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