mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-66990 lang: Import fixed English strings (en_fix)
Significant string changes: * hidegrader_help,mod_assign - note about setting having no effect on comments box * configdefaultrequestcategory, configenablecourserequests, configlockrequestcategory, lockrequestcategory, core_admin - clearer explanation * configenablecompletion,core_completion - including reason for setting activity completion conditions * emailstop,core - clearer wording * setuplink_desc,tool_mobile - including where the app download page link is displayed and leaving the setting empty
This commit is contained in:
parent
e04a73ccc0
commit
7ac4c9c1f6
16 changed files with 46 additions and 44 deletions
|
@ -53,7 +53,7 @@ $string['allowcoursethemes'] = 'Allow course themes';
|
|||
$string['allowediplist'] = 'Allowed IP list';
|
||||
$string['allowedemaildomains'] = 'Allowed email domains';
|
||||
$string['allowemailaddresses'] = 'Allowed email domains';
|
||||
$string['allowemojipicker'] = 'Enable emoji picker';
|
||||
$string['allowemojipicker'] = 'Emoji picker';
|
||||
$string['allowindexing'] = 'Allow indexing by search engines';
|
||||
$string['allowindexing_desc'] = 'This determines whether to allow search engines to index your site. "Everywhere" will allow the search engines to search everywhere including login and signup pages, which means sites with Force Login turned on are still indexed. To avoid the risk of spam involved with the signup page being searchable, use "Everywhere except login and signup pages". "Nowhere" will tell search engines not to index any page. Note this is only a tag in the header of the site. It is up to the search engine to respect the tag.';
|
||||
$string['allowindexingeverywhere'] = 'Everywhere';
|
||||
|
@ -105,7 +105,7 @@ $string['bookmarkdeleted'] = 'Bookmark deleted.';
|
|||
$string['bookmarkthispage'] = 'Bookmark this page';
|
||||
$string['cachejs'] = 'Cache Javascript';
|
||||
$string['cachejs_help'] = 'Javascript caching and compression greatly improves page loading performance. it is strongly recommended for production sites. Developers will probably want to disable this feature.';
|
||||
$string['cachetemplates'] = 'Cache Templates';
|
||||
$string['cachetemplates'] = 'Cache templates';
|
||||
$string['cachetemplates_help'] = 'Template caching will improve page loading performance and is strongly recommended for production sites. Developers will probably want to disable this feature.';
|
||||
$string['calendarexportsalt'] = 'Calendar export salt';
|
||||
$string['calendarsettings'] = 'Calendar';
|
||||
|
@ -154,8 +154,8 @@ $string['configallowcohortthemes'] = 'If you enable this, then themes can be set
|
|||
$string['configallowcoursethemes'] = 'If you enable this, then courses will be allowed to set their own themes. Course themes override all other theme choices (site, user, or session themes)';
|
||||
$string['configallowedemaildomains'] = 'List email domains that are allowed to be disclosed in the "From" section of outgoing email. The default of "Empty" will use the No-reply address for all outgoing email. The use of wildcards is allowed e.g. *.example.com will allow emails sent from any subdomain of example.com, but not example.com itself. This will require separate entry.';
|
||||
$string['configallowemailaddresses'] = 'To restrict new email addresses to particular domains, list them here separated by spaces. All other domains will be rejected. To allow subdomains, add the domain with a preceding \'.\'. To allow a root domain together with its subdomains, add the domain twice - once with a preceding \'.\' and once without e.g. .ourcollege.edu.au ourcollege.edu.au.';
|
||||
$string['configallowemojipicker'] = 'If enabled, the emoji picker will be available within the site';
|
||||
$string['configallowemojipickerincompatible'] = 'Your current database configuration does not properly support emojis. In order to enable the emoji picker you will need to <a href="https://docs.moodle.org/37/en/MySQL_full_unicode_support">upgrade your database for full unicode support</a>.';
|
||||
$string['configallowemojipicker'] = 'The emoji picker enables users to select emojis, such as smilies, to add to messages.';
|
||||
$string['configallowemojipickerincompatible'] = 'Your current database configuration does not properly support emojis. In order to enable the emoji picker you will need to <a href="https://docs.moodle.org/en/MySQL_full_unicode_support">upgrade your database for full unicode support</a>.';
|
||||
$string['configallowguestmymoodle'] = 'If enabled guests can access Dashboard, otherwise guests are redirected to the site front page.';
|
||||
$string['configallowobjectembed'] = 'As a default security measure, normal users are not allowed to embed multimedia (like Flash) within texts using explicit EMBED and OBJECT tags in their HTML (although it can still be done safely using the mediaplugins filter). If you wish to allow these tags then enable this option.';
|
||||
$string['configallowoverride'] = 'You can allow people with the roles on the left side to override some of the column roles';
|
||||
|
@ -206,7 +206,7 @@ $string['configdebugdisplay'] = 'Set to on, the error reporting will go to the H
|
|||
$string['configdebugpageinfo'] = 'Enable if you want page information printed in page footer.';
|
||||
$string['configdebugvalidators'] = 'Enable if you want to have links to external validator servers in page footer. You may need to create new user with username <em>w3cvalidator</em>, and enable guest access. These changes may allow unauthorized access to server, do not enable on production sites!';
|
||||
$string['configdefaulthomepage'] = 'This determines the first link in the navigation for logged-in users.';
|
||||
$string['configdefaultrequestcategory'] = 'Courses requested by users will be placed in this category if the category is not specified.';
|
||||
$string['configdefaultrequestcategory'] = 'Courses requested by users with the capability to request new courses in the system context will be placed in this category unless users are able to select a different category.';
|
||||
$string['configdefaultrequestedcategory'] = 'Default category to put courses that were requested into, if they\'re approved.';
|
||||
$string['configdefaultuserroleid'] = 'All logged in users will be given the capabilities of the role you specify here, at the site level, in ADDITION to any other roles they may have been given. The default is the Authenticated user role. Note that this will not conflict with other roles they have unless you prohibit capabilities, it just ensures that all users have capabilities that are not assignable at the course level (eg post blog entries, manage own calendar, etc).';
|
||||
$string['configdeleteincompleteusers'] = 'After this period, any account without the first name, last name or email field filled in is deleted.';
|
||||
|
@ -228,7 +228,7 @@ $string['configemailfromvia'] = 'Add via information in the "From" section of ou
|
|||
$string['configemailsubjectprefix'] = 'Text to be prefixed to the subject line of all outgoing mail.';
|
||||
$string['configenablecalendarexport'] = 'Enable exporting or subscribing to calendars.';
|
||||
$string['configenablecomments'] = 'Enable comments';
|
||||
$string['configenablecourserequests'] = 'Enable course request functionality. Users with capability to request courses but without capability to create courses will be able to request courses.';
|
||||
$string['configenablecourserequests'] = 'If enabled, users with the capability to request new courses (moodle/course:request) will have the option to request a course. This capability is not allowed for any of the default roles. It may be applied in the system or category context.';
|
||||
$string['configenablemobilewebservice'] = 'Enable mobile service for the official Moodle app or other app requesting it. For more information, read the {$a}';
|
||||
$string['configenablerssfeeds'] = 'If enabled, RSS feeds are generated by various features across the site, such as blogs, forums, database activities and glossaries. Note that RSS feeds also need to be enabled for the particular activity modules.';
|
||||
$string['configenablerssfeedsdisabled'] = 'It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.';
|
||||
|
@ -273,7 +273,7 @@ $string['configlanglist'] = 'If left blank, all languages installed on the site
|
|||
$string['configlangmenu'] = 'Choose whether or not you want to display the general-purpose language menu on the home page, login page etc. This does not affect the user\'s ability to set the preferred language in their own profile.';
|
||||
$string['configlatinexcelexport'] = 'Choose the encoding for Excel exports.';
|
||||
$string['configlocale'] = 'Choose a sitewide locale - this will override the format and language of dates for all language packs (though names of days in calendar are not affected). You need to have this locale data installed on your operating system (eg for linux en_US.UTF-8 or es_ES.UTF-8). In most cases this field should be left blank.';
|
||||
$string['configlockrequestcategory'] = 'Only allow course requests in the default course request category. This is a legacy setting, it is better not to use it but instead assign capability to request courses in the appropriate course category context';
|
||||
$string['configlockrequestcategory'] = 'If enabled, users with the capability to request new courses in the system context will not be able to select a category in the request a new course form. An alternative way of restricting users to requesting a new course in just one category is to apply the capability to request new courses in the category context.';
|
||||
$string['configloglifetime'] = 'This specifies the length of time you want to keep logs about user activity. Logs that are older than this age are automatically deleted. It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime. Values lower than 30 are not recommended because statistics may not work properly.';
|
||||
$string['configlookahead'] = 'Days to look ahead';
|
||||
$string['configmailnewline'] = 'Newline characters used in mail messages. CRLF is required according to RFC 822bis, some mail servers do automatic conversion from LF to CRLF, other mail servers do incorrect conversion from CRLF to CRCRLF, yet others reject mails with bare LF (qmail for example). Try changing this setting if you are having problems with undelivered emails or double newlines.';
|
||||
|
@ -719,7 +719,7 @@ $string['lockoutthreshold'] = 'Account lockout threshold';
|
|||
$string['lockoutthreshold_desc'] = 'Select number of failed login attempts that result in account lockout. This feature may be abused in denial of service attacks.';
|
||||
$string['lockoutwindow'] = 'Account lockout observation window';
|
||||
$string['lockoutwindow_desc'] = 'Observation time for lockout threshold, if there are no failed attempts the threshold counter is reset after this time.';
|
||||
$string['lockrequestcategory'] = 'Lock category for the course requests';
|
||||
$string['lockrequestcategory'] = 'Prevent category selection';
|
||||
$string['log'] = 'Logs';
|
||||
$string['logguests'] = 'Log guest access';
|
||||
$string['logguests_help'] = 'This setting enables logging of actions by guest account and not logged in users. High profile sites may want to disable this logging for performance reasons. It is recommended to keep this setting enabled on production sites.';
|
||||
|
|
|
@ -51,7 +51,7 @@ $string['auth_remove_keep'] = 'Keep internal';
|
|||
$string['auth_remove_suspend'] = 'Suspend internal';
|
||||
$string['auth_remove_user'] = 'Specify what to do with internal user account during mass synchronisation when user was removed from external source. Only suspended users are automatically restored if they reappear in the external source.';
|
||||
$string['auth_remove_user_key'] = 'Removed ext user';
|
||||
$string['auth_sync_suspended'] = 'When enabled, the suspended attribute will be used to update the local user account\'s suspension status.';
|
||||
$string['auth_sync_suspended'] = 'If enabled, the suspended attribute will be used to update the local user account\'s suspension status.';
|
||||
$string['auth_sync_suspended_key'] = 'Synchronise local user suspension status';
|
||||
$string['auth_sync_script'] = 'User account synchronisation';
|
||||
$string['auth_updatelocal'] = 'Update local';
|
||||
|
|
|
@ -28,7 +28,7 @@ $string['and'] = 'and';
|
|||
$string['condition_group'] = 'Restriction set';
|
||||
$string['condition_group_info'] = 'Add a set of nested restrictions to apply complex logic.';
|
||||
$string['enableavailability'] = 'Enable restricted access';
|
||||
$string['enableavailability_desc'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity or resource can be accessed.';
|
||||
$string['enableavailability_desc'] = 'If enabled, conditions (based on date, grade, completion etc.) may be set to control whether an activity or resource can be accessed.';
|
||||
$string['error_list_nochildren'] = 'Restriction sets should contain at least one condition.';
|
||||
$string['hidden_marker'] = '(hidden otherwise)';
|
||||
$string['hidden_individual'] = 'Hidden entirely if user does not meet this condition';
|
||||
|
|
|
@ -176,7 +176,7 @@ $string['claimid'] = 'Claim URL';
|
|||
$string['clearsettings'] = 'Clear settings';
|
||||
$string['completionnotenabled'] = 'Course completion is not enabled for this course, so it cannot be included in badge criteria. Course completion may be enabled in the course settings.';
|
||||
$string['completioninfo'] = 'This badge was issued for completing: ';
|
||||
$string['configenablebadges'] = 'When enabled, this feature lets you create badges and award them to site users.';
|
||||
$string['configenablebadges'] = 'If enabled, this feature lets you create badges and award them to site users.';
|
||||
$string['configuremessage'] = 'Badge message';
|
||||
$string['connect'] = 'Connect';
|
||||
$string['connected'] = 'Connected';
|
||||
|
|
|
@ -112,7 +112,7 @@ $string['completionupdated'] = 'Updated completion for activity <b>{$a}</b>';
|
|||
$string['completionview'] = 'Require view';
|
||||
$string['completionview_desc'] = 'Student must view this activity to complete it';
|
||||
$string['configcompletiondefault'] = 'The default setting for completion tracking when creating new activities.';
|
||||
$string['configenablecompletion'] = 'When enabled, this lets you turn on completion tracking (progress) features at course level.';
|
||||
$string['configenablecompletion'] = 'If enabled, course and activity completion conditions may be set. Setting activity completion conditions is recommended so that meaningful data is displayed for users in their course overview on the Dashboard.';
|
||||
$string['confirmselfcompletion'] = 'Confirm self completion';
|
||||
$string['courseaggregation'] = 'Condition requires';
|
||||
$string['courseaggregation_all'] = 'ALL selected courses to be completed';
|
||||
|
|
|
@ -48,10 +48,10 @@ $string['nocoursesections'] = 'No course sections';
|
|||
$string['nocoursestudents'] = 'No students';
|
||||
$string['noaccesssincestartinfomessage'] = 'Hi {$a->userfirstname},
|
||||
|
||||
</br><br/>Students in {$a->coursename} have never accessed the course.';
|
||||
</br><br/>A number of students in {$a->coursename} have never accessed the course.';
|
||||
$string['norecentaccessesinfomessage'] = 'Hi {$a->userfirstname},
|
||||
|
||||
</br><br/>Students in {$a->coursename} have not accessed the course recently.';
|
||||
</br><br/>A number of students in {$a->coursename} have not accessed the course recently.';
|
||||
$string['noteachinginfomessage'] = 'Hi {$a->userfirstname},
|
||||
|
||||
</br><br/>Courses with start dates in the next week have been identified as having no teacher or student enrolments.';
|
||||
|
@ -75,7 +75,7 @@ $string['target:coursegradetopass_help'] = 'This target describes whether the st
|
|||
$string['target:noaccesssincecoursestart'] = 'Students who have not accessed the course yet';
|
||||
$string['target:noaccesssincecoursestart_help'] = 'This target describes students who never accessed a course they are enrolled in.';
|
||||
$string['target:norecentaccesses'] = 'Students who have not accessed the course recently';
|
||||
$string['target:norecentaccesses_help'] = 'This target describes students who have not accessed a course recently.';
|
||||
$string['target:norecentaccesses_help'] = 'This target identifies students who have not accessed a course they are enrolled in within the set analysis interval (by default the past month).';
|
||||
$string['target:noteachingactivity'] = 'Courses at risk of not starting';
|
||||
$string['target:noteachingactivity_help'] = 'This target describes whether courses due to start in the coming week will have teaching activity.';
|
||||
$string['targetlabelstudentcompletionno'] = 'Student who is likely to meet the course completion conditions';
|
||||
|
|
|
@ -724,7 +724,7 @@ $string['emailresetconfirmationsubject'] = '{$a}: Password reset request';
|
|||
$string['emailresetconfirmsent'] = 'An email has been sent to your address at <b>{$a}</b>.
|
||||
<br />It contains easy instructions to confirm and complete this password change.
|
||||
If you continue to have difficulty, contact the site administrator.';
|
||||
$string['emailstop'] = 'Email stop';
|
||||
$string['emailstop'] = 'Disable notifications';
|
||||
$string['emailtoprivatefiles'] = 'You can also e-mail files as attachments straight to your private files space. Simply attach your files to an e-mail and send it to {$a}';
|
||||
$string['emailtoprivatefilesdenied'] = 'Your administrator has disabled the option to upload your own private files.';
|
||||
$string['emailvia'] = '{$a->name} (via {$a->siteshortname})';
|
||||
|
@ -1057,7 +1057,7 @@ $string['indicator:accessesbeforestart_help'] = 'This indicator reflects if the
|
|||
$string['indicator:activitiesdue'] = 'Activities due';
|
||||
$string['indicator:activitiesdue_help'] = 'The user has activities due.';
|
||||
$string['indicator:anycourseaccess'] = 'Any course access';
|
||||
$string['indicator:anycourseaccess_help'] = 'This indicator reflects any accesses to the provided course for the provided user.';
|
||||
$string['indicator:anycourseaccess_help'] = 'This indicator reflects access to any course that the user is enrolled in.';
|
||||
$string['indicator:anywrite'] = 'Any write action';
|
||||
$string['indicator:anywrite_help'] = 'This indicator represents any write (submit) action taken by the student.';
|
||||
$string['indicator:anywriteincourse'] = 'Any write action in the course';
|
||||
|
@ -1816,8 +1816,8 @@ $string['separateandconnected'] = 'Separate and Connected ways of knowing';
|
|||
$string['separateandconnectedinfo'] = 'The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.<ul><li><strong>Separate knowers</strong> remain as objective as possible without including feelings and emotions. In a discussion with other people, they like to defend their own ideas, using logic to find holes in opponent\'s ideas.</li><li><strong>Connected knowers</strong> are more sensitive to other people. They are skilled at empathy and tend to listen and ask questions until they feel they can connect and "understand things from their point of view". They learn by trying to share the experiences that led to the knowledge they find in other people.</li></ul>';
|
||||
$string['servererror'] = 'An error occurred whilst communicating with the server';
|
||||
$string['serverlocaltime'] = 'Server\'s local time';
|
||||
$string['sessionforceclean'] = 'As a security precaution, user-generated scripts have been disabled within this session';
|
||||
$string['sessiontimeoutsoon'] = 'Your session is about to timeout. Do you want to extend your current session?';
|
||||
$string['sessionforceclean'] = 'As a security precaution, user-generated scripts have been disabled within this session.';
|
||||
$string['sessiontimeoutsoon'] = 'Your session is about to time out. Do you want to extend your current session?';
|
||||
$string['setcategorytheme'] = 'Set category theme';
|
||||
$string['setpassword'] = 'Set password';
|
||||
$string['setpasswordinstructions'] = 'Please enter your new password below, then save changes.';
|
||||
|
|
|
@ -260,8 +260,8 @@ $string['grade:unlock'] = 'Unlock grades or items';
|
|||
$string['grade:view'] = 'View own grades';
|
||||
$string['grade:viewall'] = 'View grades of other users';
|
||||
$string['grade:viewhidden'] = 'View hidden grades for owner';
|
||||
$string['h5p:deploy'] = 'Allow to deploy H5P content';
|
||||
$string['h5p:setdisplayoptions'] = 'Set the display options to an H5P content';
|
||||
$string['h5p:deploy'] = 'Deploy H5P content';
|
||||
$string['h5p:setdisplayoptions'] = 'Set H5P display options';
|
||||
$string['highlightedcellsshowdefault'] = 'The permissions highlighted in the table below are the defaults for the role archetype currently selected above.';
|
||||
$string['highlightedcellsshowinherit'] = 'The highlighted cells in the table below show the permission (if any) that will be inherited. Apart from the capabilities whose permission you actually want to alter, you should leave everything set to Inherit.';
|
||||
$string['checkglobalpermissions'] = 'Check system permissions';
|
||||
|
|
|
@ -47,7 +47,7 @@ $string['privacy:metadata:description'] = 'General details about this user.';
|
|||
$string['privacy:metadata:devicename'] = 'The device name, occam or iPhone etc..';
|
||||
$string['privacy:metadata:devicetablesummary'] = 'This table stores user\'s mobile devices information in order to send PUSH notifications';
|
||||
$string['privacy:metadata:email'] = 'An email address for contact.';
|
||||
$string['privacy:metadata:emailstop'] = 'A preference to stop email being sent to the user.';
|
||||
$string['privacy:metadata:emailstop'] = 'A preference to disable notifications from being sent to the user.';
|
||||
$string['privacy:metadata:fieldid'] = 'The ID relating to the custom user field.';
|
||||
$string['privacy:metadata:filelink'] = 'There are multiple different files for the user stored in the files table.';
|
||||
$string['privacy:metadata:firstaccess'] = 'The time that this user first accessed the site.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue