tbrehm
2008-12-10 164db6ad7fa1e974864a127c5514f3b5cc2170db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['list_head_txt'] = 'Поддомейни';
$wb['active_txt'] = 'Активен';
$wb['server_id_txt'] = 'Сървър';
$wb['parent_domain_id_txt'] = 'Сайт';
$wb['domain_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'] = 'Нов поддомейн';
?>