Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
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 ?>
21c8aa 14
TB 15