mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-81351 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
c895def59b
commit
dccc91f4bc
@ -47,7 +47,7 @@ $string['cachedef_purpose'] = 'Data purposes';
|
||||
$string['cachedef_purpose_overrides'] = 'Purpose overrides in the Data privacy tool';
|
||||
$string['cachedef_contextlevel'] = 'Context levels purpose and category';
|
||||
$string['cancelrequest'] = 'Cancel request';
|
||||
$string['cancelrequestconfirmation'] = 'Do you really want cancel this data request?';
|
||||
$string['cancelrequestconfirmation'] = 'Do you want to cancel this data request?';
|
||||
$string['cannotreset'] = 'Unable to reset this request. Only rejected requests can be reset.';
|
||||
$string['categories'] = 'Categories';
|
||||
$string['category'] = 'Category';
|
||||
|
@ -68,7 +68,7 @@ $string['coursetemplatename_help'] = 'Enter an existing course shortname to use
|
||||
$string['coursetorestorefromdoesnotexist'] = 'The course to restore from does not exist';
|
||||
$string['courseupdated'] = 'Course updated';
|
||||
$string['courseuploadnotallowed'] = 'No permission to upload courses in category: {$a}';
|
||||
$string['courseuploadupdatenotallowed'] = "Course with this shortname exists and you don't have permission to use upload course tool to update it";
|
||||
$string['courseuploadupdatenotallowed'] = 'A course with this short name exists but you don\'t have permission to use the upload courses functionality to update it.';
|
||||
$string['createall'] = 'Create all, increment shortname if needed';
|
||||
$string['createnew'] = 'Create new courses only, skip existing ones';
|
||||
$string['createorupdate'] = 'Create new courses, or update existing ones';
|
||||
|
@ -49,7 +49,7 @@ $string['examplecsv_help'] = 'To use the example text file, download it then ope
|
||||
The example text file may also be used for testing, as you are able to preview user data and can choose to cancel the action before user accounts are created.';
|
||||
$string['infoprefix'] = 'Info:';
|
||||
$string['invalidupdatetype'] = 'This option cannot be selected with the chosen upload type.';
|
||||
$string['invaliduserdatavalues'] = 'Invalid data detected for user \'{$a->username}\' ({$a->values}), which has been automatically cleaned.';
|
||||
$string['invaliduserdatavalues'] = 'Incorrect data ({$a->values}) found for user {$a->username}. This data has been corrected or deleted.';
|
||||
$string['invalidtheme'] = 'Theme "{$a}" is not installed and will be ignored.';
|
||||
$string['linex'] = 'Line {$a}';
|
||||
$string['matchemail'] = 'Match on email address';
|
||||
|
@ -34,7 +34,7 @@ $string['firstlaunchnotice'] = 'It looks like this is your first time here. Plea
|
||||
$string['getstartedwithnewaccount'] = 'Get started with a new account';
|
||||
$string['haveexistingaccount'] = 'I have an existing account';
|
||||
$string['linkthisaccount'] = 'Link this account';
|
||||
$string['mustbeloggedin'] = 'Sign in to link your existing account';
|
||||
$string['mustbeloggedin'] = 'Log in to link your existing account.';
|
||||
$string['pluginname'] = 'LTI';
|
||||
$string['privacy:metadata:auth_lti'] = 'LTI authentication';
|
||||
$string['privacy:metadata:auth_lti:authsubsystem'] = 'This plugin is connected to the authentication subsystem.';
|
||||
|
20
cache/stores/redis/lang/en/cachestore_redis.php
vendored
20
cache/stores/redis/lang/en/cachestore_redis.php
vendored
@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['ca_file'] = 'CA file path';
|
||||
$string['ca_file_help'] = 'Location of Certificate Authority file on local filesystem';
|
||||
$string['clustermode'] = 'Cluster Mode';
|
||||
$string['clustermode_help'] = 'Enabling it will run the Redis cluster function, allowing your server to serve multiple servers to handle concurrent requests simultaneously.';
|
||||
$string['clustermode'] = 'Cluster mode';
|
||||
$string['clustermode_help'] = 'Enabling cluster mode will run the Redis Cluster function, allowing your server to serve multiple servers to handle concurrent requests simultaneously.';
|
||||
$string['clustermodeunavailable'] = 'Redis Cluster is currently unavailable. Please ensure that the PHP Redis extension supports Redis Cluster functionality.';
|
||||
$string['compressor_none'] = 'No compression.';
|
||||
$string['compressor_php_gzip'] = 'Use gzip compression.';
|
||||
@ -57,16 +57,16 @@ Some example values:
|
||||
* 1.2.3.4:1234 - To connect to a Redis server by IP address with a specific port.
|
||||
* unix:///var/redis.sock - To connect to a Redis server using a Unix socket.
|
||||
* /var/redis.sock - To connect to a Redis server using a Unix socket (alternative format).
|
||||
* If cluster mode is enabled, please specify servers separated by a new line:<br>
|
||||
|
||||
If cluster mode is enabled, specify servers separated by a new line, for example:<br>
|
||||
172.23.0.11<br>
|
||||
172.23.0.12<br>
|
||||
172.23.0.13<br>
|
||||
Refer to the above examples to write a server.
|
||||
|
||||
See <a href="https://redis.io/docs/reference/clients/#accepting-client-connections" target="_new">Accepting Client Connections</a> and <a href="https://redis.io/resources/clients/#php" target="_new">Redis PHP clients</a> for more information.';
|
||||
For further information, see <a href="https://redis.io/docs/reference/clients/#accepting-client-connections">Accepting Client Connections</a> and <a href="https://redis.io/resources/clients/#php">Redis PHP clients</a>.';
|
||||
$string['task_ttl'] = 'Free up memory used by expired entries in Redis caches';
|
||||
$string['test_clustermode'] = 'Cluster Mode';
|
||||
$string['test_clustermode_desc'] = 'Enable Test in Redis cluster mode.';
|
||||
$string['test_clustermode'] = 'Cluster mode';
|
||||
$string['test_clustermode_desc'] = 'Enable Test in Redis Cluster mode.';
|
||||
$string['test_password'] = 'Test server password';
|
||||
$string['test_password_desc'] = 'Redis test server password.';
|
||||
$string['test_serializer'] = 'Serializer';
|
||||
@ -82,13 +82,13 @@ Some example values:
|
||||
* 1.2.3.4:1234 - To connect to a Redis server by IP address with a specific port.
|
||||
* unix:///var/redis.sock - To connect to a Redis server using a Unix socket.
|
||||
* /var/redis.sock - To connect to a Redis server using a Unix socket (alternative format).
|
||||
* If cluster mode is enabled, please specify servers separated by a new line:<br>
|
||||
|
||||
If cluster mode is enabled, specify servers separated by a new line, for example:<br>
|
||||
172.23.0.11<br>
|
||||
172.23.0.12<br>
|
||||
172.23.0.13<br>
|
||||
Refer to the above examples to write a server.
|
||||
|
||||
See <a href="https://redis.io/docs/reference/clients/#accepting-client-connections" target="_new">Accepting Client Connections</a> and <a href="https://redis.io/resources/clients/#php" target="_new">Redis PHP clients</a> for more information.';
|
||||
For further information, see <a href="https://redis.io/docs/reference/clients/#accepting-client-connections">Accepting Client Connections</a> and <a href="https://redis.io/resources/clients/#php">Redis PHP clients</a>.';
|
||||
$string['test_ttl'] = 'Testing TTL';
|
||||
$string['test_ttl_desc'] = 'Run the performance test using a cache that requires TTL (slower sets).';
|
||||
$string['usecompressor'] = 'Use compressor';
|
||||
|
@ -55,9 +55,9 @@ $string['expiredaction'] = 'Enrolment expiry action';
|
||||
$string['expiredaction_help'] = 'Select action to carry out when user enrolment expires. Please note that some user data and settings are purged from course during course unenrolment.';
|
||||
$string['expiryinactivemessageenrolledbody'] = 'Hi {$a->user},
|
||||
|
||||
Your enrolment in the course {$a->course} expires on {$a->timeend} as you have not visited it in the last {$a->inactivetime} days. This means that you will no longer have access to the course.
|
||||
Your enrolment in the course {$a->course} expires on {$a->timeend} as you have not accessed it in the last {$a->inactivetime} days.
|
||||
|
||||
To keep your enrolment active, simply log in and visit <a href="{$a->url}">{$a->course}</a> before {$a->timeend}.';
|
||||
To keep your enrolment active, log in and access <a href="{$a->url}">{$a->course}</a> before {$a->timeend}.';
|
||||
$string['expiryinactivemessageenrolledsubject'] = 'Your enrolment is expiring: {$a->course}';
|
||||
$string['expirymessageenrollersubject'] = 'Self enrolment expiry notification';
|
||||
$string['expirymessageenrollerbody'] = 'Self enrolment in the course \'{$a->course}\' will expire within the next {$a->threshold} for the following users:
|
||||
|
@ -431,7 +431,7 @@ $string['contenttypeuninstalling'] = 'There are {$a->count} contents supported b
|
||||
$string['country'] = 'Default country';
|
||||
$string['course_customfield'] = 'Course custom fields';
|
||||
$string['coursecolor'] = 'Colour {$a}';
|
||||
$string['coursecolorheading_desc'] = 'Any courses without a course image set in the course settings are displayed on the Dashboard with a patterned course card. The colours used in the pattern may be specified below.';
|
||||
$string['coursecolorheading_desc'] = 'Any courses without a course image set in the course settings are displayed on the My courses page with a patterned course card. The colours used in the pattern may be specified below.';
|
||||
$string['coursecolorsettings'] = 'Course card colours';
|
||||
$string['coursecontact'] = 'Course contacts';
|
||||
$string['coursecontact_desc'] = 'This setting allows you to control who appears on the course description. Users need to have at least one of these roles in a course to be shown on the course description for that course.';
|
||||
@ -986,7 +986,7 @@ $string['opensslrecommended'] = 'Installing the optional OpenSSL library is high
|
||||
$string['opensslrequired'] = 'The OpenSSL PHP extension is now required by Moodle to provide stronger cryptographic services.';
|
||||
$string['opentowebcrawlers'] = 'Open to search engines';
|
||||
$string['optionalmaintenancemessage'] = 'Optional maintenance message';
|
||||
$string['oracledatabaseinuse'] = 'We are changing Oracle DB support in Moodle LMS. Moodle version 4.5 will be the last version that supports Oracle as a database architecture. Further information can be found <a href="https://moodle.org/mod/forum/discuss.php?d=456122" target="_blank">here</a>';
|
||||
$string['oracledatabaseinuse'] = 'Oracle DB support is to be removed. Moodle 4.5 will be the last version with Oracle DB support. For details, see the announcement on moodle.org <a href="https://moodle.org/mod/forum/discuss.php?d=456122">Oracle database support in LMS deprecation</a>.';
|
||||
$string['order1'] = 'First';
|
||||
$string['order2'] = 'Second';
|
||||
$string['order3'] = 'Third';
|
||||
|
@ -32,13 +32,13 @@ $string['asyncbackupprocessing'] = 'The backup is in progress';
|
||||
$string['asyncbadexecution'] = 'Bad backup controller execution. It is {$a} and should be 2.';
|
||||
$string['asynccheckprogress'] = 'You can check the progress at any time on the <a href="{$a}">restore page</a>.';
|
||||
$string['asyncgeneralsettings'] = 'Asynchronous backup/restore';
|
||||
$string['asyncemailenable'] = 'Enable message notifications';
|
||||
$string['asyncemailenabledetail'] = 'If enabled, users will receive a message when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebody'] = 'Message';
|
||||
$string['asyncmessagebodydetail'] = 'Message to send when an asynchronous backup or restore completes.';
|
||||
$string['asyncemailenable'] = 'Enable notifications';
|
||||
$string['asyncemailenabledetail'] = 'If enabled, users will receive a notification when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebody'] = 'Notification';
|
||||
$string['asyncmessagebodydetail'] = 'Notification to send when an asynchronous backup or restore completes.';
|
||||
$string['asyncmessagebodydefault'] = 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href="{link}">{link}</a>.';
|
||||
$string['asyncmessagesubject'] = 'Subject';
|
||||
$string['asyncmessagesubjectdetail'] = 'Message subject';
|
||||
$string['asyncmessagesubjectdetail'] = 'Notification subject';
|
||||
$string['asyncmessagesubjectdefault'] = 'Moodle {operation} completed successfully';
|
||||
$string['asyncnowait'] = 'You don\'t need to wait here, as the process will continue in the background.';
|
||||
$string['asyncprocesspending'] = 'Process pending';
|
||||
@ -194,7 +194,7 @@ $string['currentstage4'] = 'Confirmation and review';
|
||||
$string['currentstage8'] = 'Perform backup';
|
||||
$string['currentstage16'] = 'Complete';
|
||||
$string['enableasyncbackup'] = 'Enable asynchronous backups';
|
||||
$string['enableasyncbackup_help'] = 'If enabled, all backup and restore operations will be done asynchronously. This does not affect imports and exports. Asynchronous backups and restores allow users to do other operations while a backup or restore is in progress.';
|
||||
$string['enableasyncbackup_help'] = 'If enabled, backup and restore operations will be done asynchronously. This provides a better user experience allowing users to do other operations while a backup or restore is in progress. This does not affect imports and exports.';
|
||||
$string['enterasearch'] = 'Enter a search';
|
||||
$string['error_block_for_module_not_found'] = 'Orphan block instance (id: {$a->bid}) for course module (id: {$a->mid}) found. This block will not be backed up';
|
||||
$string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
|
||||
|
@ -132,7 +132,7 @@ $string['h5pinvalidurl'] = 'Invalid H5P content URL.';
|
||||
$string['h5plibraryhandler'] = 'H5P framework handler';
|
||||
$string['h5plibraryhandler_help'] = 'The H5P framework used to display H5P content. The latest version is recommended.';
|
||||
$string['h5pcustomcss'] = 'Custom CSS';
|
||||
$string['h5pcustomcss_help'] = 'Custom CSS to apply to your H5P modules.';
|
||||
$string['h5pcustomcss_help'] = 'CSS to apply to H5P content.';
|
||||
$string['h5pprivatefile'] = 'This H5P content can\'t be displayed because you don\'t have access to the .h5p file.';
|
||||
$string['h5pmanage'] = 'Manage H5P content types';
|
||||
$string['h5poverview'] = 'H5P overview';
|
||||
|
@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$string['pluginname'] = 'TinyMCE Premium';
|
||||
$string['apikey'] = 'API key';
|
||||
$string['apikey_desc'] = '<p>Your API key is available on your <a target="_blank" href="https://www.tiny.cloud">Tiny Cloud</a> account page if you have purchased a subscription, or if you are on a free trial.</p><p>See the list of available TinyMCE Premium features for Moodle in <a target="_blank" href="https://docs.moodle.org/en/TinyMCE_editor#TinyMCE_Premium">Moodle Docs</a>.</p>';
|
||||
$string['apikey_desc'] = '<p>Your API key is available on your <a href="https://www.tiny.cloud">Tiny Cloud</a> account page if you have purchased a subscription, or if you are on a free trial.</p><p>See the list of available TinyMCE Premium features for Moodle in the documentation <a href="https://docs.moodle.org/en/TinyMCE_editor">TinyMCE editor</a>.</p>';
|
||||
$string['premium:accesspremium'] = 'Access TinyMCE Premium features';
|
||||
$string['privacy:metadata'] = 'The Tiny premium plugin for TinyMCE does not store any personal data.';
|
||||
$string['privacy:metadata'] = 'The TinyMCE Premium plugin does not store any personal data.';
|
||||
|
@ -75,8 +75,8 @@ $string['search:activity'] = 'BigBlueButton - activity information';
|
||||
$string['search:tags'] = 'BigBlueButton - tags information';
|
||||
$string['settings'] = 'BigBlueButton settings';
|
||||
|
||||
$string['settings_credential_warning_no_capability'] = 'The use of default server credentials will soon expire. To use BigBlueButton your site will require new server credentials. Please contact your site administrator for help with this.';
|
||||
$string['settings_credential_warning'] = 'Default BigBlueButton plugin credentials will soon expire. See BigBlueButton<a href="{$a->settingslink}" target="_blank"> plugin settings (opens in a new window)</a> for more information.';
|
||||
$string['settings_credential_warning_no_capability'] = 'The BigBlueButton server credentials will soon expire. Please contact your site administrator.';
|
||||
$string['settings_credential_warning'] = 'The BigBlueButton server credentials will soon expire. See the <a href="{$a->settingslink}" target="_blank">BigBlueButton general settings (opens in a new window)</a>.';
|
||||
|
||||
$string['privacy:metadata:bigbluebuttonbn'] = 'BigBlueButton session configuration';
|
||||
$string['privacy:metadata:bigbluebuttonbn:participants'] = 'A list of rules that define the role users will have in the BigBlueButton session. A user ID may be stored as permissions can be granted per role or per user.';
|
||||
@ -135,7 +135,7 @@ $string['config_general_description'] = 'To set up BigBlueButton, you can either
|
||||
$string['config_profile_picture_enabled'] = 'Show profile pictures';
|
||||
$string['config_profile_picture_enabled_description'] = 'Should profile pictures of participants be shown in BigBlueButton sessions?';
|
||||
$string['config_server_url'] = 'BigBlueButton server URL';
|
||||
$string['config_server_url_description'] = 'The server URL of your BigBlueButton server ';
|
||||
$string['config_server_url_description'] = 'The URL of your BigBlueButton server.';
|
||||
$string['config_shared_secret'] = 'BigBlueButton shared secret';
|
||||
$string['config_shared_secret_description'] = 'The security secret of your BigBlueButton server.';
|
||||
$string['config_checksum_algorithm'] = 'BigBlueButton server checksum algorithm';
|
||||
|
@ -194,7 +194,10 @@ $string['multichoicerated'] = 'Multiple choice (rated)';
|
||||
$string['multichoicetype'] = 'Multiple choice type';
|
||||
$string['multichoice_values'] = 'Multiple choice values';
|
||||
$string['multiplesubmit'] = 'Allow multiple submissions';
|
||||
$string['multiplesubmit_help'] = 'If enabled for anonymous surveys, users can submit feedback an unlimited number of times.';
|
||||
$string['multiplesubmit_help'] = 'If set to Yes:
|
||||
|
||||
* For anonymous surveys: participants can submit unlimited responses, and all responses will be recorded.
|
||||
* For non-anonymous surveys: participants can submit unlimited responses, but only their latest response will be recorded.';
|
||||
$string['name'] = 'Name';
|
||||
$string['name_required'] = 'Name required';
|
||||
$string['nameandlabelformat'] = '({$a->label}) {$a->name}';
|
||||
|
@ -42,7 +42,7 @@ $string['allsubscribe'] = 'Subscribe to all forums';
|
||||
$string['allunsubscribe'] = 'Unsubscribe from all forums';
|
||||
$string['allusers'] = 'All users';
|
||||
$string['alreadyfirstpost'] = 'This is already the first post in the discussion';
|
||||
$string['announcementsettings'] = 'Default Announcement Forum Settings';
|
||||
$string['announcementsettings'] = 'Default announcement forum settings';
|
||||
$string['announcementsettings_help'] = 'These settings define the defaults for all announcement forums.';
|
||||
$string['anyfile'] = 'Any file';
|
||||
$string['areaattachment'] = 'Attachments';
|
||||
|
@ -176,7 +176,7 @@ $string['categorynoedit'] = 'You do not have editing privileges in the category
|
||||
$string['categoryupdated'] = 'The category was successfully updated';
|
||||
$string['close'] = 'Close window';
|
||||
$string['closed'] = 'Closed';
|
||||
$string['closebeforeopen'] = 'The close date cannot be before or equal to the open date.';
|
||||
$string['closebeforeopen'] = 'The close date must be after the open date.';
|
||||
$string['closepreview'] = 'Close preview';
|
||||
$string['closereview'] = 'Close review';
|
||||
$string['comment'] = 'Comment';
|
||||
@ -495,7 +495,7 @@ $string['inprogress'] = 'In progress';
|
||||
$string['introduction'] = 'Description';
|
||||
$string['invalidattemptid'] = 'No such attempt ID exists';
|
||||
$string['invalidcategory'] = 'Category ID is invalid';
|
||||
$string['invalidoverrideid'] = 'Invalid override id';
|
||||
$string['invalidoverrideid'] = 'Invalid override ID.';
|
||||
$string['invalidquestionid'] = 'Invalid question id';
|
||||
$string['invalidquizid'] = 'Invalid quiz ID';
|
||||
$string['invalidrandomslot'] = 'Invalid random question slot id.';
|
||||
@ -650,21 +650,21 @@ $string['overduehandlinggraceperiod'] = 'There is a grace period when open attem
|
||||
$string['overduehandlingautoabandon'] = 'Attempts must be submitted before time expires, or they are not counted';
|
||||
$string['overduemustbesubmittedby'] = 'This attempt is now overdue. It should already have been submitted. If you would like this quiz to be graded, you must submit it by {$a}. If you do not submit it by then, no marks from this attempt will be counted.';
|
||||
$string['override'] = 'Override';
|
||||
$string['overridecannotchange'] = 'The user or group cannot be changed after an override is created';
|
||||
$string['overridecannotsetbothgroupanduser'] = 'Both group and user cannot be set at the same time';
|
||||
$string['overridecannotchange'] = 'The user or group cannot be changed after an override is created.';
|
||||
$string['overridecannotsetbothgroupanduser'] = 'Both group and user cannot be set at the same time.';
|
||||
$string['overridedeletegroupsure'] = 'Are you sure you want to delete the override for group {$a}?';
|
||||
$string['overridedeleteusersure'] = 'Are you sure you want to delete the override for user {$a}?';
|
||||
$string['overridegroup'] = 'Override group';
|
||||
$string['overridegroupeventname'] = '{$a->quiz} - {$a->group}';
|
||||
$string['overrideinvalidattempts'] = 'Attempts value must be greater than zero';
|
||||
$string['overrideinvalidexistingid'] = 'Existing override does not exist';
|
||||
$string['overrideinvalidgroup'] = 'Group given does not exist';
|
||||
$string['overrideinvalidquiz'] = 'Quiz id set does not exist';
|
||||
$string['overrideinvalidtimelimit'] = 'Time limit must be greater than zero';
|
||||
$string['overrideinvaliduser'] = 'User given does not exist';
|
||||
$string['overridemissingdelete'] = 'Override id(s) {$a} could not be deleted because they do not exist or are not a part of the given quiz';
|
||||
$string['overridemultiplerecordsexist'] = 'Multiple overrides cannot be made for the same user/group';
|
||||
$string['overridemustsetuserorgroup'] = 'A user or group must be set';
|
||||
$string['overrideinvalidattempts'] = 'Attempts value must be greater than zero.';
|
||||
$string['overrideinvalidexistingid'] = 'Existing override doesn\'t exist.';
|
||||
$string['overrideinvalidgroup'] = 'Group given doesn\'t exist.';
|
||||
$string['overrideinvalidquiz'] = 'Quiz ID set doesn\'t exist.';
|
||||
$string['overrideinvalidtimelimit'] = 'Time limit must be greater than zero.';
|
||||
$string['overrideinvaliduser'] = 'User given doesn\'t exist.';
|
||||
$string['overridemissingdelete'] = 'Override ID(s) {$a} couldn\'t be deleted because they don\'t exist or are not a part of the given quiz.';
|
||||
$string['overridemultiplerecordsexist'] = 'Multiple overrides cannot be made for the same user/group.';
|
||||
$string['overridemustsetuserorgroup'] = 'A user or group must be set.';
|
||||
$string['overrides'] = 'Overrides';
|
||||
$string['overridesforquiz'] = 'Settings overrides: {$a}';
|
||||
$string['overridesnoneforgroups'] = 'No group settings overrides have been created for this quiz.';
|
||||
|
@ -99,7 +99,7 @@ $string['completionstatusrequired_help'] = 'Checking one or more statuses will r
|
||||
$string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.';
|
||||
$string['contents'] = 'Contents';
|
||||
$string['coursepacket'] = 'Course package';
|
||||
$string['coursestruct'] = 'Course structure';
|
||||
$string['coursestruct'] = 'Content structure';
|
||||
$string['crontask'] = 'Background processing for SCORM';
|
||||
$string['currentwindow'] = 'Current window';
|
||||
$string['datadir'] = 'Filesystem error: Can\'t create course data directory';
|
||||
@ -117,7 +117,7 @@ $string['display'] = 'Display package';
|
||||
$string['displayattemptstatus'] = 'Display attempt status';
|
||||
$string['displayattemptstatus_help'] = 'This preference allows a summary of the users attempts to show in the course overview block in Dashboard and/or the SCORM entry page.';
|
||||
$string['displayattemptstatusdesc'] = 'Whether a summary of the user\'s attempts is shown in the course overview block in Dashboard and/or the SCORM entry page.';
|
||||
$string['displaycoursestructure'] = 'Display course structure on entry page';
|
||||
$string['displaycoursestructure'] = 'Display content structure on entry page';
|
||||
$string['displaycoursestructure_help'] = 'If enabled, the table of contents is displayed on the SCORM outline page.';
|
||||
$string['displaycoursestructuredesc'] = 'If enabled, the table of contents is displayed on the SCORM outline page.';
|
||||
$string['displaydesc'] = 'Whether to display the SCORM package in a new window.';
|
||||
@ -194,7 +194,7 @@ $string['hidebrowse_help'] = 'Preview mode allows a student to browse an activit
|
||||
$string['hidebrowsedesc'] = 'Preview mode allows a student to browse an activity before attempting it.';
|
||||
$string['hideexit'] = 'Hide exit link';
|
||||
$string['hidereview'] = 'Hide review button';
|
||||
$string['hidetoc'] = 'Display course structure in player';
|
||||
$string['hidetoc'] = 'Display content structure in player';
|
||||
$string['hidetoc_help'] = 'How the table of contents is displayed in the SCORM player';
|
||||
$string['hidetocdesc'] = 'This setting specifies how the table of contents is displayed in the SCORM player.';
|
||||
$string['highestattempt'] = 'Highest attempt';
|
||||
@ -267,7 +267,7 @@ $string['maximumattemptsdesc'] = 'This preference sets the default maximum attem
|
||||
$string['maximumgradedesc'] = 'This preference sets the default maximum grade for an activity';
|
||||
$string['menubar'] = 'Show the menu bar';
|
||||
$string['min'] = 'Minimum score';
|
||||
$string['minimumscoregreater'] = 'Minimum score must be greater than 0';
|
||||
$string['minimumscoregreater'] = 'Minimum score must be greater than 0.';
|
||||
$string['missing_attribute'] = 'Missing attribute {$a->attr} in tag {$a->tag}';
|
||||
$string['missingparam'] = 'A required parameter is missing or wrong';
|
||||
$string['missing_tag'] = 'Missing tag {$a->tag}';
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
$string['getreport'] = 'Get report';
|
||||
$string['invalidparametertheme'] = 'Invalid paramater set for theme';
|
||||
$string['invalidparametertheme'] = 'Invalid parameter set for theme.';
|
||||
$string['pluginname'] = 'Theme usage';
|
||||
$string['privacy:metadata'] = 'The theme report plugin does not store any personal data.';
|
||||
$string['themename'] = 'Theme name';
|
||||
|
Loading…
x
Reference in New Issue
Block a user