Florian Schaal
2014-01-08 2e5b1afd375e1065dfb451281e44a5a172fd2e8b
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.';
?>