commit | author | age
|
e94a9f
|
1 |
<?php |
T |
2 |
$wb['head_txt'] = 'Resync Tool'; |
|
3 |
$wb['legend_txt'] = 'Resync'; |
25907a
|
4 |
$wb['resync_all_txt'] = 'All services'; |
FS |
5 |
$wb['resync_sites_txt'] = 'Websites'; |
|
6 |
$wb['resync_ftp_txt'] = 'FTP-Accounts'; |
|
7 |
$wb['resync_webdav_txt'] = 'WebDAV-Users'; |
|
8 |
$wb['resync_shell_txt'] = 'Shell users'; |
|
9 |
$wb['resync_cron_txt'] = 'Cronjobs'; |
|
10 |
$wb['resync_db_txt'] = 'Client Database config'; |
|
11 |
$wb['resync_mailbox_txt'] = 'Mailboxes'; |
|
12 |
$wb['resync_mail_txt'] = 'Maildomains'; |
|
13 |
$wb['resync_mailfilter_txt'] = 'Mailfilter'; |
|
14 |
$wb['resync_mailinglist_txt'] = 'Mailinglist'; |
|
15 |
$wb['resync_dns_txt'] = 'DNS records'; |
|
16 |
$wb['resync_vserver_txt'] = 'vServer'; |
|
17 |
$wb['resync_client_txt'] = 'Client and reseller'; |
|
18 |
$wb['all_active_txt'] = 'All active server'; |
|
19 |
$wb['all_active_mail_txt'] = 'All active Mail-Server'; |
|
20 |
$wb['all_active_web_txt'] = 'All active Web-Server'; |
|
21 |
$wb['all_active_dns_txt'] = 'All active DNS-Server'; |
|
22 |
$wb['all_active_file_txt'] = 'All active File-Server'; |
|
23 |
$wb['all_active_db_txt'] = 'All active Database-Server'; |
|
24 |
$wb['all_active_vserver_txt'] = 'All active vServer'; |
|
25 |
$wb['do_sites_txt'] = 'Resynced Website'; |
|
26 |
$wb['do_ftp_txt'] = 'Resynced FTP user'; |
|
27 |
$wb['do_webdav_txt'] = 'Resynced WebDav user'; |
|
28 |
$wb['do_shell_txt'] = 'Resynced Shell user'; |
|
29 |
$wb['do_cron_txt'] = 'Resynced Cronjob'; |
|
30 |
$wb['do_db_user_txt'] = 'Resynced Database User'; |
|
31 |
$wb['do_db_txt'] = 'Resynced Database'; |
|
32 |
$wb['do_mail_txt'] = 'Resynced Maildomain'; |
|
33 |
$wb['do_mailbox_txt'] = 'Resynced Mailbox'; |
|
34 |
$wb['do_mail_alias_txt'] = 'Resynced Alias'; |
|
35 |
$wb['do_mail_access_txt'] = 'Resynced Mail access'; |
|
36 |
$wb['do_mail_contentfilter_txt'] = 'Resynced Content Filter'; |
|
37 |
$wb['do_mail_userfilter_txt'] = 'Resynced Mail User Filter'; |
|
38 |
$wb['do_mailinglist_txt'] = 'Resynced Mailinglist'; |
|
39 |
$wb['do_dns_txt'] = 'Resynced DNS zone'; |
|
40 |
$wb['do_vserver_txt'] = 'Resynced vServer'; |
|
41 |
$wb['do_clients_txt'] = 'Resynced clients and reseller'; |
|
42 |
$wb['no_results_txt'] = 'Nothing found'; |
e94a9f
|
43 |
$wb['btn_start_txt'] = 'Start'; |
T |
44 |
$wb['btn_cancel_txt'] = 'Cancel'; |
0deff1
|
45 |
$wb["do_mail_spamfilter_policy_txt"] = "Resynced Spamfilter Policies"; |
FS |
46 |
$wb["do_mail_spamfilter_txt"] = "Resynced Spamfilter"; |
fe8aa6
|
47 |
$wb["do_mailget_txt"] = "Resynced Fetchmail"; |
FS |
48 |
$wb["resync_mailget_txt"] = "Fetchmail"; |
142907
|
49 |
?> |