From f7ec00b2f8ba3efc5bdeacef9c813f8a826ae3be Mon Sep 17 00:00:00 2001 From: Patrick Anders <p.anders@timmehosting.de> Date: Wed, 10 Dec 2014 08:44:26 -0500 Subject: [PATCH] add Spdy option - http://en.wikipedia.org/wiki/SPDY --- interface/web/tools/lib/lang/es_resync.lng | 30 ++++++++++++++++++------------ 1 files changed, 18 insertions(+), 12 deletions(-) diff --git a/interface/web/tools/lib/lang/es_resync.lng b/interface/web/tools/lib/lang/es_resync.lng index f4cbf0d..a699866 100644 --- a/interface/web/tools/lib/lang/es_resync.lng +++ b/interface/web/tools/lib/lang/es_resync.lng @@ -1,13 +1,19 @@ <?php -$wb['head_txt'] = 'Resync Tool'; -$wb['legend_txt'] = 'Resync'; -$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'; -$wb['btn_cancel_txt'] = 'Cancel'; -?> \ No newline at end of file +$wb['head_txt'] = 'Herramienta de Resincronización'; +$wb['legend_txt'] = 'Resincronizar'; +$wb['resync_sites_txt'] = 'Resincronizar Sitios webs'; +$wb['resync_ftp_txt'] = 'Resincronizar Usuarios FTP'; +$wb['resync_shell_txt'] = 'Resincronizar Usuarios 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'] = 'Inicio'; +$wb['btn_cancel_txt'] = 'Cancelar'; +$wb['resync_client_txt'] = 'Resincronizar Clientes'; +$wb['resync_webdav_txt'] = 'Resync WebDAV-Users'; +$wb['resync_mail_txt'] = 'Resync Maildomains'; +$wb['resync_vserver_txt'] = 'Resync vServer'; +$wb['resync_firewall_txt'] = 'Resync Firewall'; +$wb['resync_no_server_txt'] = 'No active server found'; +?> -- Gitblit v1.9.1