-
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
Jan 29, 2016
1 parent
2161c9b
commit 82c4c64
Showing
2 changed files
with
24 additions
and
9 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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'toogle_navigation' => 'Toggle navigation', | ||
'signout' => 'Sign out', | ||
'validation_error_title' => 'Validation error', | ||
'login_message' => 'Sign in to start your session', | ||
'login_email_input' => 'Email', | ||
'login_password_input' => 'Password', | ||
'login_remember_input' => 'Remember me', | ||
'login_submit_button' => 'Sign in' | ||
'toogle_navigation' => 'Toggle navigation', | ||
'signout' => 'Sign out', | ||
'validation_error_title' => 'Validation error', | ||
'login_message' => 'Sign in to start your session', | ||
'login_email_input' => 'Email', | ||
'login_password_input' => 'Password', | ||
'login_remember_input' => 'Remember me', | ||
'login_submit_button' => 'Sign in', | ||
'login_authorization_missing' => 'Your user is not authorized to access this section', | ||
]; |
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