| | |
| | | <?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'] = 'Importar configuración de correo de ISPConfig 3'; |
| | | $wb['legend_txt'] = 'Detalles de conexión del servidor remoto'; |
| | | $wb['legend2_txt'] = 'Importar dominios de correo'; |
| | | $wb['resync_sites_txt'] = 'Resincronizar Sitios webs'; |
| | | $wb['resync_ftp_txt'] = 'Resincronizar Usuarios FTP'; |
| | | $wb['resync_shell_txt'] = 'Resincronizar Usuarios de shell'; |
| | | $wb['resync_cron_txt'] = 'Resincronizar Tareas de cron'; |
| | | $wb['resync_db_txt'] = 'Resincronizar Configuración de bases de datos'; |
| | | $wb['resync_mailbox_txt'] = 'Resincronizar Buzones de correo'; |
| | | $wb['resync_dns_txt'] = 'Resincronizar 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 de correo'; |
| | | $wb['import_user_filter_txt'] = 'Importar filtros de usuarios'; |
| | | $wb['import_spamfilter_txt'] = 'Importar filtro de spam'; |
| | | ?> |