wording: no self sign up allowed
This commit is contained in:
parent
d4e42ef721
commit
1cfab91f28
|
@ -93,8 +93,8 @@ function AngelType_edit_view($angeltype, $supporter_mode)
|
|||
__('Angel types which require introduction can only be used by an angel if enabled by a supporter (double opt-in).')
|
||||
),
|
||||
$supporter_mode
|
||||
? form_info(__('No Self Sign Up'), $angeltype['no_self_signup'] ? __('Yes') : __('No'))
|
||||
: form_checkbox('no_self_signup', __('No Self Sign Up'), $angeltype['no_self_signup']),
|
||||
? form_info(__('No Self Sign Up allowed'), $angeltype['no_self_signup'] ? __('Yes') : __('No'))
|
||||
: form_checkbox('no_self_signup', __('No Self Sign Up allowed'), $angeltype['no_self_signup']),
|
||||
$supporter_mode
|
||||
? form_info(__('Requires driver license'),
|
||||
$angeltype['requires_driver_license']
|
||||
|
|
|
@ -1966,8 +1966,8 @@ msgstr ""
|
|||
"(double-opt-in)."
|
||||
|
||||
#: includes/view/AngelTypes_view.php:96 includes/view/AngelTypes_view.php:97
|
||||
msgid "No Self Sign Up"
|
||||
msgstr "Kein Selbst-Eintragen"
|
||||
msgid "No Self Sign Up allowed"
|
||||
msgstr "Kein Selbst-Eintragen erlaubt"
|
||||
|
||||
#: includes/view/AngelTypes_view.php:99 includes/view/AngelTypes_view.php:105
|
||||
msgid "Requires driver license"
|
||||
|
|
Loading…
Reference in New Issue