AutorÃa | Ultima modificación | Ver Log |
<?php// This file is part of Moodle - http://moodle.org///// Moodle is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.//// Moodle 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 General Public License for more details.//// You should have received a copy of the GNU General Public License// along with Moodle. If not, see <http://www.gnu.org/licenses/>./*** This file manages all the en strings** @package mod_custommailing* @author jeanfrancois@cblue.be* @copyright 2021 CBlue SPRL* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/$string['pluginname'] = 'Custom Mailing';$string['andtargetactivitynotcompleted'] = 'and target module is not completed by the user';$string['atactivitycompleted'] = "At target module completion";$string['atcourseenrol'] = "At course enrol";$string['atfirstlaunch'] = "At first launch (target module)";$string['certificate'] = "Certificate";$string['confirmdelete'] = 'Are you sure to delete this mailing : {$a}';$string['course'] = "Course";$string['coursecompletionenabled'] = "Warning : course completion has been enabled.";$string['coursecompletionnotenabled'] = "Error : The activity was added but course completion could not be enabled.";$string['courseenroldate'] = "days(s) after course enrol date";$string['courselastaccess'] = "days(s) after last course access";$string['createmailing'] = "Create mailing";$string['createnewmailing'] = 'Create a new mailing';$string['crontask'] = "Cron task";$string['customcert'] = "Certificate";$string['customcert_help'] = "Email with certificate attached will be send to each user who fulfil all requirements of the certificate";$string['custommailingname'] = "Name";$string['daysafter'] = 'day(s) after :';$string['debugmode'] = "debug mode";$string['debugmode_help'] = "mailing delay in minutes instead of days";$string['disabled'] = "Disabled";$string['enabled'] = "Enabled";$string['firstlaunch'] = "days(s) after first launch (target module)";$string['lastlaunch'] = "days(s) after last launch (target module)";$string['log_mailing_failed'] = 'Failed';$string['log_mailing_idle'] = 'Idle';$string['log_mailing_processing'] = 'Processing';$string['log_mailing_sent'] = 'Sent';$string['log_mailing_unknown'] = 'Unknown';$string['logtable'] = "Log table";$string['mailingadded'] = "Mailing added";$string['mailingcontent'] = "Body";$string['mailingcontent_help'] = 'You can use the following variables in the mail :<ul><li>%firstname%</li><li>%lastname%</li></ul>';$string['mailingdeleted'] = 'Mailing deleted';$string['mailinglang'] = 'Lang';$string['mailingname'] = 'Name';$string['mailingsubject'] = "Subject";$string['mailingtargetactivitystatuscomplete'] = "Target module complete";$string['mailingtargetactivitystatusincomplete'] = "Target module incomplete";$string['mailingupdated'] = "Mailing updated";$string['module'] = "Scorm";$string['modulename'] = 'Custom Mailing';$string['modulenameplural'] = "Custom Mailing's";$string['pluginadministration'] = 'custommailing administration';$string['retroactive'] = "Retroactive";$string['retroactive_help'] = "Retroactive effect of sending conditions";$string['select'] = "Select";$string['selectsource'] = "Source";$string['sendmailing'] = "Send mailing";$string['settings'] = "Settings";$string['starttime'] = "Sending time";$string['targetactivitynotfound'] = "Target module not found";$string['targetmoduleid'] = 'Target module';$string['timecreated'] = 'Time created';$string['timemodified'] = 'Time modified';$string['updatemailing'] = "Update mailing";$string['privacy:metadata'] = 'The Custom Mailing plugin store personal log for each email sended by each mailing.';$string['privacy:metadata:custommailing_logs'] = 'Custom Mailing Logs';$string['privacy:metadata:custommailingmailingid'] = 'Mailing id';$string['privacy:metadata:emailtouserid'] = 'User id';$string['privacy:metadata:emailstatus'] = 'Email status';$string['privacy:metadata:timecreated'] = 'Time created';$string['privacy:metadata:timemodified'] = 'Time modified';