@@ -37,16 +37,9 @@ $string['confirmtourremovalquestion'] = 'Are you sure that you wish to remove th
$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:
<dl>
<dt>Plain text</dt>
<dd>A plain text description</dd>
<dt>Moodle MultiLang</dt>
<dd>A string which makes use of the Moodle MultiLang format</dd>
<dt>Moodle Translated string</dt>
<dd>A value found in a standard Moodle language file in the format identifier,component</dd>
</dl>';
$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['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.
<dl>
<dt>Block</dt>
<dd>Display the step next to the first matching block of the type on the page.</dd>
<dt>Selector</dt>
<dd>CSS Selectors are a powerful way which allow you to select different parts of the page based on metadata built into the page.</dd>
<dt>Display in middle of the page</dt>
<dd>Instead of associating the step with a specific part of the page you can have it displayed in the middle of the page.</dd>
</dl>';
$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['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:
<dl>
<dt>Plain text</dt>
<dd>A plain text description</dd>
<dt>Moodle MultiLang</dt>
<dd>A string which makes use of the Moodle MultiLang format</dd>
<dt>Moodle Translated string</dt>
<dd>A value found in a standard Moodle language file in the format identifier,component</dd>
</dl>';
$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 @@ Note: Backdrops are not compatible with some parts of the page such as the navig
';
$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.
$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 <a href="{$a->editlink}">edit the tour defaults</a> and <a href="{$a->resetlink}">force the tour to be displayed</a> to all users again.';
$string['tour_resetforall']='The state of the tour has been reset. It will be displayed to all users again.';
$string['sendcoursewelcomemessage_help']='When a user self enrols in the course, they may be sent an welcome message email.<br />
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.';
* @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.<br><a href="{$a}">Manage media players</a>';
$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.
$string['curlsecurityblockedhostssyntax']='Put each entry on a new line. Valid entries are either full IPv4 or IPv6 addresses (such as <b>192.168.10.1, 0:0:0:0:0:0:0:1, ::1, fe80::</b>) which match a single host; or CIDR notation (such as <b>231.54.211.0/20 or fe80::/64</b>); or a range of IP addresses (such as <b>231.3.56.10-20 or fe80::1111-bbbb</b>) where the range applies to the last group of the address; or domain names (such as <b>localhost or example.com</b>); or wildcard domain names (such as <b>*.example.com or *.sub.example.com</b>). 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.';
$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 uptodate 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['linkadmincategories_help']='If enabled admin setting categories will be displayed as links in the navigation and will lead to the admin category pages.';
$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['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 <a href="http://docs.videojs.com/">VideoJS documentation</a>';
$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.';
$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['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['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';