tbrehm
2012-10-15 49df59c9fb814834bfca91fc8efc0f2248b6a0e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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['ttl_txt'] = 'TTL';
$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?';
?>