diff options
| author | 2014-12-11 23:15:38 +0100 | |
|---|---|---|
| committer | 2014-12-11 23:15:38 +0100 | |
| commit | 2d9ab3c6fa0eba18d9f64680fc0fc71ed5c7cb6e (patch) | |
| tree | 379913b51c0f110ba64985859593de708d233026 /app/i18n/en/admin.php | |
| parent | a34503a7aba67028c12a4db23fe101c3e927a53e (diff) | |
Fix english i18n files except the conf one
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index b79b17bc4..d93e52f04 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -135,10 +135,21 @@ return array( 'top_feed' => 'Top ten feeds', ), 'update' => array( + '_' => 'Update system', + 'apply' => 'Apply', + 'check' => 'Check for new updates', + 'last' => 'Last verification: %s', 'title' => 'Update system', ), - 'users' => array( + 'user' => array( 'articles_and_size' => '%s articles (%s)', + 'create' => 'Create new user', + 'email_persona' => 'Login mail address<br /><small>(for <a href="https://persona.org/" rel="external">Mozilla Persona</a>)</small>', + 'language' => 'Language', + 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', 'title' => 'Manage users', + 'user_list' => 'List of users', + 'username' => 'Username', + 'users' => 'Users', ), ); |
