From 7f6accd448c4d31cf4dabb7bf86f7ca866d02c76 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 15 Nov 2016 11:03:42 +0100 Subject: [PATCH] MDL-56903 lang: Merge English strings from the en_fix language pack --- admin/tool/mobile/lang/en/tool_mobile.php | 4 +- .../tool/usertours/lang/en/tool_usertours.php | 68 +++++-------------- .../stores/redis/lang/en/cachestore_redis.php | 2 +- enrol/self/lang/en/enrol_self.php | 9 +-- .../lang/en/filter_mediaplugin.php | 7 +- lang/en/admin.php | 4 +- lang/en/media.php | 6 +- lang/en/role.php | 2 +- .../html5audio/lang/en/media_html5audio.php | 4 +- .../html5video/lang/en/media_html5video.php | 4 +- .../player/videojs/lang/en/media_videojs.php | 29 ++++---- media/player/vimeo/lang/en/media_vimeo.php | 2 +- .../player/youtube/lang/en/media_youtube.php | 2 +- mod/assign/lang/en/assign.php | 14 ++-- 14 files changed, 59 insertions(+), 98 deletions(-) diff --git a/admin/tool/mobile/lang/en/tool_mobile.php b/admin/tool/mobile/lang/en/tool_mobile.php index c5862e7360be3..53081b05c2d57 100644 --- a/admin/tool/mobile/lang/en/tool_mobile.php +++ b/admin/tool/mobile/lang/en/tool_mobile.php @@ -22,8 +22,8 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['autologinkeygenerationlockout'] = 'Auto-login key generation is locked out, too much requests in an hour.'; -$string['autologinnotallowedtoadmins'] = 'Auto-login is not allowed to site admins'; +$string['autologinkeygenerationlockout'] = 'Auto-login key generation is blocked because of too many requests within an hour.'; +$string['autologinnotallowedtoadmins'] = 'Auto-login is not allowed for site admins.'; $string['clickheretolaunchtheapp'] = 'Click here if the app does not open automatically.'; $string['configmobilecssurl'] = 'A CSS file to customise your mobile app interface.'; $string['enablesmartappbanners'] = 'Enable Smart App Banners'; diff --git a/admin/tool/usertours/lang/en/tool_usertours.php b/admin/tool/usertours/lang/en/tool_usertours.php index 31f74bfc9b32b..32cd9b4269daf 100644 --- a/admin/tool/usertours/lang/en/tool_usertours.php +++ b/admin/tool/usertours/lang/en/tool_usertours.php @@ -28,8 +28,8 @@ $string['below'] = 'Below'; $string['block'] = 'Block'; $string['block_named'] = 'Block named \'{$a}\''; -$string['cachedef_stepdata'] = 'List of User Tour steps'; -$string['cachedef_tourdata'] = 'List of enabled User Tours information which are fetched on every page'; +$string['cachedef_stepdata'] = 'List of user tour steps'; +$string['cachedef_tourdata'] = 'List of enabled user tours information which is fetched on every page'; $string['description'] = 'Description'; $string['confirmstepremovalquestion'] = 'Are you sure that you wish to remove this step?'; $string['confirmstepremovaltitle'] = 'Confirm step removal'; @@ -37,16 +37,9 @@ $string['confirmtourremovaltitle'] = 'Confirm tour removal'; $string['content'] = 'Content'; $string['content_heading'] = 'Content'; -$string['content_help'] = 'This is the content of the step. -You can enter a content in the following formats: -
-
Plain text
-
A plain text description
-
Moodle MultiLang
-
A string which makes use of the Moodle MultiLang format
-
Moodle Translated string
-
A value found in a standard Moodle language file in the format identifier,component
-
'; +$string['content_help'] = 'Content describing the step may be added as plain text, enclosed in multilang tags (for use with the multi-language content filter) if required. + +Alternatively, a language string ID may be entered in the format identifier,component (with no brackets or space after the comma).'; $string['cssselector'] = 'CSS selector'; $string['defaultvalue'] = 'Default ({$a})'; $string['delay'] = 'Delay before showing the step'; @@ -92,35 +85,24 @@ $string['resettouronpage'] = 'Reset user tour on this page'; $string['right'] = 'Right'; $string['select_block'] = 'Select a block'; -$string['targettype_help'] = 'Every step is associated with a part of the page which you must choose. To make this easier there are several types of target for different types of page content. -
-
Block
-
Display the step next to the first matching block of the type on the page.
-
Selector
-
CSS Selectors are a powerful way which allow you to select different parts of the page based on metadata built into the page.
-
Display in middle of the page
-
Instead of associating the step with a specific part of the page you can have it displayed in the middle of the page.
-
'; +$string['targettype_help'] = 'Each step is associated with a part of the page - the target. Target types are: + +* Block - for displaying a step next to a specified block +* CSS selector - for accurately defining the target area using CSS +* Display in middle of page - for a step which does not need to be associated with a specific part of the page'; $string['selector_defaulttitle'] = 'Enter a descriptive title'; $string['selectordisplayname'] = 'A CSS selector matching \'{$a}\''; $string['skip'] = 'Skip'; $string['target'] = 'Target'; -$string['target_heading'] = 'Step Target'; +$string['target_heading'] = 'Step target'; $string['target_block'] = 'Block'; $string['target_selector'] = 'Selector'; $string['target_unattached'] = 'Display in middle of page'; $string['targettype'] = 'Target type'; $string['title'] = 'Title'; -$string['title_help'] = 'This is the title shown at the top of the step. -You can enter a title in the following formats: -
-
Plain text
-
A plain text description
-
Moodle MultiLang
-
A string which makes use of the Moodle MultiLang format
-
Moodle Translated string
-
A value found in a standard Moodle language file in the format identifier,component
-
'; +$string['title_help'] = 'The title of a step may be added as plain text, enclosed in multilang tags (for use with the multi-language content filter) if required. + +Alternatively, a language string ID may be entered in the format identifier,component (with no brackets or space after the comma).'; $string['tourconfig'] = 'Tour configuration file to import'; $string['tourlist_explanation'] = 'You can create as many tours as you like and enable them for different parts of Moodle. Only one tour can be created per page.'; $string['tours'] = 'Tours'; @@ -136,11 +118,9 @@ '; $string['reflex'] = 'Proceed on click'; $string['reflex_help'] = 'Proceed to the next step when the target is clicked on.'; -$string['placement_help'] = 'You can place a step either above, below, to the left of, or to the right of the target. +$string['placement_help'] = 'A step may be placed above, below, left or right of the target. Above or below is recommended, as these adjust better for mobile display. -The best options are above, or below as these adjust better for mobile display. - -If the step does not fit into the page at at the placement you choose, it will be automatically be moved to give the best viewing experience. '; +If the step does not fit on a particular page in the specified place, it will be automatically placed elsewhere.'; $string['delay_help'] = 'You can optionally choose to add a delay before the step is displayed. This delay is in milliseconds.'; @@ -149,21 +129,7 @@ $string['usertours'] = 'User tours'; $string['usertours:managetours'] = 'Create, edit, and remove user tours'; $string['target_selector_targetvalue'] = 'CSS selectors'; -$string['target_selector_targetvalue_help'] = 'You can use a "CSS Selector" to target almost any element on the page. - -CSS Selectors are very powerful and you can easily find parts of the page by building up the selector gradually. - -Mozilla provide some [very good -documentation](https://developer.mozilla.org/en/docs/Web/Guide/CSS/Getting_started/Selectors) -for selectors which may help you to build your selectors. - -You will also find your browser\'s developer tools to be extremely useful in creating these selectors: - -* [Google Chrome](https://developer.chrome.com/devtools#dom-and-styles) -* [Mozilla Firefox](https://developer.mozilla.org/en-US/docs/Tools/DOM_Property_Viewer) -* [Microsoft Edge](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/f12-devtools-guide/) -* [Apple Safari](https://developer.apple.com/library/iad/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/ResourcesandtheDOM/ResourcesandtheDOM.html#//apple_ref/doc/uid/TP40007874-CH3-SW1) -'; +$string['target_selector_targetvalue_help'] = 'A CSS selector can be used to target almost any element on the page. The appropriate selector can be easily found using the developer tools for your web browser.'; $string['viewtour_info'] = 'This is the \'{$a->tourname}\' tour. It applies to the path \'{$a->path}\'.'; $string['viewtour_edit'] = 'You can edit the tour defaults and force the tour to be displayed to all users again.'; $string['tour_resetforall'] = 'The state of the tour has been reset. It will be displayed to all users again.'; diff --git a/cache/stores/redis/lang/en/cachestore_redis.php b/cache/stores/redis/lang/en/cachestore_redis.php index 2526bed989f18..e51e19f2f9984 100644 --- a/cache/stores/redis/lang/en/cachestore_redis.php +++ b/cache/stores/redis/lang/en/cachestore_redis.php @@ -30,7 +30,7 @@ * If you only have one Moodle instance using this server, you can leave this value default. * Due to key length restrictions, a maximum of 5 characters is permitted.'; $string['prefixinvalid'] = 'Invalid prefix. You can only use a-z A-Z 0-9-_.'; -$string['test_server'] = 'Test Server'; +$string['test_server'] = 'Test server'; $string['test_server_desc'] = 'Redis server to use for testing.'; $string['server'] = 'Server'; $string['server_help'] = 'This sets the hostname or IP address of the Redis server to use.'; \ No newline at end of file diff --git a/enrol/self/lang/en/enrol_self.php b/enrol/self/lang/en/enrol_self.php index 583955a12ce49..5f4e5e1a39e28 100644 --- a/enrol/self/lang/en/enrol_self.php +++ b/enrol/self/lang/en/enrol_self.php @@ -98,14 +98,7 @@ $string['self:unenrol'] = 'Unenrol users from course'; $string['self:unenrolself'] = 'Unenrol self from the course'; $string['sendcoursewelcomemessage'] = 'Send course welcome message'; -$string['sendcoursewelcomemessage_help'] = 'When a user self enrols in the course, they may be sent an welcome message email.
-If sent from the course contact (by default the teacher), and more than one user has this role, the email is sent from the first user to be assigned the role. - -The welcome email can be sent as: - -* First user with key holder capability assigned. -* First user with assigned as course contact. -* No reply address contact.'; +$string['sendcoursewelcomemessage_help'] = 'When a user self enrols in the course, they may be sent a welcome message email. If sent from the course contact (by default the teacher), and more than one user has this role, the email is sent from the first user to be assigned the role.'; $string['showhint'] = 'Show hint'; $string['showhint_desc'] = 'Show first letter of the guest access key.'; $string['status'] = 'Allow existing enrolments'; diff --git a/filter/mediaplugin/lang/en/filter_mediaplugin.php b/filter/mediaplugin/lang/en/filter_mediaplugin.php index bb83a2bee346c..f1273b9cd9c14 100644 --- a/filter/mediaplugin/lang/en/filter_mediaplugin.php +++ b/filter/mediaplugin/lang/en/filter_mediaplugin.php @@ -22,8 +22,11 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +defined('MOODLE_INTERNAL') || die(); + $string['fallbackaudio'] = 'Audio link'; $string['fallbackvideo'] = 'Video link'; $string['filtername'] = 'Multimedia plugins'; -$string['linktomedia'] = 'Multimedia plugins filter engages the existing media players to convert links to media files into embedded objects. '. - ' It can also enhance <video> and <audio> tags with selected video and audio players.
Manage media players'; +$string['linktomedia'] = 'The multimedia plugins filter finds a link in text that points to a multimedia resource and replaces the link with an appropriate multimedia player code which can play the resource. It also replaces <video> and <audio> tags with selected video and audio players. + +Manage media players'; diff --git a/lang/en/admin.php b/lang/en/admin.php index accbbec50d9b5..354f07575fdd2 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -396,7 +396,7 @@ $string['curlsecurityallowedport'] = 'cURL allowed ports list'; $string['curlsecurityallowedportsyntax'] = 'Put every entry on one line. Valid entries are integer numbers only.'; $string['curlsecurityblockedhosts'] = 'cURL blocked hosts list'; -$string['curlsecurityblockedhostssyntax'] = 'Put each entry on a new line. Valid entries are either full IPv4 or IPv6 addresses (such as 192.168.10.1, 0:0:0:0:0:0:0:1, ::1, fe80::) which match a single host; or CIDR notation (such as 231.54.211.0/20 or fe80::/64); or a range of IP addresses (such as 231.3.56.10-20 or fe80::1111-bbbb) where the range applies to the last group of the address; or domain names (such as localhost or example.com); or wildcard domain names (such as *.example.com or *.sub.example.com). Blank lines are not allowed.'; +$string['curlsecurityblockedhostssyntax'] = 'Put each entry on a new line. Valid entries are either full IPv4 or IPv6 addresses (such as 192.168.10.1, 0:0:0:0:0:0:0:1, ::1, fe80::) which match a single host; or CIDR notation (such as 231.54.211.0/20 or fe80::/64); or a range of IP addresses (such as 231.3.56.10-20 or fe80::1111-bbbb) where the range applies to the last group of the address; or domain names (such as localhost or example.com); or wildcard domain names (such as *.example.com or *.sub.example.com). Blank lines are not allowed.'; $string['curlsecurityurlblocked'] = 'The URL is blocked.'; $string['curlcache'] = 'cURL cache TTL'; $string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to communicate with Moodle repositories.'; @@ -635,7 +635,7 @@ $string['legacyfilesaddallowed_help'] = 'If a course has legacy course files, allow new files and folders to be added to it.'; $string['legacyfilesinnewcourses'] = 'Legacy course files in new courses'; $string['legacyfilesinnewcourses_help'] = 'By default, legacy course files areas are available in upgraded courses only. Please note that some features such as activity backup and restore are not compatible with this setting.'; -$string['libcurlwarning'] = 'Libcurl with CURLOPT_PROTOCOL support has not been detected. It is recommended to have an up to date libcurl installation for security reasons.'; +$string['libcurlwarning'] = 'It has been detected that libcurl doesn\'t have CURLOPT_PROTOCOL support. An up-to-date libcurl installation is recommended for security reasons.'; $string['licensesettings'] = 'Licence settings'; $string['linkadmincategories'] = 'Link admin categories'; $string['linkadmincategories_help'] = 'If enabled admin setting categories will be displayed as links in the navigation and will lead to the admin category pages.'; diff --git a/lang/en/media.php b/lang/en/media.php index be6847fef0f5a..134c92195e1ab 100644 --- a/lang/en/media.php +++ b/lang/en/media.php @@ -24,13 +24,13 @@ $string['audioextensions'] = 'Audio: {$a}'; $string['defaultwidth'] = 'Default width'; -$string['defaultwidthdesc'] = 'Default width of video or other embedded object if no width is specified and player is not able to pick the real video width'; +$string['defaultwidthdesc'] = 'Media player width if a width is not specified and the actual media file width cannot be determined by the player.'; $string['defaultheight'] = 'Default height'; -$string['defaultheightdesc'] = 'Default height of video or other embedded object if no height is specified and player is not able to pick the real video height'; +$string['defaultheightdesc'] = 'Media player height if a height is not specified and the actual media file height cannot be determined by the player.'; $string['extensions'] = 'Extensions: {$a}'; $string['managemediaplayers'] = 'Manage media players'; $string['mediaformats'] = 'Available players'; -$string['mediaformats_desc'] = 'When players are enabled in these settings, files can be embedded using the media filter (if enabled) or using a File or URL resources with the Embed option. When not enabled, these formats are not embedded and users can manually download or follow links to these resources. +$string['mediaformats_desc'] = 'When players are enabled, media files can be embedded using the multimedia plugins filter (if enabled) or using a file or URL resource. When not enabled, these formats are not embedded and users can download or follow links to these resources. Where two players support the same format, enabling both increases compatibility across different devices such as mobile phones. It is possible to increase compatibility further by providing multiple files in different formats for a single audio or video clip.'; $string['supports'] = 'Supports'; diff --git a/lang/en/role.php b/lang/en/role.php index 2a779b2272dfd..2af8989dd8735 100644 --- a/lang/en/role.php +++ b/lang/en/role.php @@ -395,7 +395,7 @@ $string['site:forcelanguage'] = 'Override course language'; $string['site:import'] = 'Import other courses into a course'; $string['site:maintenanceaccess'] = 'Access site while in maintenance mode'; -$string['site:manageallmessaging'] = 'Can perform all messaging actions on site'; +$string['site:manageallmessaging'] = 'Add, remove, block and unblock contacts for any user'; $string['site:manageblocks'] = 'Manage blocks on a page'; $string['site:mnetloginfromremote'] = 'Login from a remote application via MNet'; $string['site:mnetlogintoremote'] = 'Roam to a remote application via MNet'; diff --git a/media/player/html5audio/lang/en/media_html5audio.php b/media/player/html5audio/lang/en/media_html5audio.php index 3971b06a74a1a..2c74e603df3a7 100644 --- a/media/player/html5audio/lang/en/media_html5audio.php +++ b/media/player/html5audio/lang/en/media_html5audio.php @@ -22,5 +22,5 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['pluginname'] = 'HTML 5 audio'; -$string['pluginname_help'] = 'Audio files played by browser native audio player. (Format support depends on browser.)'; +$string['pluginname'] = 'HTML5 audio'; +$string['pluginname_help'] = 'Audio files played by the browser\'s native audio player. (Format support depends on the browser.)'; diff --git a/media/player/html5video/lang/en/media_html5video.php b/media/player/html5video/lang/en/media_html5video.php index 17eab3a54c3be..43a5aaeca9428 100644 --- a/media/player/html5video/lang/en/media_html5video.php +++ b/media/player/html5video/lang/en/media_html5video.php @@ -22,5 +22,5 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['pluginname'] = 'HTML 5 video'; -$string['pluginname_help'] = 'Video files played by browser native video player. (Format support depends on browser.)'; +$string['pluginname'] = 'HTML5 video'; +$string['pluginname_help'] = 'Video files played by the browser\'s native audio player. (Format support depends on the browser.)'; diff --git a/media/player/videojs/lang/en/media_videojs.php b/media/player/videojs/lang/en/media_videojs.php index 8cf676f990da1..ce750eced237c 100644 --- a/media/player/videojs/lang/en/media_videojs.php +++ b/media/player/videojs/lang/en/media_videojs.php @@ -22,22 +22,21 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['audiocssclass'] = 'CSS class for audios'; -$string['audioextensions'] = 'Audio files extensions'; -$string['configaudiocssclass'] = 'CSS class that will be added to <audio> element'; -$string['configaudioextensions'] = 'Comma-separated list of supported video file extensions, VideoJS will try to use the browser native video player when available, ' . - 'and fall back to flash player for other formats if flash is supported by the browser and flash playback is enabled here.'; -$string['configlimitsize'] = 'If width and height are not specified for the video, display with default width/height. If unchecked the videos without specified dimensions will stretch to maximum possible width'; -$string['configvideocssclass'] = 'CSS class that will be added to <video> element. For example class "vjs-big-play-centered" will place the play button in the middle. You can also set the custom skin, refer to VideoJS documentation'; -$string['configvideoextensions'] = 'Comma-separated list of supported video file extensions, VideoJS will try to use the browser native video player when available, ' . - 'and fall back to flash player for other formats if flash is supported by the browser and flash playback is enabled here.'; -$string['configyoutube'] = 'Use Video.JS to play YouTube videos. Youtube playlists are not currently supported by Video.JS'; -$string['configuseflash'] = 'Use Flash player if video format is not natively supported by the browser. If enabled, VideoJS will be engaged for any '. - 'file extension from the above list without browser check. Please note that Flash is not available in mobile browsers and discouraged in many desktop ones.'; +defined('MOODLE_INTERNAL') || die(); + +$string['audiocssclass'] = 'CSS class for audio'; +$string['audioextensions'] = 'Audio file extensions'; +$string['configaudiocssclass'] = 'A CSS class that will be added to the <audio> element.'; +$string['configaudioextensions'] = 'A comma-separated list of supported audio file extensions. VideoJS will try to use the browser\'s native video player when available, and fall back to a Flash player for other formats if Flash is supported by the browser and Flash fallback is enabled below.'; +$string['configlimitsize'] = 'If enabled, and width and height are not specified, the video will display with default width and height. Otherwise it will stretch to the maximum possible width.'; +$string['configvideocssclass'] = 'A CSS class that will be added to the <video> element. For example, the CSS class "vjs-big-play-centered" will place the play button in the middle. For details, including how to set a custom skin, see docs.videojs.com.'; +$string['configvideoextensions'] = 'A comma-separated list of supported video file extensions. VideoJS will try to use the browser\'s native video player when available, and fall back to a Flash player for other formats if Flash is supported by the browser and Flash fallback is enabled below.'; +$string['configyoutube'] = 'Use VideoJS to play YouTube videos. Note that YouTube playlists are not yet supported by VideoJS.'; +$string['configuseflash'] = 'Use Flash player if video format is not natively supported by the browser. If enabled, VideoJS will be engaged for any file extension from the above list without browser check. Please note that Flash is not available in mobile browsers and discouraged in many desktop ones.'; $string['limitsize'] = 'Limit size'; $string['pluginname'] = 'VideoJS player'; -$string['pluginname_help'] = 'Javascript wrapper for video files played by browser native video player with fallback to Flash player. (Format support depends on browser.)'; -$string['videoextensions'] = 'Video files extensions'; +$string['pluginname_help'] = 'A JavaScript wrapper for video files played by the browser\'s native video player with a Flash player fallback. (Format support depends on the browser.)'; +$string['videoextensions'] = 'Video file extensions'; $string['useflash'] = 'Use Flash fallback'; -$string['videocssclass'] = 'CSS class for videos'; +$string['videocssclass'] = 'CSS class for video'; $string['youtube'] = 'YouTube videos'; diff --git a/media/player/vimeo/lang/en/media_vimeo.php b/media/player/vimeo/lang/en/media_vimeo.php index ebf41b95ea727..05386cd7432e7 100644 --- a/media/player/vimeo/lang/en/media_vimeo.php +++ b/media/player/vimeo/lang/en/media_vimeo.php @@ -23,4 +23,4 @@ */ $string['pluginname'] = 'Vimeo'; -$string['pluginname_help'] = 'Vimeo video sharing site.'; +$string['pluginname_help'] = 'The video-sharing website vimeo.com.'; diff --git a/media/player/youtube/lang/en/media_youtube.php b/media/player/youtube/lang/en/media_youtube.php index 36f59eecb8037..00f69cefd5fdb 100644 --- a/media/player/youtube/lang/en/media_youtube.php +++ b/media/player/youtube/lang/en/media_youtube.php @@ -23,6 +23,6 @@ */ $string['pluginname'] = 'YouTube'; -$string['pluginname_help'] = 'YouTube video sharing site, video and playlist links supported.'; +$string['pluginname_help'] = 'The video-sharing website youtube.com. Video and playlist links are supported.'; $string['supportsvideo'] = 'YouTube videos'; $string['supportsplaylist'] = 'YouTube playlists'; diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 8dd5d0a86bf37..dabe025ccd630 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -49,7 +49,7 @@ $string['assign:grantextension'] = 'Grant extension'; $string['assign:manageallocations'] = 'Manage markers allocated to submissions'; $string['assign:managegrades'] = 'Review and release grades'; -$string['assign:manageoverrides'] = 'Manage assign overrides'; +$string['assign:manageoverrides'] = 'Manage assignment overrides'; $string['assign:receivegradernotifications'] = 'Receive grader submission notifications'; $string['assign:releasegrades'] = 'Release grades'; $string['assign:revealidentities'] = 'Reveal student identities'; @@ -174,9 +174,9 @@ $string['eventgradingtableviewed'] = 'Grading table viewed'; $string['eventidentitiesrevealed'] = 'The identities have been revealed.'; $string['eventmarkerupdated'] = 'The allocated marker has been updated.'; -$string['eventoverridecreated'] = 'Assign override created'; -$string['eventoverridedeleted'] = 'Assign override deleted'; -$string['eventoverrideupdated'] = 'Assign override updated'; +$string['eventoverridecreated'] = 'Assignment override created'; +$string['eventoverridedeleted'] = 'Assignment override deleted'; +$string['eventoverrideupdated'] = 'Assignment override updated'; $string['eventrevealidentitiesconfirmationpageviewed'] = 'Reveal identities confirmation page viewed.'; $string['eventstatementaccepted'] = 'The user has accepted the statement of the submission.'; $string['eventsubmissionconfirmationformviewed'] = 'Submission confirmation form viewed.'; @@ -327,7 +327,7 @@ $string['none'] = 'None'; $string['noonlinesubmissions'] = 'This assignment does not require you to submit anything online'; $string['noopen'] = 'No open date'; -$string['nooverridedata'] = 'You must override at least one of the assign settings.'; +$string['nooverridedata'] = 'You must override at least one of the assignment settings.'; $string['nosavebutnext'] = 'Next'; $string['nosubmission'] = 'Nothing has been submitted for this assignment'; $string['nosubmissionsacceptedafter'] = 'No submissions accepted after '; @@ -382,7 +382,7 @@ $string['recordid'] = 'Identifier'; $string['revealidentities'] = 'Reveal student identities'; $string['revealidentitiesconfirm'] = 'Are you sure you want to reveal student identities for this assignment? This operation cannot be undone. Once the student identities have been revealed, the marks will be released to the gradebook.'; -$string['reverttodefaults'] = 'Revert to assign defaults'; +$string['reverttodefaults'] = 'Revert to assignment defaults'; $string['reverttodraftforstudent'] = 'Revert submission to draft for student: (id={$a->id}, fullname={$a->fullname}).'; $string['reverttodraft'] = 'Revert the submission to draft status.'; $string['reverttodraftshort'] = 'Revert the submission to draft'; @@ -515,7 +515,7 @@ $string['useridlistnotcached'] = 'The grade changes were NOT saved, as it was not possible to determine which submission they were for.'; $string['useroverrides'] = 'User overrides'; $string['useroverridesdeleted'] = 'User overrides deleted'; -$string['usersnone'] = 'No students have access to this assign'; +$string['usersnone'] = 'No students have access to this assignment.'; $string['userswhoneedtosubmit'] = 'Users who need to submit: {$a}'; $string['usergrade'] = 'User grade'; $string['validmarkingworkflowstates'] = 'Valid marking workflow states';