tbrehm
2012-05-07 14b85c78aff0585aba2303606686452a180d84a7
commit | author | age
d02193 1 <?php
T 2 $wb['head_txt'] = 'Resync Tool';
3 $wb['legend_txt'] = 'Resync';
4 $wb['resync_sites_txt'] = 'Resync Websites';
5 $wb['resync_ftp_txt'] = 'Resync FTP users';
6 $wb['resync_shell_txt'] = 'Resync shell users';
7 $wb['resync_cron_txt'] = 'Resync cronjobs';
14b85c 8 $wb['resync_db_txt'] = 'Resync clientdb config';
d02193 9 $wb['resync_mailbox_txt'] = 'Resync Mailboxes';
T 10 $wb['resync_dns_txt'] = 'Resync DNS records';
11 $wb['btn_start_txt'] = 'Start';
12 $wb['btn_cancel_txt'] = 'Cancel';
13 ?>