From ba1259bb2100a776ced28b3e068f17d97f3fd4fb Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 5 Feb 2022 13:50:33 +0100 Subject: 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 --- app/i18n/nl/admin.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'app/i18n/nl/admin.php') diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index c5eca9a78..f52e33a53 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -168,8 +168,20 @@ return array( 'max-categories' => 'Categorielimiet per gebruiker', 'max-feeds' => 'Feedlimiet per gebruiker', 'registration' => array( - 'help' => '0 betekent geen account limiet', 'number' => 'Maximum aantal accounts', + '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( -- cgit v1.2.3