Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['server_id_txt'] = 'Serveur';
3 $wb['priority_txt'] = 'Priorité';
4 $wb['policy_id_txt'] = 'Politique';
5 $wb['email_txt'] = 'Email (Schéma)';
6 $wb['fullname_txt'] = 'Nom';
7 $wb['local_txt'] = 'Local';
407003 8 $wb['email_error_notempty'] = 'The e-mail address must not be empty.';
7b47c0 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';
181529 13 ?>