Fantu
2009-12-27 2d870d2e8f19312c714b1c2891c6397e01815af3
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['config_txt'] = 'configuración';
$wb['server_name_txt'] = 'Nombre de servidor';
$wb['mail_server_txt'] = 'Servidor de correo';
$wb['web_server_txt'] = 'Servidor web';
$wb['dns_server_txt'] = 'Servidor DNS';
$wb['file_server_txt'] = 'Servidor de ficheros';
$wb['db_server_txt'] = 'Servidor de bases de datos';
$wb['vserver_server_txt'] = 'ServidorVirtual-Servidor';
$wb['active_txt'] = 'Activar';
$wb['mirror_server_id_txt'] = 'Is mirror of Server';
$wb['- None -'] = '- None -';
?>