tbrehm
2009-12-16 da488d7651590b540d199243fcb27a90f61d7d6f
interface/web/dns/lib/lang/es_dns_a_list.lng
@@ -1,14 +1,15 @@
<?php
$wb['list_head_txt'] = 'A-Record';
$wb['active_txt'] = 'Active';
$wb['server_id_txt'] = 'Servidor';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Nombre';
$wb['data_txt'] = 'Fecha';
$wb['aux_txt'] = 'Prioridad';
$wb['type_txt'] = 'Tipo';
$wb['add_new_record_txt'] = 'Añadir nuevo registro A';
$wb['page_txt'] = 'Page';
$wb['page_of_txt'] = 'of';
$wb['delete_confirmation'] = 'Do you really want to delete this record?';
?>
<?php
$wb['list_head_txt'] = 'Registro A';
$wb['active_txt'] = 'Activar';
$wb['server_id_txt'] = 'Servidor';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Nombre';
$wb['data_txt'] = 'Fecha';
$wb['aux_txt'] = 'Prioridad';
$wb['type_txt'] = 'Tipo';
$wb['add_new_record_txt'] = 'Añadir nuevo registro A';
$wb['page_txt'] = 'Página';
$wb['page_of_txt'] = 'de';
$wb['delete_confirmation'] = '¿Realmente desea eliminar este registro?';
?>