| | |
| | | <?php |
| | | $wb['limit_mailmailinglist_txt'] = 'Limit reached'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['listname_error_empty'] = 'Listname is empty.'; |
| | | $wb['domain_error_regex'] = 'Invalid domain name.'; |
| | | $wb['email_in_use_txt'] = 'Email is in use'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['listname_txt'] = 'Listname'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Limite atteinte'; |
| | | $wb['domain_error_empty'] = 'Le domain est vide.'; |
| | | $wb['listname_error_empty'] = 'Le nom de la liste est vide.'; |
| | | $wb['domain_error_regex'] = 'Nom de domaine invalide.'; |
| | | $wb['email_in_use_txt'] = 'L\'email est en cours d\'utilisation'; |
| | | $wb['no_domain_perm'] = 'Vous n\'avez pas la permission pour ce domain.'; |
| | | $wb['password_strength_txt'] = 'Force du mot de passe'; |
| | | $wb['server_id_txt'] = 'Serveur'; |
| | | $wb['domain_txt'] = 'Domaine'; |
| | | $wb['listname_txt'] = 'Nom de la liste'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['password_txt'] = 'Password'; |
| | | $wb['password_txt'] = 'Mot de passe'; |
| | | ?> |
| | | |