-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adrián Pardellas Blunier
committed
Mar 23, 2016
1 parent
2167df1
commit 3e65be3
Showing
3 changed files
with
31 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'toogle_navigation' => 'Toggle navigation', | ||
'signout' => 'Sortir', | ||
'validation_error_title' => 'Error de validació', | ||
'login_message' => 'Entra per començar la teva sessió', | ||
'login_email_input' => 'Email', | ||
'login_password_input' => 'Contrasenya', | ||
'login_remember_input' => "Recorda'm", | ||
'login_submit_button' => 'Entrada', | ||
'login_authorization_missing' => 'El teu usuari no està autoritzat per accedir a aquesta secció', | ||
]; |
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,5 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'toogle_navigation' => 'Mostrar/ocultar navegación', | ||
'signout' => 'Salir', | ||
'validation_error_title' => 'Error de validación', | ||
'login_message' => 'Entra para iniciar tu sesión', | ||
'login_email_input' => 'Email', | ||
'login_password_input' => 'Contraseña', | ||
'login_remember_input' => 'Recordar mi sesión', | ||
'login_submit_button' => 'Entrar', | ||
'login_authorization_missing' => 'Tu usuario no está autorizado para acceder a esta sección', | ||
]; |
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,5 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'toogle_navigation' => 'Mostrar/ocultar navegación', | ||
'signout' => 'Sair', | ||
'validation_error_title' => 'Erro de validación', | ||
'login_message' => 'Entra para iniciar a túa sesión', | ||
'login_email_input' => 'Email', | ||
'login_password_input' => 'Contrasinal', | ||
'login_remember_input' => 'Recordarme', | ||
'login_submit_button' => 'Entrar', | ||
'login_authorization_missing' => 'O teu usuario non está autorizado para acceder a esta sección', | ||
]; |