aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 15:32:59 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-18 15:32:59 +0200
commit94915f1c0a477c240e6072b6ccc2f71152181510 (patch)
tree058171e03e8b6742abe61c0bd21a44f824c0ea1a /app/i18n/en.php
parentd2799d168e0d885cb6de24cf012e2a909215fcd8 (diff)
Reset auth system: i18n and style
See https://github.com/marienfressinaud/FreshRSS/issues/521
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index b14b36b32..11edc603f 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -159,6 +159,7 @@ return array (
'save' => 'Save',
'delete' => 'Delete',
'cancel' => 'Cancel',
+ 'submit' => 'Submit',
'back_to_rss_feeds' => '← Go back to your RSS feeds',
'feeds_moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.',
@@ -204,6 +205,7 @@ return array (
'informations' => 'Information',
'damn' => 'Damn!',
'ok' => 'Ok!',
+ 'attention' => 'Be careful!',
'feed_in_error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',
'feed_empty' => 'This feed is empty. Please verify that it is still maintained.',
'feed_description' => 'Description',
@@ -255,6 +257,7 @@ return array (
'users_list' => 'List of users',
'create_user' => 'Create new user',
'username' => 'Username',
+ 'username_admin' => 'Administrator username',
'password' => 'Password',
'create' => 'Create',
'user_created' => 'User %s has been created',
@@ -434,4 +437,11 @@ return array (
'no_update' => 'No update to apply',
'update_problem' => 'The update process has encountered an error: %s',
'update_finished' => 'Update completed!',
+
+ 'auth_reset' => 'Authentication reset',
+ 'auth_will_reset' => 'Authentication system will be reseted: form will be used instead of Persona.',
+ 'auth_not_persona' => 'Only Persona system can be reseted.',
+ 'auth_no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.',
+ 'auth_form_set' => 'Form is now your default authentication system.',
+ 'auth_form_not_set' => 'A problem occured during authentication system configuration. Please retry later.',
);