vogelor
2010-06-08 e4efe7ac4a0f4d886d43d28517affacafc84a7c9
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'] = 'Невалдно име на домейн.';
?>