tbrehm
2008-09-21 a3ec01f5d062bed021961d5b19f9efe2963fea15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb["list_head_txt"] = 'Email Catchall';
$wb["active_txt"] = 'Активный';
$wb["source_txt"] = 'source';
$wb["destination_txt"] = 'Email адрес получатель';
$wb["page_txt"] = 'Страница';
$wb["page_of_txt"] = 'из';
$wb["page_next_txt"] = 'Дальше';
$wb["page_back_txt"] = 'Назад';
$wb["delete_txt"] = 'Удалить';
$wb["filter_txt"] = 'Фильтр';
$wb["server_id_txt"] = 'Сервер';
$wb["domain_txt"] = 'Домен';
$wb["add_new_record_txt"] = 'Добавить Catchall';
?>