Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 -';
?>