<?php
/**
 * English language file
 *
 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de>
 * @author Luffah <contact@luffah.xyz>
 */

$lang['default'] = 'Default Email';
$lang['sender_groups'] = 'Groups that can send mail';
$lang['recipient_groups'] = 'Groups that can recieve email';
$lang['allow_email'] = 'Allow to send to email address (not only registered users)';
$lang['confidentiality'] = "Level of confidentiality (one : only one recipient by mail; bcc : no appearing emails recipient; all: mail recipients can see email address of each others)";
$lang['sendlog'] = "Where to save logs (empty if no logging)";
$lang['captcha'] = 'Enable captcha';
$lang['recaptchakey'] = 'Recaptcha public key';
$lang['recaptchasecret'] = 'Recaptcha private key';
$lang['recaptchalayout'] = 'Recaptcha layout';
