aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/he/admin.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-05 13:50:33 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-05 13:50:33 +0100
commitba1259bb2100a776ced28b3e068f17d97f3fd4fb (patch)
treea9f4556b166138060ea25fa0640a590d9900aa4b /app/i18n/he/admin.php
parente28a2e320eb40c777d476bd0e6d06fe6b73d3455 (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/he/admin.php')
-rw-r--r--app/i18n/he/admin.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/app/i18n/he/admin.php b/app/i18n/he/admin.php
index dc891a925..982712af4 100644
--- a/app/i18n/he/admin.php
+++ b/app/i18n/he/admin.php
@@ -168,8 +168,20 @@ return array(
'max-categories' => 'Max number of categories per user', // TODO
'max-feeds' => 'Max number of feeds per user', // TODO
'registration' => array(
- 'help' => '0 means that there is no account limit', // TODO
'number' => 'Max number of accounts', // TODO
+ '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(