laking
2011-04-04 74c7ca770b0cc8ab70fa383fc85e534603f8fd62
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Servidor';
$wb['server_name_txt'] = 'Nombre';
$wb['mail_server_txt'] = 'Correo';
$wb['web_server_txt'] = 'Web';
$wb['dns_server_txt'] = 'DNS';
$wb['file_server_txt'] = 'FTP';
$wb['db_server_txt'] = 'BD';
$wb['vserver_server_txt'] = 'VServer';
$wb['add_new_record_txt'] = 'AƱadir nuevo servidor';
?>