aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/gen.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en/gen.php')
-rw-r--r--app/i18n/en/gen.php28
1 files changed, 23 insertions, 5 deletions
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index 2143822ed..d23b12f95 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -10,7 +10,7 @@ return array(
'empty' => 'Empty',
'enable' => 'Enable',
'export' => 'Export',
- 'filter' => 'Filtrer',
+ 'filter' => 'Filter',
'import' => 'Import',
'manage' => 'Manage',
'mark_read' => 'Mark as read',
@@ -21,15 +21,27 @@ return array(
'truncate' => 'Delete all articles',
),
'auth' => array(
+ 'email' => 'Email address',
'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>',
'login' => 'Login',
'login_persona' => 'Login with Persona',
'login_persona_problem' => 'Connection problem with Persona?',
'logout' => 'Logout',
- 'password' => 'Password',
+ 'password' => array(
+ '_' => 'Password',
+ 'format' => '<small>At least 7 characters</small>',
+ ),
+ 'registration' => array(
+ '_' => 'New account',
+ 'ask' => 'Create an account?',
+ 'title' => 'Account creation',
+ ),
'reset' => 'Authentication reset',
- 'username' => 'Username',
- 'username_admin' => 'Administrator username',
+ 'username' => array(
+ '_' => 'Username',
+ 'admin' => 'Administrator username',
+ 'format' => '<small>maximum 16 alphanumeric characters</small>',
+ ),
'will_reset' => 'Authentication system will be reset: a form will be used instead of Persona.',
),
'date' => array(
@@ -104,9 +116,12 @@ return array(
'should_be_activated' => 'JavaScript must be enabled',
),
'lang' => array(
+ 'cz' => 'Čeština',
'de' => 'Deutsch',
'en' => 'English',
'fr' => 'Français',
+ 'it' => 'Italiano',
+ 'nl' => 'Nederlands',
),
'menu' => array(
'about' => 'About',
@@ -124,6 +139,7 @@ return array(
'sharing' => 'Sharing',
'shortcuts' => 'Shortcuts',
'stats' => 'Statistics',
+ 'system' => 'System configuration',
'update' => 'Update',
'user_management' => 'Manage users',
'user_profile' => 'Profile',
@@ -143,19 +159,21 @@ return array(
'email' => 'Email',
'facebook' => 'Facebook',
'g+' => 'Google+',
+ 'movim' => 'Movim',
'print' => 'Print',
'shaarli' => 'Shaarli',
'twitter' => 'Twitter',
'wallabag' => 'wallabag',
),
'short' => array(
- 'attention' => 'Attention!',
+ 'attention' => 'Warning!',
'blank_to_disable' => 'Leave blank to disable',
'by_author' => 'By <em>%s</em>',
'by_default' => 'By default',
'damn' => 'Damn!',
'default_category' => 'Uncategorized',
'no' => 'No',
+ 'not_applicable' => 'Not available',
'ok' => 'Ok!',
'or' => 'or',
'yes' => 'Yes',