mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'MDL-56903-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
efe57105d6
14 changed files with 59 additions and 98 deletions
|
@ -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';
|
||||
|
|
|
@ -28,8 +28,8 @@ $string['appliesto'] = 'Applies to';
|
|||
$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['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['cssselector'] = 'CSS selector';
|
||||
$string['defaultvalue'] = 'Default ({$a})';
|
||||
$string['delay'] = 'Delay before showing the step';
|
||||
|
@ -92,35 +85,24 @@ $string['pluginname'] = 'User tours';
|
|||
$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['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:
|
||||
<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.
|
||||
|
||||
This delay is in milliseconds.';
|
||||
|
@ -149,21 +129,7 @@ $string['sharedtourslink'] = 'Tour repository';
|
|||
$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 <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.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue