Till Brehm
2014-01-10 94c9617ebd5497ae8801a0c6e4b30999fcf23872
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'Server';
$wb['priority_txt'] = 'Prioritet';
$wb['policy_id_txt'] = 'Pravilo';
$wb['email_txt'] = 'Email (Pattern)';
$wb['fullname_txt'] = 'Name';
$wb['local_txt'] = 'Local';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
?>