From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 interface/web/dns/lib/lang/es_dns_txt.lng |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/interface/web/dns/lib/lang/es_dns_txt.lng b/interface/web/dns/lib/lang/es_dns_txt.lng
old mode 100644
new mode 100755
index 61fcf75..632cd82
--- a/interface/web/dns/lib/lang/es_dns_txt.lng
+++ b/interface/web/dns/lib/lang/es_dns_txt.lng
@@ -1,19 +1,19 @@
 <?php
-$wb['server_id_txt'] = 'Servidor';
-$wb['zone_txt'] = 'Zona';
-$wb['name_txt'] = 'Nombre de la máquina';
-$wb['type_txt'] = 'tipo';
+$wb['active_txt'] = 'Habilitado';
+$wb['data_error_empty'] = 'El texto está vacío';
+$wb['data_error_regex'] = 'El texto tiene un formato incorrecto';
 $wb['data_txt'] = 'Texto';
+$wb['invalid_type_dkim'] = 'No está permitido DKIM. Use el botón DKIM.';
+$wb['invalid_type_dmarc'] = 'No está permitido DMARC. Use el botón DMARC.';
+$wb['invalid_type_spf'] = 'No está permitido SPF. Use el botón SPF.';
+$wb['limit_dns_record_txt'] = 'Ha alcanzado en su cuenta el número máx. de registros DNS.';
+$wb['name_error_empty'] = 'El nombre del host está vacío.';
+$wb['name_error_regex'] = 'El nombre del host tiene un formato incorrecto.';
+$wb['name_txt'] = 'Nombre del host';
+$wb['no_zone_perm'] = 'Usted no tiene permisos para agregar un registro a esta zona DNS.';
+$wb['server_id_txt'] = 'Servidor';
+$wb['ttl_range_error'] = 'El tiempo mín. de TTL es 60 segundos.';
 $wb['ttl_txt'] = 'TTL';
-$wb['active_txt'] = 'Activar';
-$wb['limit_dns_record_txt'] = 'Se ha alcanzado el número máximo de registro DNS de esta cuenta.';
-$wb['no_zone_perm'] = 'No tiene permiso para añadir registros a esta zona DNS.';
-$wb['name_error_empty'] = 'El nombre de la máquina está vacío.';
-$wb['name_error_regex'] = 'El formato del nombre de la máquina es incorrecto.';
-$wb['data_error_empty'] = 'Texto vacío.';
-$wb['data_error_regex'] = 'Formato de texto no válido';
-$wb['ttl_range_error'] = 'TTL mínimo es 60 segundos';
-$wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
-$wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
-$wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';
-?>
+$wb['type_txt'] = 'Tipo';
+$wb['zone_txt'] = 'Zona';
+?>
\ No newline at end of file

--
Gitblit v1.9.1