diff options
Diffstat (limited to 'app/i18n/en-us/admin.php')
| -rw-r--r-- | app/i18n/en-us/admin.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/i18n/en-us/admin.php b/app/i18n/en-us/admin.php index 481e5a714..471c2cf24 100644 --- a/app/i18n/en-us/admin.php +++ b/app/i18n/en-us/admin.php @@ -168,8 +168,20 @@ return array( 'max-categories' => 'Max number of categories per user', // IGNORE 'max-feeds' => 'Max number of feeds per user', // IGNORE 'registration' => array( - 'help' => '0 means that there is no account limit', // IGNORE 'number' => 'Max number of accounts', // IGNORE + 'select' => array( + 'label' => 'Registration form', // IGNORE + 'option' => array( + 'noform' => 'Disabled: No registration form', // IGNORE + 'nolimit' => 'Enabled: No limit of accounts', // IGNORE + 'setaccountsnumber' => 'Set max. number of accounts', // IGNORE + ), + ), + 'status' => array( + 'disabled' => 'Form disabled', // IGNORE + 'enabled' => 'Form enabled', // IGNORE + ), + 'title' => 'User registration form', // IGNORE ), ), 'update' => array( |
