Till Brehm
2014-01-10 94c9617ebd5497ae8801a0c6e4b30999fcf23872
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'Сервер';
$wb['priority_txt'] = 'Приоритет';
$wb['policy_id_txt'] = 'Политика';
$wb['email_txt'] = 'Email (Шаблон)';
$wb['fullname_txt'] = 'Имя';
$wb['local_txt'] = 'Локальный';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
?>