| | |
| | | $wb['username_txt'] = 'Identifiant :'; |
| | | $wb['password_txt'] = 'Mot de passe :'; |
| | | $wb['function_txt'] = 'Fonctions :'; |
| | | $wb['username_error_unique'] = 'L\'identifiant doit être unique'; |
| | | $wb['username_error_empty'] = 'L\'identifiant ne peut être vide'; |
| | | $wb['username_error_unique'] = 'Lidentifiant doit être unique'; |
| | | $wb['username_error_empty'] = 'Lidentifiant ne peut être vide'; |
| | | $wb['password_error_empty'] = 'Le mot de passe ne peut être vide'; |
| | | $wb['password_strength_txt'] = 'Force du mot de passe :'; |
| | | $wb['Mail domain functions'] = 'Fonctions domaine email'; |
| | |
| | | $wb['DNS rp functions'] = 'Fonctions RP DNS'; |
| | | $wb['DNS srv functions'] = 'Fonctions SRV DNS'; |
| | | $wb['DNS txt functions'] = 'Fonctions TXT DNS'; |
| | | $wb['Mail mailing list functions'] = 'Fonctions Mailinglist Mail'; |
| | | $wb['generate_password_txt'] = 'Generate Password'; |
| | | $wb['repeat_password_txt'] = 'Repeat Password'; |
| | | $wb['password_mismatch_txt'] = 'The passwords do not match.'; |
| | | $wb['password_match_txt'] = 'The passwords do match.'; |
| | | ?> |
| | | |