Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'tool_messageinbound', language 'en'
  19   *
  20   * @package    tool_messageinbound
  21   * @copyright  2014 Andrew Nicols
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['classname'] = 'Class name';
  26  $string['component'] = 'Component';
  27  $string['configmessageinboundhost'] = 'The address of the server that Moodle should check mail against. To specify a non-default port, use [server]:[port], for example mail.example.com:993. If a port isn\'t specified, the default port for the type of mail server will be used.';
  28  $string['defaultexpiration'] = 'Default address expiry period';
  29  $string['defaultexpiration_help'] = 'When an email address is generated by the handler, it can be set to automatically expire after a period of time, so that it can no longer be used. It is advisable to set an expiry period.';
  30  $string['description'] = 'Description';
  31  $string['domain'] = 'Email domain';
  32  $string['edit'] = 'Edit';
  33  $string['edithandler'] = 'Edit settings for the {$a} handler';
  34  $string['editinghandler'] = 'Editing {$a}';
  35  $string['enabled'] = 'Enabled';
  36  $string['fixedvalidateaddress'] = 'Validate sender address';
  37  $string['fixedvalidateaddress_help'] = 'You cannot change the address validation for this handler. This may be because the handler requires a specific setting.';
  38  $string['fixedenabled_help'] = 'You cannot change the state of this handler. This may be because the handler is required by other handlers.';
  39  $string['handlerdisabled'] = 'The email handler you tried to contact has been disabled. Unable to process message at this time.';
  40  $string['incomingmailconfiguration'] = 'Incoming mail configuration';
  41  $string['incomingmailserversettings'] = 'Incoming mail server settings';
  42  $string['incomingmailserversettings_desc'] = 'Moodle is capable of connecting to appropriately configured IMAP servers. You can specify the settings used to connect to your IMAP server here.';
  43  $string['invalid_recipient_handler'] = 'If a valid message is received but the sender cannot be authenticated, the message is stored on the email server and the user is contacted using the email address in their user profile. The user is given the chance to reply to confirm the authenticity of the original message.
  44  
  45  This handler processes those replies.
  46  
  47  It is not possible to disable sender verification of this handler because the user may reply from an incorrect email address if their email client configuration is incorrect.';
  48  $string['invalid_recipient_handler_name'] = 'Invalid sender handler';
  49  $string['invalidrecipientdescription'] = 'The message "{$a->subject}" could not be authenticated, since it was sent from a different email address than in your user profile. For the message to be authenticated, you need to reply to this message.';
  50  $string['invalidrecipientdescriptionhtml'] = 'The message "{$a->subject}" could not be authenticated, since it was sent from a different email address than in your user profile. For the message to be authenticated, you need to reply to this message.';
  51  $string['invalidrecipientfinal'] = 'The message "{$a->subject}" could not be authenticated. Please check that you are sending your message from the same email address as in your profile.';
  52  $string['mailbox'] = 'Mailbox name';
  53  $string['mailboxconfiguration'] = 'Mailbox configuration';
  54  $string['mailboxdescription'] = '[mailbox]+subaddress@[domain]';
  55  $string['mailsettings'] = 'Mail settings';
  56  $string['message_handlers'] = 'Message handlers';
  57  $string['messageprocessingerror'] = 'You recently sent an email "{$a->subject}" but unfortunately it could not be processed.
  58  
  59  The details of the error are shown below.
  60  
  61  {$a->error}';
  62  $string['messageprocessingerrorhtml'] = '<p>You recently sent an email "{$a->subject}" but unfortunately it could not be processed.</p>
  63  <p>The details of the error are shown below.</p>
  64  <p>{$a->error}</p>';
  65  $string['messageprocessingfailed'] = 'The email "{$a->subject}" could not be processed. The error is as follows: "{$a->message}".';
  66  $string['messageprocessingfailedunknown'] = 'The email "{$a->subject}" could not be processed. Contact your administrator for further information.';
  67  $string['messageprocessingsuccess'] = '{$a->plain}
  68  
  69  If you do not wish to receive these notifications in the future, you can edit your personal messaging preferences by opening {$a->messagepreferencesurl} in your browser.';
  70  $string['messageprocessingsuccesshtml'] = '{$a->html}
  71  <p>If you do not wish to receive these notifications in the future, you can <a href="{$a->messagepreferencesurl}">edit your personal messaging preferences</a>.</p>';
  72  $string['messageinbound'] = 'Message Inbound';
  73  $string['messageinboundenabled'] = 'Enable incoming mail processing';
  74  $string['messageinboundenabled_desc'] = 'Incoming mail processing must be enabled in order for messages to be sent with the appropriate information.';
  75  $string['messageinboundgeneralconfiguration'] = 'General configuration';
  76  $string['messageinboundgeneralconfiguration_desc'] = 'Inbound message processing allows you to receive and process email within Moodle. This has applications such as sending email replies to forum posts or adding files to a user\'s private files.';
  77  $string['messageinboundhost'] = 'Incoming Mail Server';
  78  $string['messageinboundhostpass'] = 'Password';
  79  $string['messageinboundhostpass_desc'] = 'This is the password your service provider will have provided to log in to your email account with.';
  80  $string['messageinboundhostssl'] = 'Use SSL';
  81  $string['messageinboundhostssl_desc'] = 'Some mail servers support an additional level of security by encrypting communication between Moodle and your server. We recommend using this SSL encryption if your server supports it.';
  82  $string['messageinboundhosttype'] = 'Server type';
  83  $string['messageinboundhostuser'] = 'Username';
  84  $string['messageinboundhostuser_desc'] = 'This is the username your service provider will have provided to log in to your email account with.';
  85  $string['messageinboundmailboxconfiguration_desc'] = 'When messages are sent out, they fit into the format address+data@example.com. To reliably generate addresses from Moodle, please specify the address that you would normally use before the @ sign, and the domain after the @ sign separately. For example, the Mailbox name in the example would be "address", and the E-mail domain would be "example.com". You should use a dedicated e-mail account for this purpose.';
  86  $string['messageprovider:invalidrecipienthandler'] = 'Message to confirm that an inbound message came from you';
  87  $string['messageprovider:messageprocessingerror'] = 'Warning when an inbound message could not be processed';
  88  $string['messageprovider:messageprocessingsuccess'] = 'Confirmation that a message was successfully processed';
  89  $string['noencryption'] = 'Off - No encryption';
  90  $string['noexpiry'] = 'No expiry';
  91  $string['oldmessagenotfound'] = 'You tried to manually authenticate a message, but the message could not be found. This could be because it has already been processed, or because the message expired.';
  92  $string['oneday'] = 'One day';
  93  $string['onehour'] = 'One hour';
  94  $string['oneweek'] = 'One week';
  95  $string['oneyear'] = 'One year';
  96  $string['pluginname'] = 'Inbound message configuration';
  97  $string['privacy:metadata:coreuserkey'] = 'User\'s keys to validate the email received';
  98  $string['privacy:metadata:messagelist'] = 'A list of message identifiers which failed validation and requires further authorisation';
  99  $string['privacy:metadata:messagelist:address'] = 'The address where the email was sent';
 100  $string['privacy:metadata:messagelist:messageid'] = 'The message ID';
 101  $string['privacy:metadata:messagelist:timecreated'] = 'The time when the record was made';
 102  $string['privacy:metadata:messagelist:userid'] = 'The ID of user who need to approve the message';
 103  $string['replysubjectprefix'] = 'Re:';
 104  $string['requirevalidation'] = 'Validate sender address';
 105  $string['name'] = 'Name';
 106  $string['ssl'] = 'SSL (Auto-detect SSL version)';
 107  $string['sslv2'] = 'SSLv2 (Force SSL Version 2)';
 108  $string['sslv3'] = 'SSLv3 (Force SSL Version 3)';
 109  $string['taskcleanup'] = 'Cleanup of unverified incoming email';
 110  $string['taskpickup'] = 'Incoming email pickup';
 111  $string['tls'] = 'TLS (TLS; started via protocol-level negotiation over unencrypted channel; RECOMMENDED way of initiating secure connection)';
 112  $string['tlsv1'] = 'TLSv1 (direct connection to TLS server version 1.x)';
 113  $string['validateaddress'] = 'Validate sender email address';
 114  $string['validateaddress_help'] = 'When a message is received from a user, Moodle attempts to validate the message by comparing the email address of the sender with the email address in their user profile.
 115  
 116  If the sender does not match, then the user is sent a notification to confirm that they really did send the email.
 117  
 118  If this setting is disabled, then the email address of the sender is not checked at all.';