You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/web/mail/lib/lang/de_mail_get.lng
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<?php
2
2
$wb['server_id_txt'] = 'Server';
3
3
$wb['type_txt'] = 'Typ';
4
-
$wb['source_server_txt'] = 'POP3/IMAPServer';
4
+
$wb['source_server_txt'] = 'POP3/IMAP-Server';
5
5
$wb['source_username_txt'] = 'Benutzername';
6
6
$wb['source_password_txt'] = 'Passwort';
7
7
$wb['source_delete_txt'] = 'Mails nach Empfang löschen';
@@ -12,7 +12,7 @@ $wb['source_server_error_isempty'] = 'Server ist leer.';
12
12
$wb['source_username_error_isempty'] = 'Benutzername ist leer.';
13
13
$wb['source_password_error_isempty'] = 'Passwort ist leer.';
14
14
$wb['destination_error_isemail'] = 'Kein Ziel gewählt.';
15
-
$wb['source_server_error_regex'] = 'POP3/IMAPServer ist kein gültiger Domainname.';
15
+
$wb['source_server_error_regex'] = 'POP3/IMAP-Server ist kein gültiger Domainname.';
16
16
$wb['source_read_all_txt'] = 'Alle E-Mails abrufen (incl. bereits gelesene E-Mails)';
17
17
$wb['error_delete_read_all_combination'] = 'Unzulässige Kombination von Optionen. Sie können \\"Mails nach Empfang löschen\\" nicht deaktivieren während sie \\"Alle E-Mails abrufen\\" aktiviert haben.';
0 commit comments