moglia
2011-01-28 f7020dc3523a47771bbf8eb90140a1afa13fee14
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Aliasdomain';
$wb['active_txt'] = 'Активен';
$wb['server_id_txt'] = 'Сървър';
$wb['parent_domain_id_txt'] = 'Сайт';
$wb['domain_txt'] = 'Aliasdomain';
$wb['add_new_record_txt'] = 'Нов aliasdomain';
$wb['domain_error_empty'] = 'Не е посочен домейн.';
$wb['domain_error_unique'] = 'Домейнът вече съществува.';
$wb['domain_error_regex'] = 'Невалдно име на домейн.';
?>