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/de/admin.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'app/i18n/de/admin.php') diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index 6f8164575..717b77cc2 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -168,8 +168,20 @@ return array( 'max-categories' => 'Anzahl erlaubter Kategorien pro Benutzer', 'max-feeds' => 'Anzahl erlaubter Feeds pro Benutzer', 'registration' => array( - 'help' => '0 heißt, dass es kein Account Limit gibt', 'number' => 'Maximale Anzahl von Accounts', + 'select' => array( + 'label' => 'Registrierungsformular', + 'option' => array( + 'noform' => 'Deaktiviert: Keine Registrierung möglich', + 'nolimit' => 'Aktiviert: Registrierung möglich', + 'setaccountsnumber' => 'Anzahl maximaler Benutzer-Acounts festlegen', + ), + ), + 'status' => array( + 'disabled' => 'Formular deaktiviert', + 'enabled' => 'Formular aktiviert', + ), + 'title' => 'Benutzer-Registrierungsformular', ), ), 'update' => array( -- cgit v1.2.3