Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
e94a9f 1 <?php
2ab1e5 2 $wb['head_txt'] = 'Herramienta de resincronización';
TB 3 $wb['legend_txt'] = 'Resincronización';
4 $wb['resync_sites_txt'] = 'Resincronizar sitios web';
5 $wb['resync_ftp_txt'] = 'Resincronizar usuarios FTP';
6 $wb['resync_shell_txt'] = 'Resincronizar usuarios del shell';
7 $wb['resync_cron_txt'] = 'Resincronizar cronjobs';
8 $wb['resync_db_txt'] = 'Resincronizar configuración de clientes de base de dato';
9 $wb['resync_mailbox_txt'] = 'Resincronizar buzones';
10 $wb['resync_dns_txt'] = 'Resincronizar registros DNS';
11 $wb['btn_start_txt'] = 'Iniciar';
10b4c8 12 $wb['btn_cancel_txt'] = 'Cancelar';
2ab1e5 13 $wb['resync_client_txt'] = 'Resincronizar registros de clientes';
407003 14 $wb['resync_all_txt'] = 'All services';
TB 15 $wb['resync_webdav_txt'] = 'WebDAV-Users';
16 $wb['resync_mail_txt'] = 'Maildomains';
17 $wb['resync_mailfilter_txt'] = 'Mailfilter';
18 $wb['resync_mailinglist_txt'] = 'Mailinglist';
19 $wb['resync_vserver_txt'] = 'vServer';
20 $wb['all_active_txt'] = 'All active server';
21 $wb['all_active_mail_txt'] = 'All active Mail-Server';
22 $wb['all_active_web_txt'] = 'All active Web-Server';
23 $wb['all_active_dns_txt'] = 'All active DNS-Server';
24 $wb['all_active_file_txt'] = 'All active File-Server';
25 $wb['all_active_db_txt'] = 'All active Database-Server';
26 $wb['all_active_vserver_txt'] = 'All active vServer';
27 $wb['do_sites_txt'] = 'Resynced Website';
28 $wb['do_ftp_txt'] = 'Resynced FTP user';
29 $wb['do_webdav_txt'] = 'Resynced WebDav user';
30 $wb['do_shell_txt'] = 'Resynced Shell user';
31 $wb['do_cron_txt'] = 'Resynced Cronjob';
32 $wb['do_db_user_txt'] = 'Resynced Database User';
33 $wb['do_db_txt'] = 'Resynced Database';
34 $wb['do_mail_txt'] = 'Resynced Maildomain';
35 $wb['do_mailbox_txt'] = 'Resynced Mailbox';
36 $wb['do_mail_alias_txt'] = 'Resynced Alias';
37 $wb['do_mail_access_txt'] = 'Resynced Mail access';
38 $wb['do_mail_contentfilter_txt'] = 'Resynced Content Filter';
39 $wb['do_mail_userfilter_txt'] = 'Resynced Mail User Filter';
40 $wb['do_mailinglist_txt'] = 'Resynced Mailinglist';
41 $wb['do_dns_txt'] = 'Resynced DNS zone';
42 $wb['do_vserver_txt'] = 'Resynced vServer';
43 $wb['do_clients_txt'] = 'Resynced clients and reseller';
44 $wb['no_results_txt'] = 'Nothing found';
45 $wb['do_mail_spamfilter_policy_txt'] = 'Resynced Spamfilter Policies';
46 $wb['do_mail_spamfilter_txt'] = 'Resynced Spamfilter';
47 $wb['do_mailget_txt'] = 'Resynced Fetchmail';
48 $wb['resync_mailget_txt'] = 'Fetchmail';
142907 49 ?>