| | |
| | | <?php
|
| | | // Traduction française par Falistos (http://hyodream.fr/ispconfig-fr) |
| | | // Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt
|
| | |
|
| | | $wb["limit_client_error_notint"] = "The sub client limit must be a number.";
|
| | | $wb["limit_maildomain_txt"] = "Nombre max. de domaines d'e-mails";
|
| | | $wb["limit_mailbox_txt"] = "Nombre max. de boites e-mail";
|
| | | $wb["limit_mailalias_txt"] = "Nombre max. d'alias d'e-mail";
|
| | | $wb["limit_mailforward_txt"] = "Nombre max. de routeurs d'e-mail";
|
| | | $wb["limit_mailcatchall_txt"] = "Nombre max. de comptes catchall";
|
| | | $wb["limit_mailrouting_txt"] = "Nombre max. de routes d'e-mails";
|
| | | $wb["limit_mailfilter_txt"] = "Nombre max. de filtres d'e-mails";
|
| | | $wb["limit_fetchmail_txt"] = "Nombre max. de comptes fetchmail";
|
| | | $wb["limit_mailquota_txt"] = "Quota des boites e-mail";
|
| | | $wb["limit_spamfilter_wblist_txt"] = "Nombre max. de liste blanches/noires d'e-mails";
|
| | | $wb["limit_spamfilter_user_txt"] = "Nombre max. d'utilisateurs du filtre à spam";
|
| | | $wb["limit_spamfilter_policy_txt"] = "Nombre max. de règles du filtre à spam";
|
| | | $wb["limit_client_txt"] = "Nombre max. de clients";
|
| | | $wb["limit_domain_txt"] = "limit_domain";
|
| | | $wb["limit_subdomain_txt"] = "limit_subdomain";
|
| | | $wb["limit_webquota_txt"] = "limit_webquota";
|
| | | $wb["limit_database_txt"] = "Nombre max. de bases de données.";
|
| | | $wb["limit_web_domain_txt"] = "Nombre max. de domaines Web";
|
| | | $wb["limit_web_aliasdomain_txt"] = "Max. number of web aliasdomains";
|
| | | $wb["limit_web_subdomain_txt"] = "Nombre max. de sous-domaines";
|
| | | $wb["limit_ftp_user_txt"] = "Nombre max. d'utilisateurs FTP";
|
| | | $wb["limit_dns_zone_txt"] = "Nombre max. de zones DNS";
|
| | | $wb["limit_dns_record_txt"] = "Nombre max. d'enregistrements DNS";
|
| | | $wb["limit_shell_user_txt"] = "Nombre max. d'utilisateurs Shell";
|
| | | $wb["limit_maildomain_error_notint"] = "La limite de domaines d'e-mail doit être un nombre.";
|
| | | $wb["limit_mailbox_error_notint"] = "La limite de boites d'e-mail doit être un nombre.";
|
| | | $wb["limit_mailalias_error_notint"] = "La limite d'alias d'e-mail doit être un nombre.";
|
| | | $wb["limit_mailforward_error_notint"] = "La limite de routeurs d'e-mail doit être un nombre.";
|
| | | $wb["limit_mailcatchall_error_notint"] = "La limite de comptes catchall doit être un nombre.";
|
| | | $wb["limit_mailrouting_error_notint"] = "La limite de routes d'e-mail doit être un nombre.";
|
| | | $wb["limit_mailfilter_error_notint"] = "La limite de filtres d'e-mail doit être un nombre.";
|
| | | $wb["limit_mailfetchmail_error_notint"] = "La limite de comptes fetchall doit être un nombre.";
|
| | | $wb["limit_mailquota_error_notint"] = "La limite du quota des boites d'e-mail doit être un nombre.";
|
| | | $wb["limit_spamfilter_wblist_error_notint"] = "La limite de listes blanches/noires du filtre à spam doit être un nombre.";
|
| | | $wb["limit_spamfilter_user_error_notint"] = "La limite d'utilisateurs du filtre à spam doit être un nombre.";
|
| | | $wb["limit_spamfilter_policy_error_notint"] = "La limite de règles du filtre à spam doit être un nombre.";
|
| | | $wb["limit_web_domain_error_notint"] = "La limite de sites web doit être un nombre.";
|
| | | $wb["limit_web_aliasdomain_error_notint"] = "La limite d'alias de domaines doit être un nombre.";
|
| | | $wb["limit_web_subdomain_error_notint"] = "La limite de sous-domaines doit être un nombre.";
|
| | | $wb["limit_ftp_user_error_notint"] = "La limite d'utilisateurs FTP doit être un nombre.";
|
| | | $wb["limit_shell_user_error_notint"] = "La limite d'utilisateurs Shell doit être un nombre.";
|
| | | $wb["limit_dns_zone_error_notint"] = "La limite d'enregistrements DNS doit être un nombre.";
|
| | | $wb["limit_database_error_notint"] = "La limite de bases de données doit être un nombre.";
|
| | | $wb["error_template_name_empty"] = "Entrez le nom du modèle.";
|
| | | $wb["limit_cron_txt"] = "Nombre max. de tâches Cron";
|
| | | $wb["limit_cron_type_txt"] = "Types des tâches Cron";
|
| | | $wb["limit_cron_frequency_txt"] = "Délai minimum entre deux éxécutions";
|
| | | $wb["limit_cron_error_notint"] = "La limite de tâches Cron doit être un nombre.";
|
| | | $wb["limit_cron_error_frequency"] = "La fréquence des tâches Cron doit être un nombre.";
|
| | | ?>
|
| | |
|
| | | <?php |
| | | $wb['limit_client_error_notint'] = 'The sub client limit must be a number.'; |
| | | $wb['limit_maildomain_txt'] = 'Nombre max. de domaines de-mails'; |
| | | $wb['limit_mailbox_txt'] = 'Nombre max. de boites e-mail'; |
| | | $wb['limit_mailalias_txt'] = 'Nombre max. dalias de-mail'; |
| | | $wb['limit_mailforward_txt'] = 'Nombre max. de routeurs de-mail'; |
| | | $wb['limit_mailcatchall_txt'] = 'Nombre max. de comptes catchall'; |
| | | $wb['limit_mailrouting_txt'] = 'Nombre max. de routes de-mails'; |
| | | $wb['limit_mailfilter_txt'] = 'Nombre max. de filtres de-mails'; |
| | | $wb['limit_fetchmail_txt'] = 'Nombre max. de comptes fetchmail'; |
| | | $wb['limit_mailquota_txt'] = 'Quota des boites e-mail'; |
| | | $wb['limit_spamfilter_wblist_txt'] = 'Nombre max. de liste blanches/noires de-mails'; |
| | | $wb['limit_spamfilter_user_txt'] = 'Nombre max. dutilisateurs du filtre à spam'; |
| | | $wb['limit_spamfilter_policy_txt'] = 'Nombre max. de règles du filtre à spam'; |
| | | $wb['limit_client_txt'] = 'Nombre max. de clients'; |
| | | $wb['limit_domain_txt'] = 'limit_domain'; |
| | | $wb['limit_subdomain_txt'] = 'limit_subdomain'; |
| | | $wb['limit_webquota_txt'] = 'limit_webquota'; |
| | | $wb['limit_database_txt'] = 'Nombre max. de bases de données.'; |
| | | $wb['limit_web_domain_txt'] = 'Nombre max. de domaines Web'; |
| | | $wb['limit_web_aliasdomain_txt'] = 'Max. number of web aliasdomains'; |
| | | $wb['limit_web_subdomain_txt'] = 'Nombre max. de sous-domaines'; |
| | | $wb['limit_ftp_user_txt'] = 'Nombre max. dutilisateurs FTP'; |
| | | $wb['limit_dns_zone_txt'] = 'Nombre max. de zones DNS'; |
| | | $wb['limit_dns_record_txt'] = 'Nombre max. denregistrements DNS'; |
| | | $wb['limit_shell_user_txt'] = 'Nombre max. dutilisateurs Shell'; |
| | | $wb['limit_maildomain_error_notint'] = 'La limite de domaines de-mail doit être un nombre.'; |
| | | $wb['limit_mailbox_error_notint'] = 'La limite de boites de-mail doit être un nombre.'; |
| | | $wb['limit_mailalias_error_notint'] = 'La limite dalias de-mail doit être un nombre.'; |
| | | $wb['limit_mailforward_error_notint'] = 'La limite de routeurs de-mail doit être un nombre.'; |
| | | $wb['limit_mailcatchall_error_notint'] = 'La limite de comptes catchall doit être un nombre.'; |
| | | $wb['limit_mailrouting_error_notint'] = 'La limite de routes de-mail doit être un nombre.'; |
| | | $wb['limit_mailfilter_error_notint'] = 'La limite de filtres de-mail doit être un nombre.'; |
| | | $wb['limit_mailfetchmail_error_notint'] = 'La limite de comptes fetchall doit être un nombre.'; |
| | | $wb['limit_mailquota_error_notint'] = 'La limite du quota des boites de-mail doit être un nombre.'; |
| | | $wb['limit_spamfilter_wblist_error_notint'] = 'La limite de listes blanches/noires du filtre à spam doit être un nombre.'; |
| | | $wb['limit_spamfilter_user_error_notint'] = 'La limite dutilisateurs du filtre à spam doit être un nombre.'; |
| | | $wb['limit_spamfilter_policy_error_notint'] = 'La limite de règles du filtre à spam doit être un nombre.'; |
| | | $wb['limit_web_domain_error_notint'] = 'La limite de sites web doit être un nombre.'; |
| | | $wb['limit_web_aliasdomain_error_notint'] = 'La limite dalias de domaines doit être un nombre.'; |
| | | $wb['limit_web_subdomain_error_notint'] = 'La limite de sous-domaines doit être un nombre.'; |
| | | $wb['limit_ftp_user_error_notint'] = 'La limite dutilisateurs FTP doit être un nombre.'; |
| | | $wb['limit_shell_user_error_notint'] = 'La limite dutilisateurs Shell doit être un nombre.'; |
| | | $wb['limit_dns_zone_error_notint'] = 'La limite denregistrements DNS doit être un nombre.'; |
| | | $wb['limit_database_error_notint'] = 'La limite de bases de données doit être un nombre.'; |
| | | $wb['error_template_name_empty'] = 'Entrez le nom du modèle.'; |
| | | $wb['limit_cron_txt'] = 'Nombre max. de tâches Cron'; |
| | | $wb['limit_cron_type_txt'] = 'Types des tâches Cron'; |
| | | $wb['limit_cron_frequency_txt'] = 'Délai minimum entre deux éxécutions'; |
| | | $wb['limit_cron_error_notint'] = 'La limite de tâches Cron doit être un nombre.'; |
| | | $wb['limit_cron_error_frequency'] = 'La fréquence des tâches Cron doit être un nombre.'; |
| | | $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases'; |
| | | $wb['limit_mailaliasdomain_error_notint'] = 'The email domain alias limit must be a number.'; |
| | | $wb['limit_web_quota_txt'] = 'Web Quota'; |
| | | ?> |