changes for gdpr legal foo
This commit is contained in:
parent
ccc0889d00
commit
15d9abd280
|
@ -66,6 +66,9 @@ return [
|
||||||
'sendmail' => env('MAIL_SENDMAIL', '/usr/sbin/sendmail -bs'),
|
'sendmail' => env('MAIL_SENDMAIL', '/usr/sbin/sendmail -bs'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
# Your privacy@ contact address
|
||||||
|
'privacy_email' => '',
|
||||||
|
|
||||||
// Initial admin password
|
// Initial admin password
|
||||||
'setup_admin_password' => env('SETUP_ADMIN_PASSWORD', null),
|
'setup_admin_password' => env('SETUP_ADMIN_PASSWORD', null),
|
||||||
|
|
||||||
|
|
|
@ -365,7 +365,7 @@ function guest_register()
|
||||||
),
|
),
|
||||||
form_checkbox(
|
form_checkbox(
|
||||||
'email_by_human_allowed',
|
'email_by_human_allowed',
|
||||||
__('Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)'),
|
__('To receive vouchers, agree that nick, email address, worked hours and shirt size will be stored until the next similar event. To withdraw your approval, send an email to <a href="mailto:%s">%1$s</a>.', [config('privacy_email')]),
|
||||||
$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',
|
||||||
__('Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)'),
|
__('To receive vouchers, agree that nick, email address, worked hours and shirt size will be stored until the next similar event. To withdraw your approval, send an email to <a href="mailto:%s">%1$s</a>.', [config('privacy_email')]),
|
||||||
$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 "Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)"
|
msgid "To receive vouchers, agree that nick, email address, worked hours and shirt size will be stored until the next similar event. To withdraw your approval, send an email to <a href=\"mailto:%s\">%1$s</a>."
|
||||||
msgstr "Erlaube Orga- und Himmel-Engeln dich per Mail zu kontaktieren (zum Beispiel ist die notwendig zum Verteilen von Gutscheinen)"
|
msgstr "Um Voucher zu erhalten, stimme zu, dass Nick, E-Mail-Adresse, geleistete Arbeit und Shirtgröße bis zum nächsten gleichartigen Event gespeichert werden. Dies kann jederzeit durch eine Email an <a href=\"mailto:%s\">%1$s</a> widerrufen werden."
|
||||||
|
|
||||||
#: 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 "Allow orga and heaven angels to contact you by mail (for example this is necessary for distributing vouchers)"
|
msgid "To receive vouchers, agree that nick, email address, worked hours and shirt size will be stored until the next similar event. To withdraw your approval, send an email to <a href=\"mailto:%s\">%1$s</a>."
|
||||||
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