| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['source_txt'] = 'Witelist Address'; |
| | | $wb['recipient_txt'] = 'Recipient'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['source_error_notempty'] = 'Address is empty.'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['limit_mailfilter_txt'] = 'The max. number of email filters for your account is reached.'; |
| | | ?> |
| | | <?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["server_id_txt"] = "Serveur";
|
| | | $wb["source_txt"] = "Adresse de la liste blanche";
|
| | | $wb["recipient_txt"] = "Destinataire";
|
| | | $wb["active_txt"] = "Actif";
|
| | | $wb["source_error_notempty"] = "L'adresse est vide.";
|
| | | $wb["type_txt"] = "Type";
|
| | | $wb["limit_mailfilter_txt"] = "Le nombre max. de filtres à mails pour votre compte a été atteint.";
|
| | | ?>
|
| | |
|