Nick Andriopoulos
2016-04-06 a3ce7daa565942496ca4d7e566be4ff6dafc0711
1
2
3
4
5
6
7
8
9
10
<?php
$wb['mailbox_password_txt'] = 'Mailbox password';
$wb['password_txt'] = 'Password';
$wb['password_strength_txt'] = 'Password strength';
$wb['email_txt'] = 'Courriel';
$wb['generate_password_txt'] = 'Générer mot de passe';
$wb['repeat_password_txt'] = 'Retaper le mot de passe';
$wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
$wb['password_match_txt'] = 'Les mots de passe correspondent.';
?>