Florian Schaal
2014-09-10 37a8909be5379ca204eb15fd00dedd29d9efb038
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
$wb['head_txt'] = 'Resync Tool';
$wb['legend_txt'] = 'Resync';
$wb['resync_sites_txt'] = 'Resync Websites';
$wb['resync_ftp_txt'] = 'Resync FTP-Accounts';
$wb['resync_webdav_txt'] = 'Resync WebDAV-Users';
$wb['resync_shell_txt'] = 'Resync shell users';
$wb['resync_cron_txt'] = 'Resync cronjobs';
$wb['resync_db_txt'] = 'Resync Client Database config';
$wb['resync_mailbox_txt'] = 'Resync Mailboxes';
$wb['resync_mail_txt'] = 'Resync Maildomains';
$wb['resync_dns_txt'] = 'Resync DNS records';
$wb['resync_vserver_txt'] = 'Resync vServer';
$wb['resync_client_txt'] = 'Resync Client records';
$wb['resync_firewall_txt'] = 'Resync Firewall';
$wb['resync_no_server_txt'] = 'No active server found';
$wb['btn_start_txt'] = 'Start';
$wb['btn_cancel_txt'] = 'Cancel';
?>