| | |
| | | <?php |
| | | $wb['head_txt'] = 'Import email configuration from ISPConfig 3'; |
| | | $wb['legend_txt'] = 'Remote server connection details'; |
| | | $wb['legend2_txt'] = 'Import email domain'; |
| | | $wb['resync_sites_txt'] = 'Resync Websites'; |
| | | $wb['resync_ftp_txt'] = 'Resync FTP users'; |
| | | $wb['resync_shell_txt'] = 'Resync shell users'; |
| | | $wb['resync_cron_txt'] = 'Resync cronjobs'; |
| | | $wb['resync_db_txt'] = 'Resync clientdb config'; |
| | | $wb['resync_mailbox_txt'] = 'Resync Mailboxes'; |
| | | $wb['resync_dns_txt'] = 'Resync DNS records'; |
| | | $wb['btn_start_txt'] = 'Start Import'; |
| | | $wb['btn_connect_txt'] = 'Connect to remote server'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['client_group_id_txt'] = 'Local client'; |
| | | $wb['mail_domain_txt'] = 'Remote email domain'; |
| | | $wb['import_mailbox_txt'] = 'Import mailbox'; |
| | | $wb['import_aliasdomain_txt'] = 'Import alias domain'; |
| | | $wb['import_alias_txt'] = 'Import email alias'; |
| | | $wb['import_forward_txt'] = 'Import forward'; |
| | | $wb['import_user_filter_txt'] = 'Import user filter'; |
| | | $wb['import_spamfilter_txt'] = 'Import spamfilter'; |
| | | $wb['head_txt'] = 'Configuración del correo Importar de ISPConfig 3'; |
| | | $wb['legend_txt'] = 'Detalles de conexión remota del servidor'; |
| | | $wb['legend2_txt'] = 'Importar dominio de correo'; |
| | | $wb['resync_sites_txt'] = 'Resync: Sitios webs'; |
| | | $wb['resync_ftp_txt'] = 'Resync: Usuarios FTP'; |
| | | $wb['resync_shell_txt'] = 'Resync: Usuarios de shell'; |
| | | $wb['resync_cron_txt'] = 'Resync: cronjobs'; |
| | | $wb['resync_db_txt'] = 'Resync: clientdb config'; |
| | | $wb['resync_mailbox_txt'] = 'Resync: buzones de correo'; |
| | | $wb['resync_dns_txt'] = 'Resync: registros DNS '; |
| | | $wb['btn_start_txt'] = 'Comenzar importación'; |
| | | $wb['btn_connect_txt'] = 'Conectar al servidor remoto'; |
| | | $wb['btn_cancel_txt'] = 'Cancelar'; |
| | | $wb['client_group_id_txt'] = 'Cliente local'; |
| | | $wb['mail_domain_txt'] = 'Dominio de correo remoto'; |
| | | $wb['import_mailbox_txt'] = 'Importar buzón de correo'; |
| | | $wb['import_aliasdomain_txt'] = 'Importar alias de dominio'; |
| | | $wb['import_alias_txt'] = 'Importe alias de correo'; |
| | | $wb['import_forward_txt'] = 'Importar reenvio'; |
| | | $wb['import_user_filter_txt'] = 'Importar filtro de usuarios'; |
| | | $wb['import_spamfilter_txt'] = 'Importar filtro de spam'; |
| | | ?> |