email option updated
This commit is contained in:
parent
ea93eb3129
commit
ccc0889d00
|
@ -365,7 +365,7 @@ function guest_register()
|
||||||
),
|
),
|
||||||
form_checkbox(
|
form_checkbox(
|
||||||
'email_by_human_allowed',
|
'email_by_human_allowed',
|
||||||
__('Humans are allowed to send me an email (e.g. for ticket vouchers)'),
|
__('Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)'),
|
||||||
$email_by_human_allowed
|
$email_by_human_allowed
|
||||||
),
|
),
|
||||||
])
|
])
|
||||||
|
|
|
@ -100,7 +100,7 @@ function User_settings_view(
|
||||||
),
|
),
|
||||||
form_checkbox(
|
form_checkbox(
|
||||||
'email_by_human_allowed',
|
'email_by_human_allowed',
|
||||||
__('Humans are allowed to send me an email (e.g. for ticket vouchers)'),
|
__('Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)'),
|
||||||
$user_source->settings->email_human
|
$user_source->settings->email_human
|
||||||
),
|
),
|
||||||
$enable_tshirt_size ? form_select(
|
$enable_tshirt_size ? form_select(
|
||||||
|
|
|
@ -1627,8 +1627,8 @@ msgid "Notify me of new news"
|
||||||
msgstr "Benachrichtige mich bei neuen News"
|
msgstr "Benachrichtige mich bei neuen News"
|
||||||
|
|
||||||
#: includes/pages/guest_login.php:291 includes/view/User_view.php:73
|
#: includes/pages/guest_login.php:291 includes/view/User_view.php:73
|
||||||
msgid "Humans are allowed to send me an email (e.g. for ticket vouchers)"
|
msgid "Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)"
|
||||||
msgstr "Menschen dürfen mir eine E-Mail senden (z.B. für Ticket Gutscheine)"
|
msgstr "Erlaube Orga- und Himmel-Engeln dich per Mail zu kontaktieren (zum Beispiel ist die notwendig zum Verteilen von Gutscheinen)"
|
||||||
|
|
||||||
#: includes/pages/guest_login.php:300 includes/view/User_view.php:48
|
#: includes/pages/guest_login.php:300 includes/view/User_view.php:48
|
||||||
msgid "Planned date of arrival"
|
msgid "Planned date of arrival"
|
||||||
|
|
|
@ -1354,7 +1354,7 @@ msgstr ""
|
||||||
"mudam)"
|
"mudam)"
|
||||||
|
|
||||||
#: includes/pages/guest_login.php:230 includes/view/User_view.php:51
|
#: includes/pages/guest_login.php:230 includes/view/User_view.php:51
|
||||||
msgid "Humans are allowed to send me an email (e.g. for ticket vouchers)"
|
msgid "Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)"
|
||||||
msgstr "Permito que humanos me enviem emails (por exemplo, para um voucher)"
|
msgstr "Permito que humanos me enviem emails (por exemplo, para um voucher)"
|
||||||
|
|
||||||
#: includes/pages/guest_login.php:235 includes/view/User_view.php:43
|
#: includes/pages/guest_login.php:235 includes/view/User_view.php:43
|
||||||
|
|
Loading…
Reference in New Issue