karailiev
2008-11-21 03442556a0485573db90148aae677f621b64c862
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb["list_head_txt"] = 'Aliasdomain';
$wb["active_txt"] = 'Активный';
$wb["server_id_txt"] = 'Сервер';
$wb["parent_domain_id_txt"] = 'Website';
$wb["domain_txt"] = 'Aliasdomain';
$wb["page_txt"] = 'Страница';
$wb["page_of_txt"] = 'из';
$wb["page_next_txt"] = 'Дальше';
$wb["page_back_txt"] = 'Назад';
$wb["delete_txt"] = 'Удалить';
$wb["filter_txt"] = 'Фильтр';
$wb["add_new_record_txt"] = 'Добавить новый aliasdomain';
$wb["domain_error_empty"] = 'Домен пустой.';
$wb["domain_error_unique"] = 'Домен должен быть уникальным.';
$wb["domain_error_regex"] = 'Имя домена неправильно.';
?>