Marius Cramer
2014-03-05 cd9e802b9f36c572d6ca9246c47f6795efccae22
1
2
3
4
5
6
7
8
9
10
<?php
$wb['server_id_txt'] = 'Serveur';
$wb['priority_txt'] = 'Priorité';
$wb['policy_id_txt'] = 'Politique';
$wb['email_txt'] = 'Email (Schéma)';
$wb['fullname_txt'] = 'Nom';
$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.';
?>