redray
2009-03-08 ada1e6979c92651c13e8538881d2d756c7b54e6d
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['config_txt'] = 'config';
$wb['server_name_txt'] = 'Серверname';
$wb['mail_server_txt'] = 'Mailserver';
$wb['web_server_txt'] = 'Webserver';
$wb['dns_server_txt'] = 'DNS-Сервер';
$wb['file_server_txt'] = 'Fileserver';
$wb['db_server_txt'] = 'DB-Сервер';
$wb['vserver_server_txt'] = 'VСервер-Сервер';
$wb['active_txt'] = 'Активный';
?>