Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['server_id_txt'] = 'Server';
02bf99 3 $wb['priority_txt'] = 'Prioritet';
T 4 $wb['policy_id_txt'] = 'Pravilo';
b51db0 5 $wb['email_txt'] = 'Email (Pattern)';
T 6 $wb['fullname_txt'] = 'Name';
7 $wb['local_txt'] = 'Local';
7b47c0 8 $wb['email_error_notempty'] = 'The email address must not be empty.';
T 9 $wb['fullname_error_notempty'] = 'The name must not be empty.';
dc9e64 10 $wb['10 - highest'] = '10 - highest';
TB 11 $wb['5 - medium'] = '5 - medium';
12 $wb['1 - lowest'] = '1 - lowest';
f99b12 13 ?>