vogelor
2010-05-04 362a6b3af3524de09ef0c41ee2e6d7b5dcd663fa
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Сервер';
$wb['server_name_txt'] = 'Имя';
$wb['mail_server_txt'] = 'Почта';
$wb['web_server_txt'] = 'Веб';
$wb['dns_server_txt'] = 'ДНС';
$wb['file_server_txt'] = 'Файл';
$wb['db_server_txt'] = 'БД';
$wb['vserver_server_txt'] = 'VСервер';
$wb['add_new_record_txt'] = 'Добавить новый сервер';
?>