Marius Cramer
2015-11-17 a5714c39c76695af5b2220e93a4ac3121a9d83a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['config_txt'] = 'configuración';
$wb['server_name_txt'] = 'Nombre del 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 archivos';
$wb['db_server_txt'] = 'Servidor de DB';
$wb['vserver_server_txt'] = 'Servidor VServer';
$wb['proxy_server_txt'] = 'Servidor Proxy';
$wb['firewall_server_txt'] = 'Servidor corta fuego';
$wb['active_txt'] = 'Habilitado';
$wb['mirror_server_id_txt'] = 'Es el espejo del servidor';
$wb['- None -'] = '- Ninguno -';
$wb['proxy_server_txt'] = 'Proxy';
$wb['firewall_server_txt'] = 'Cortafuegos';
?>