Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['active_txt'] = 'Habilitado';
$wb['add_new_record_txt'] = 'Añadir registro DNS A';
$wb['aux_txt'] = 'Prioridad';
$wb['data_txt'] = 'Dato';
$wb['delete_confirmation'] = 'Realmente desea borrar este registro?';
$wb['list_head_txt'] = 'Registro A';
$wb['name_txt'] = 'Nombre';
$wb['page_of_txt'] = 'de';
$wb['page_txt'] = 'Página';
$wb['server_id_txt'] = 'Servidor';
$wb['ttl_txt'] = 'TTL';
$wb['type_txt'] = 'Tipo';
$wb['zone_txt'] = 'Zona';
?>