tbrehm
2012-10-18 93bbf6c1f3d53cc6dd6a4b9600c99addb471c61e
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['head_txt'] = 'Resync Tool';
$wb['legend_txt'] = 'Resync';
$wb['resync_sites_txt'] = 'Resync Webseiten';
$wb['resync_ftp_txt'] = 'Resync FTP Benutzer';
$wb['resync_shell_txt'] = 'Resync Shell Benutzer';
$wb['resync_cron_txt'] = 'Resync Cronjobs';
$wb['resync_db_txt'] = 'Resync clientdb config';
$wb['resync_mailbox_txt'] = 'Resync Mailboxen';
$wb['resync_dns_txt'] = 'Resync DNS Einträge';
$wb['btn_start_txt'] = 'Start';
$wb['btn_cancel_txt'] = 'Zurück';
?>