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