1<?php
2/**
3Configuration Manager for Mailto plugin
4*/
5
6$lang['mailto_acl_admin_only']	= 'Seuls les ADMIN peuvent envoyer des mails';
7$lang['mailto_acl_grps']		= 'Groupes autorisés à envoyer des mails';
8$lang['mailto_dformat']			= 'Format de la date';
9$lang['mailto_signature']		= 'Signature du mail';
10$lang['mailto_from']			= 'Envoyer en tant que';
11$lang['mailto_bcc']				= 'Copie cachée';
12