diff options
| author | 2022-02-05 13:50:33 +0100 | |
|---|---|---|
| committer | 2022-02-05 13:50:33 +0100 | |
| commit | ba1259bb2100a776ced28b3e068f17d97f3fd4fb (patch) | |
| tree | a9f4556b166138060ea25fa0640a590d9900aa4b /app/i18n/ru/admin.php | |
| parent | e28a2e320eb40c777d476bd0e6d06fe6b73d3455 (diff) | |
Improvement: config registration form settings (#3932)
* wip
* wip
* i18n en-us
* phpcs fixes
* wip i18n
* wip i18n
* i18n ignore en-us
* delete registration.help
* i18n de
* JS Syntax fixed for config.js
* JavaScript lint fixes config.js
* fix typo in i18n/de
* improve the JS
* improve HTML
* phpcs fixes
* update main.js from edge
* fix i18n comments
* Update app/i18n/fr/admin.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ru/admin.php')
| -rw-r--r-- | app/i18n/ru/admin.php | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/i18n/ru/admin.php b/app/i18n/ru/admin.php index a3b08e99e..c8e72d024 100644 --- a/app/i18n/ru/admin.php +++ b/app/i18n/ru/admin.php @@ -168,8 +168,20 @@ return array( 'max-categories' => 'Максимальное количество категорий на пользователя', 'max-feeds' => 'Максимальное количество лент на пользователя', 'registration' => array( - 'help' => '0 означает неограниченное количество пользователей', 'number' => 'Максимальное количество пользователей', + 'select' => array( + 'label' => 'Registration form', // TODO + 'option' => array( + 'noform' => 'Disabled: No registration form', // TODO + 'nolimit' => 'Enabled: No limit of accounts', // TODO + 'setaccountsnumber' => 'Set max. number of accounts', // TODO + ), + ), + 'status' => array( + 'disabled' => 'Form disabled', // TODO + 'enabled' => 'Form enabled', // TODO + ), + 'title' => 'User registration form', // TODO ), ), 'update' => array( |
