1<?php 2/** 3 * English language file 4 * 5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/> 6 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de> 7 * @author Luffah <contact@luffah.xyz> 8 */ 9 10$lang['default'] = 'Default Email'; 11$lang['sender_groups'] = 'Groups that can send mail'; 12$lang['recipient_groups'] = 'Groups that can recieve email'; 13$lang['allow_email'] = 'Allow to send to email address (not only registered users)'; 14$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)"; 15$lang['sendlog'] = "Where to save logs (empty if no logging)"; 16$lang['captcha'] = 'Enable captcha'; 17$lang['recaptchakey'] = 'Recaptcha public key'; 18$lang['recaptchasecret'] = 'Recaptcha private key'; 19$lang['recaptchalayout'] = 'Recaptcha layout'; 20