| | |
| | | $wb['password_txt'] = 'Mot de passe'; |
| | | $wb['maildir_txt'] = 'Maildir'; |
| | | $wb['postfix_txt'] = 'Activer la réception'; |
| | | $wb['greylisting_txt'] = 'Enable greylisting'; |
| | | $wb['access_txt'] = 'Activer l\'accès'; |
| | | $wb['policy_txt'] = 'Filtre antispam'; |
| | | $wb['no_policy'] = '- inactif -'; |
| | |
| | | $wb['disablepop3_txt'] = 'Désactiver POP3'; |
| | | $wb['duplicate_alias_or_forward_txt'] = 'Il y a déja un alias ou un transfert d\'email sur cette adresse.'; |
| | | $wb['autoresponder_start_date_txt'] = 'Démarrer le'; |
| | | $wb['autoresponder_start_date_isfuture'] = 'La date de démarrage ne peut être une date passée.'; |
| | | $wb['autoresponder_start_date_ispast'] = 'La date de démarrage ne peut être une date passée.'; |
| | | $wb['autoresponder_end_date_txt'] = 'Terminer le'; |
| | | $wb['autoresponder_end_date_isgreater'] = 'La date de fin doit être saisie et doit être ultérieure à la date de début.'; |
| | | $wb['quota_error_value'] = 'Valeur de quota invalide. Les valeurs de quota autorisées sont : 0 pour illimité ou nombres > 1'; |
| | |
| | | $wb['login_error_regex'] = 'Les caractères valides sont A-Z, a-z, 0-9, ., _ et -.'; |
| | | $wb['login_txt'] = 'Nom d\'utilisateur (optionnel)'; |
| | | $wb['error_login_email_txt'] = 'Ce nom d\'utilisaeur n\'est pas autorisé. Veuilez entrer un nom différent ou utiliser l\'adresse email comme nom d\'utilisateur.'; |
| | | $wb['autoresponder_subject_txt'] = 'Email Subject'; |
| | | $wb['autoresponder_subject'] = 'Out of office reply'; |
| | | $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.'; |
| | | $wb["backup_interval_txt"] = 'Backup interval'; |
| | | $wb["backup_copies_txt"] = 'Number of backup copies'; |
| | | $wb['no_backup_txt'] = 'No backup'; |
| | | $wb['daily_backup_txt'] = 'Daily'; |
| | | $wb['weekly_backup_txt'] = 'Weekly'; |
| | | $wb['monthly_backup_txt'] = 'Monthly'; |
| | | $wb['disablesmtp_txt'] = 'Disable SMTP (sending)'; |
| | | $wb['email_error_isascii'] = 'Please do not use special unicode characters for your password. This could lead to problems with your mail client.'; |
| | | $wb['cc_note_txt'] = '(Separate multiple email addresses with commas)'; |
| | | ?> |
| | | |