Skip to content

Commit 39ea2aa

Browse files
author
Till Brehm
committed
Merge branch 'typo-spamfilter' into 'stable-3.1'
Fix wrong DE translations for spamfilter See merge request ispconfig/ispconfig3!1030
2 parents 220909b + 9b91bf4 commit 39ea2aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

interface/web/mail/lib/lang/de_spamfilter_blacklist.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $wb['email_txt'] = 'E-Mail Adresse';
66
$wb['priority_txt'] = 'Priorität';
77
$wb['active_txt'] = 'Aktiv';
88
$wb['limit_spamfilter_wblist_txt'] = 'Die maximale Anzahl an White- oder Blacklist Einträgen für ihr Konto wurde erreicht.';
9-
$wb['10 - highest'] = '10 - höchste';
9+
$wb['10 - highest'] = '10 - höchste';
1010
$wb['5 - medium'] = '5 - normal';
1111
$wb['1 - lowest'] = '1 - niedrigste';
1212
?>

interface/web/mail/lib/lang/de_spamfilter_users.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $wb['fullname_txt'] = 'Name';
77
$wb['local_txt'] = 'Lokal';
88
$wb['email_error_notempty'] = 'Die E-Mail-Adresse darf nicht leer sein.';
99
$wb['fullname_error_notempty'] = 'Der Name darf nicht leer sein.';
10-
$wb['10 - highest'] = '10 - höchste';
10+
$wb['10 - highest'] = '10 - höchste';
1111
$wb['5 - medium'] = '5 - normal';
1212
$wb['1 - lowest'] = '1 - niedrigste';
1313
?>

interface/web/mail/lib/lang/de_spamfilter_whitelist.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
$wb['server_id_txt'] = 'Server';
33
$wb['wb_txt'] = 'wb';
44
$wb['rid_txt'] = 'Benutzer';
5-
$wb['email_txt'] = 'E-Mail';
5+
$wb['email_txt'] = 'E-Mail Adresse';
66
$wb['priority_txt'] = 'Priorität';
77
$wb['active_txt'] = 'Aktiv';
88
$wb['limit_spamfilter_wblist_txt'] = 'Die maximale Anzahl an White- oder Blacklist Einträgen für Ihr Konto wurde erreicht.';
9-
$wb['10 - highest'] = '10 - höchste';
9+
$wb['10 - highest'] = '10 - höchste';
1010
$wb['5 - medium'] = '5 - normal';
1111
$wb['1 - lowest'] = '1 - niedrigste';
1212
?>

0 commit comments

Comments
 (0)