Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
24a2f0 1 <?php
97b472 2 $wb['server_id_txt'] = 'Server';
407003 3 $wb['priority_txt'] = 'Priorita';
97b472 4 $wb['policy_id_txt'] = 'Policy';
F 5 $wb['email_txt'] = 'Email (Pattern)';
407003 6 $wb['fullname_txt'] = 'Nome';
97b472 7 $wb['local_txt'] = 'Local';
407003 8 $wb['email_error_notempty'] = 'The email address must not be vuoto.';
TB 9 $wb['fullname_error_notempty'] = 'The name must not be vuoto.';
10 $wb['10 - highest'] = '10 - elevata';
11 $wb['5 - medium'] = '5 - media';
12 $wb['1 - lowest'] = '1 - minima';
97b472 13 ?>