[Web] Some language updates for sys mails

This commit is contained in:
André
2018-10-12 10:57:47 +02:00
parent 23e6e52f4f
commit 5ce15eac4b
4 changed files with 21 additions and 13 deletions

View File

@@ -723,5 +723,9 @@ $lang['admin']['excludes'] = 'Excludes these recipients';
$lang['admin']['includes'] = 'Include these recipients';
$lang['admin']['text'] = 'Text';
$lang['admin']['activate_send'] = 'Activate send button';
$lang['admin']['send'] = 'Send';
$lang['warning']['ip_invalid'] = 'Skipped invalid IP: %s';
$lang['danger']['text_empty'] = 'Text must not be empty';
$lang['danger']['subject_empty'] = 'Subject must not be empty';
$lang['danger']['from_invalid'] = 'Absender darf nicht leer sein';