From 2ab1e5850565647a6d1829d81e11e2bbfc7193dd Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 23 Jun 2015 07:21:33 -0400
Subject: [PATCH] Updated spanish language files.

---
 interface/web/dns/lib/lang/es_dns_a_list.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/web/dns/lib/lang/es_dns_a_list.lng b/interface/web/dns/lib/lang/es_dns_a_list.lng
index f9e8e1f..c4fa502 100644
--- a/interface/web/dns/lib/lang/es_dns_a_list.lng
+++ b/interface/web/dns/lib/lang/es_dns_a_list.lng
@@ -1,15 +1,15 @@
 <?php
 $wb['list_head_txt'] = 'Registro A';
-$wb['active_txt'] = 'Activar';
+$wb['active_txt'] = 'Habilitado';
 $wb['server_id_txt'] = 'Servidor';
 $wb['zone_txt'] = 'Zona';
 $wb['name_txt'] = 'Nombre';
-$wb['data_txt'] = 'Fecha';
+$wb['data_txt'] = 'Dato';
 $wb['aux_txt'] = 'Prioridad';
+$wb['ttl_txt'] = 'TTL';
 $wb['type_txt'] = 'Tipo';
-$wb['add_new_record_txt'] = 'Añadir nuevo registro A';
+$wb['add_new_record_txt'] = 'Añadir registro A de DNS';
 $wb['page_txt'] = 'Página';
 $wb['page_of_txt'] = 'de';
-$wb['delete_confirmation'] = '¿Realmente desea eliminar este registro?';
-$wb['ttl_txt'] = 'TTL';
+$wb['delete_confirmation'] = 'Realmente desea borrar este registro?';
 ?>

--
Gitblit v1.9.1