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'] = 'A-Record';
$wb['active_txt'] = 'Активный';
$wb['server_id_txt'] = 'Сервер';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Name';
$wb['data_txt'] = 'Data';
$wb['type_txt'] = 'Тип';
$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'] = 'Добавить DNS A-Record';
$wb['aux_txt'] = 'Priority';
?>