diff options
| author | 2014-12-11 19:32:59 +0100 | |
|---|---|---|
| committer | 2014-12-11 19:32:59 +0100 | |
| commit | 59fc73baa9cbd87fdc2d63e83533a36533c740bf (patch) | |
| tree | 2fbf504084547f057d2e72cfcefc64bf60549195 /app/i18n/en/admin.php | |
| parent | fee1ae997af678cb834d9db25a636032f43a5674 (diff) | |
Fix i18n for update and user controllers
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 05077cf66..7778c56a7 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -81,6 +81,7 @@ return array( 'nok' => 'There is one or more lacking tables in the database.', 'ok' => 'Tables are existing in the database.', ), + 'title' => 'Installation checking', 'tokens' => array( 'nok' => 'Check permissions on <em>./data/tokens</em> directory. HTTP server must have rights to write into', 'ok' => 'Permissions on tokens directory are good.', @@ -122,7 +123,11 @@ return array( 'title' => 'Statistics', 'top_feed' => 'Top ten feeds', ), + 'update' => array( + 'title' => 'Update system', + ), 'users' => array( 'articles_and_size' => '%s articles (%s)', + 'title' => 'Manage users', ), ); |
