forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MDL-48035-master-enfix' of git://github.com/mudrd8mz/mo…
…odle
- Loading branch information
Showing
10 changed files
with
96 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
$string['defaultexpiration'] = 'Default address expiry period'; | ||
$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.'; | ||
$string['description'] = 'Description'; | ||
$string['domain'] = 'Email Domain'; | ||
$string['domain'] = 'Email domain'; | ||
$string['edit'] = 'Edit'; | ||
$string['edithandler'] = 'Edit settings for the {$a} handler'; | ||
$string['editinghandler'] = 'Editing {$a}'; | ||
|
@@ -48,22 +48,22 @@ | |
$string['invalid_recipient_handler_name'] = 'Invalid recipient handler'; | ||
$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.'; | ||
$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.'; | ||
$string['invalidrecipientfinal'] = 'The message you sent with subject "{$a->subject}" could not be authenticated. Please check that you are sending your message from the e-mail account listed in your Moodle profile.'; | ||
$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.'; | ||
$string['mailbox'] = 'Mailbox name'; | ||
$string['mailboxconfiguration'] = 'Mailbox configuration'; | ||
$string['mailboxdescription'] = '[mailbox]+subaddress@[domain]'; | ||
$string['mailsettings'] = 'Mail settings'; | ||
$string['message_handlers'] = 'Message handlers'; | ||
$string['messageprocessingerror'] = 'You recently sent an e-mail to Moodle with the subject "{$a->subject}" but Moodle was unable to process it. | ||
$string['messageprocessingerror'] = 'You recently sent an email "{$a->subject}" but unfortunately it could not be processed. | ||
The details of the error are shown below. | ||
{$a->error}'; | ||
$string['messageprocessingerrorhtml'] = '<p>You recently sent an e-mail to Moodle with the subject "{$a->subject}" but Moodle was unable to process it.</p> | ||
$string['messageprocessingerrorhtml'] = '<p>You recently sent an email "{$a->subject}" but unfortunately it could not be processed.</p> | ||
<p>The details of the error are shown below.</p> | ||
<p>{$a->error}</p>'; | ||
$string['messageprocessingfailed'] = 'Moodle was unable to process the e-mail you sent with subject "{$a->subject}". The following error was given: "{$a->message}".'; | ||
$string['messageprocessingfailedunknown'] = 'Moodle was unable to process the e-mail you sent with subject "{$a->subject}". Contact your system administrator for further information.'; | ||
$string['messageprocessingfailed'] = 'The email "{$a->subject}" could not be processed. The error is as follows: "{$a->message}".'; | ||
$string['messageprocessingfailedunknown'] = 'The email "{$a->subject}" could not be processed. Contact your administrator for further information.'; | ||
$string['messageprocessingsuccess'] = '{$a->plain} | ||
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.'; | ||
|
@@ -76,14 +76,14 @@ | |
$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.'; | ||
$string['messageinboundhost'] = 'Incoming Mail Server'; | ||
$string['messageinboundhostpass'] = 'Password'; | ||
$string['messageinboundhostpass_desc'] = 'This is the password your service provider will have provided to log into your e-mail account with.'; | ||
$string['messageinboundhostpass_desc'] = 'This is the password your service provider will have provided to log in to your email account with.'; | ||
$string['messageinboundhostssl'] = 'Use SSL'; | ||
$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.'; | ||
$string['messageinboundhosttype'] = 'Server type'; | ||
$string['messageinboundhostuser'] = 'Username'; | ||
$string['messageinboundhostuser_desc'] = 'This is the username your service provider will have provided to log into your e-mail account with.'; | ||
$string['messageinboundhostuser_desc'] = 'This is the username your service provider will have provided to log in to your email account with.'; | ||
$string['messageinboundmailboxconfiguration_desc'] = 'When messages are sent out, they fit into the format [email protected]. 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.'; | ||
$string['messageprovider:invalidrecipienthandler'] = 'Messages to confirm that an inbound messages came from you'; | ||
$string['messageprovider:invalidrecipienthandler'] = 'Message to confirm that an inbound message came from you'; | ||
$string['messageprovider:messageprocessingerror'] = 'Warning when an inbound message could not be processed'; | ||
$string['messageprovider:messageprocessingsuccess'] = 'Confirmation that a message was successfully processed'; | ||
$string['noencryption'] = 'Off - No encryption'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.