summaryrefslogtreecommitdiff
path: root/app/i18n/en/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-08-29 11:33:37 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-08-29 11:33:37 +0200
commitebcebfe4311838406e85efb701c68024dbf08fbc (patch)
tree7fdd309e38271a5a5ccd00fd19ccdd04c10d8ae3 /app/i18n/en/admin.php
parent70544d8d40e07bcb90bc5e8bfe1282522c79dc00 (diff)
parentd396dd71524694766bde852834be15f477ceaf3e (diff)
Merge pull request #958 from aledeg/config_ui
Add a system configuration page
Diffstat (limited to 'app/i18n/en/admin.php')
-rw-r--r--app/i18n/en/admin.php15
1 files changed, 10 insertions, 5 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index aeea61631..6edb38cf0 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -146,6 +146,16 @@ return array(
'title' => 'Statistics',
'top_feed' => 'Top ten feeds',
),
+ 'system' => array(
+ '_' => 'System configuration',
+ 'instance-name' => 'Instance name',
+ 'max-categories' => 'Categories per user limit',
+ 'max-feeds' => 'Feeds per user limit',
+ 'registration' => array(
+ 'help' => '0 means that there is no account limit',
+ 'number' => 'Max number of accounts',
+ ),
+ ),
'update' => array(
'_' => 'Update system',
'apply' => 'Apply',
@@ -164,11 +174,6 @@ return array(
'numbers' => 'There are %d accounts created yet',
'password_form' => 'Password<br /><small>(for the Web-form login method)</small>',
'password_format' => 'At least 7 characters',
- 'registration' => array(
- 'allow' => 'Allow account creation',
- 'help' => '0 means that there is no account limit',
- 'number' => 'Max number of accounts',
- ),
'title' => 'Manage users',
'user_list' => 'List of users',
'username' => 'Username',