|
|
@ -20,7 +20,7 @@ function engelsystem_email_to_user($recipient_user, $title, $message, $not_if_it
|
|
|
|
$message = sprintf(_('Hi %s,'), $recipient_user['Nick']) . "\n\n"
|
|
|
|
$message = sprintf(_('Hi %s,'), $recipient_user['Nick']) . "\n\n"
|
|
|
|
. _('here is a message for you from the engelsystem:') . "\n\n"
|
|
|
|
. _('here is a message for you from the engelsystem:') . "\n\n"
|
|
|
|
. $message . "\n\n"
|
|
|
|
. $message . "\n\n"
|
|
|
|
. _('This email is autogenerated and has not to be signed. You got this email because you are registered in the engelsystem.');
|
|
|
|
. _('This email is autogenerated and has not been signed. You got this email because you are registered in the engelsystem.');
|
|
|
|
|
|
|
|
|
|
|
|
gettext_locale();
|
|
|
|
gettext_locale();
|
|
|
|
|
|
|
|
|
|
|
|