<?php
/*
* Copyright 2007-2017 Charles du Jeu <charles (at) cdujeu.me>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio.  If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/
$mess = array(
    "Mailers" => "Mailers",
    "Core configs for sending emails" => "Core configs for sending emails",
    "Mailer Plugin" => "Mailer Plugin",
    "Select the plugin to activate for concretely sending emails" => "Select the plugin to activate for concretely sending emails",
    "Sender email" => "Sender email",
    "Adress of the sender" => "Adress of the sender",
    "Sender name" => "Sender name",
    "Name of the sender" => "Name of the sender",
    "Unique Sender" => "Unique Sender",
    "Force all mails to be sent by this Sender email, instead of users adresses" => "Force all mails to be sent by this Sender email, instead of users adresses",
    "Subject Prepend" => "Subject Prepend",
    "String automatically added at the beginning of the mail subject" => "String automatically added at the beginning of the mail subject",
    "Subject Append" => "Subject Append",
    "String automatically added at the end of the mail subject" => "String automatically added at the end of the mail subject",
    "Body Layout" => "Body Layout",
    "Main Layout for the email body, use HTML for send nice emails, and use the AJXP_MAIL_BODY keyword for the real content." => "Main Layout for the email body, use HTML for send nice emails, and use the AJXP_MAIL_BODY keyword for the real content.",
    "Layout Folder" => "Layout Folder",
    "Extract the main layout from a localized file. Will prevail on the previous parameter, make sure to have an AJXP_MAIL_BODY in the layout file." => "Extract the main layout from a localized file. Will prevail on the previous parameter, make sure to have an AJXP_MAIL_BODY in the layout file.",
    "Send as HTML" => "Send as HTML",
    "Get the email in HTML" => "Get the email in HTML",
    "Send email to..." => "Send email to...",
    "You can add many email separated by commas" => "You can add many email separated by commas",
    "Choose your mail frequency (like 9:00 or 9:00,14:00 or Wednesday)" => "Choose your mail frequency (like 9:00 or 9:00,14:00 or Wednesday)",
    "Detail your frequency here" => "Detail your frequency here",
    "Every X min" => "Every X min",
    "Every X hour" => "Every X hour",
    "Every day at " => "Every day at ",
    "Twice a day (every day at and)" => "Twice a day (every day at and)",
    "Once a Week" => "Once a Week",
    "Emails frequency" => "Emails frequency",
    "Receive Notifcations by email" => "Receive Notifcations by email",
    "Active notifications by email" => "Active notifications by email",
    "Sender" => "Sender",
    "Content" => "Content",
    "Activate Queue" => "Activate Queue",
    "Store emails in a queue and batch-process them. Users can choose the sending frequency. Make sure to set up a CRON on consume_mail_queue action if you use this option." => "Store emails in a queue and batch-process them. Users can choose the sending frequency. Make sure to set up a CRON on consume_mail_queue action if you use this option."
);
