Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
e94a9f 1 <?php
14f228 2 $wb['head_txt'] = 'Importera epostkonfiguration från ISPConfig 3';
TB 3 $wb['legend_txt'] = 'Fjärrserverns anslutningsuppgifter';
4 $wb['legend2_txt'] = 'Import era epostdomän';
5 $wb['resync_sites_txt'] = 'Synka webbsidor';
6 $wb['resync_ftp_txt'] = 'Synka FTP-användare';
7 $wb['resync_shell_txt'] = 'Synka shell-användare';
8 $wb['resync_cron_txt'] = 'Synka cron-jobb';
e94a9f 9 $wb['resync_db_txt'] = 'Resync clientdb config';
14f228 10 $wb['resync_mailbox_txt'] = 'Synka epostkonton';
TB 11 $wb['resync_dns_txt'] = 'Synka DNS-inlägg';
12 $wb['btn_start_txt'] = 'Starta import';
13 $wb['btn_connect_txt'] = 'Anslut till fjärrserver';
14 $wb['btn_cancel_txt'] = 'Avbryt';
15 $wb['client_group_id_txt'] = 'Lokal kund';
16 $wb['mail_domain_txt'] = 'Fjärrepostdomän';
17 $wb['import_mailbox_txt'] = 'Imporera epostkonto';
18 $wb['import_aliasdomain_txt'] = 'Importera aliasdomän';
19 $wb['import_alias_txt'] = 'Importera epostalias';
20 $wb['import_forward_txt'] = 'Importera vidarebefordring';
21 $wb['import_user_filter_txt'] = 'Importera användarfilter';
22 $wb['import_spamfilter_txt'] = 'Importera spamfilter';
142907 23 ?>
14f228 24