File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
interface/web/mail/lib/lang Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ $wb['recipient_txt'] = 'Empfänger';
55$wb['active_txt'] = 'Aktiv';
66$wb['source_error_notempty'] = 'Adresse ist leer.';
77$wb['type_txt'] = 'Typ';
8- $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached .';
8+ $wb['limit_mailfilter_txt'] = 'Die max. Anzahl an Emailfilter für ihren Account wurde erreicht .';
99?>
Original file line number Diff line number Diff line change 22$wb['email_txt'] = 'Emailadresse';
33$wb['destination_txt'] = 'Ziel Emailadresse';
44$wb['active_txt'] = 'Aktiv';
5- $wb['limit_mailforward_txt'] = 'The max. number of email forwarders for your account is reached .';
5+ $wb['limit_mailforward_txt'] = 'Die max. Anzahl an Emailweiterleitungen für ihren Account wurde erreicht .';
66?>
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ $wb['source_password_txt'] = 'Passwort';
77$wb['source_delete_txt'] = 'Mails nach Empfang löschen';
88$wb['destination_txt'] = 'Ziel';
99$wb['active_txt'] = 'Aktiv';
10- $wb['limit_fetchmail_txt'] = 'The max. number of Fetchmail records for your account is reached .';
11- $wb['source_server_error_isempty'] = 'Server is empty .';
12- $wb['source_username_error_isempty'] = 'Username is empty .';
13- $wb['source_password_error_isempty'] = 'Password is empty .';
14- $wb['destination_error_isemail'] = 'No destination selected .';
10+ $wb['limit_fetchmail_txt'] = 'Die max. Anzahl an Fetchmail Einträgen für ihren Account wurde erreicht .';
11+ $wb['source_server_error_isempty'] = 'Server ist leer .';
12+ $wb['source_username_error_isempty'] = 'Benutzername ist leer .';
13+ $wb['source_password_error_isempty'] = 'Passwort ist leer .';
14+ $wb['destination_error_isemail'] = 'Keine Destination gewählt .';
1515?>
Original file line number Diff line number Diff line change 11<?php
22$wb['list_head_txt'] = 'Advanced Email Routing';
3- $wb['active_txt'] = 'Active ';
3+ $wb['active_txt'] = 'Aktiv ';
44$wb['server_id_txt'] = 'Server';
55$wb['domain_txt'] = 'Domain';
66$wb['transport_txt'] = 'Transport';
7- $wb['sort_order_txt'] = 'Sort by ';
8- $wb['add_new_record_txt'] = 'Add new transport';
7+ $wb['sort_order_txt'] = 'Sortiert nach ';
8+ $wb['add_new_record_txt'] = 'Neuen transport hinzufügen ';
99?>
Original file line number Diff line number Diff line change 11<?php
22$wb['rulename_txt'] = 'Name';
3- $wb['action_txt'] = 'Action ';
4- $wb['target_txt'] = 'Folder ';
5- $wb['active_txt'] = 'Active ';
6- $wb['rulename_error_empty'] = 'Name is empty .';
7- $wb['searchterm_is_empty'] = 'Search term is empty .';
8- $wb['source_txt'] = 'Source ';
3+ $wb['action_txt'] = 'Aktion ';
4+ $wb['target_txt'] = 'Ordner ';
5+ $wb['active_txt'] = 'Aktiv ';
6+ $wb['rulename_error_empty'] = 'Name ist leer .';
7+ $wb['searchterm_is_empty'] = 'Suchbegriff ist leer .';
8+ $wb['source_txt'] = 'Quelle ';
99?>
Original file line number Diff line number Diff line change 11<?php
22$wb['rulename_txt'] = 'Name';
3- $wb['add_new_record_txt'] = 'Add new Filter';
4- $wb['page_txt'] = 'Page ';
5- $wb['page_of_txt'] = 'of ';
3+ $wb['add_new_record_txt'] = 'Neuen Filter hinzufügen ';
4+ $wb['page_txt'] = 'Seite ';
5+ $wb['page_of_txt'] = 'von ';
66?>
You can’t perform that action at this time.
0 commit comments