Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
e94a9f 1 <?php
407003 2 $wb['head_txt'] = 'Import e-mail configuration from ISPConfig 3';
e94a9f 3 $wb['legend_txt'] = 'Remote server connection details';
407003 4 $wb['legend2_txt'] = 'Import e-mail domain';
e94a9f 5 $wb['resync_sites_txt'] = 'Resync Websites';
T 6 $wb['resync_ftp_txt'] = 'Resync FTP users';
7 $wb['resync_shell_txt'] = 'Resync shell users';
8 $wb['resync_cron_txt'] = 'Resync cronjobs';
9 $wb['resync_db_txt'] = 'Resync clientdb config';
10 $wb['resync_mailbox_txt'] = 'Resync Mailboxes';
11 $wb['resync_dns_txt'] = 'Resync DNS records';
12 $wb['btn_start_txt'] = 'Start Import';
13 $wb['btn_connect_txt'] = 'Connect to remote server';
14 $wb['btn_cancel_txt'] = 'Cancel';
15 $wb['client_group_id_txt'] = 'Local client';
407003 16 $wb['mail_domain_txt'] = 'Remote e-mail domain';
e94a9f 17 $wb['import_mailbox_txt'] = 'Import mailbox';
T 18 $wb['import_aliasdomain_txt'] = 'Import alias domain';
407003 19 $wb['import_alias_txt'] = 'Import e-mail alias';
e94a9f 20 $wb['import_forward_txt'] = 'Import forward';
T 21 $wb['import_user_filter_txt'] = 'Import user filter';
22 $wb['import_spamfilter_txt'] = 'Import spamfilter';
142907 23 ?>