diff options
Diffstat (limited to 'app/i18n/en/admin.php')
| -rw-r--r-- | app/i18n/en/admin.php | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index 9db14978f..004089ffc 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -106,23 +106,23 @@ return array( ), ), 'extensions' => array( + 'author' => 'Author', + 'community' => 'Available community extensions', + 'description' => 'Description', 'disabled' => 'Disabled', 'empty_list' => 'There are no installed extensions', 'enabled' => 'Enabled', + 'latest' => 'Installed', + 'name' => 'Name', 'no_configure_view' => 'This extension cannot be configured.', 'system' => array( '_' => 'System extensions', 'no_rights' => 'System extension (you have no rights on it)', ), 'title' => 'Extensions', + 'update' => 'Update available', 'user' => 'User extensions', - 'community' => 'Available community extensions', - 'name' => 'Name', 'version' => 'Version', - 'description' => 'Description', - 'author' => 'Author', - 'latest' => 'Installed', - 'update' => 'Update available', ), 'stats' => array( '_' => 'Statistics', @@ -162,6 +162,10 @@ return array( 'instance-name' => 'Instance name', 'max-categories' => 'Categories per user limit', 'max-feeds' => 'Feeds per user limit', + 'cookie-duration' => array( + 'help' => 'in seconds', + 'number' => 'Duration to keep logged in', + ), 'registration' => array( 'help' => '0 means that there is no account limit', 'number' => 'Max number of accounts', |
