mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-71425 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
3de329785d
commit
23f0d09ec7
9 changed files with 22 additions and 21 deletions
|
@ -45,7 +45,7 @@ $string['auth_dbname'] = 'Name of the database itself. Leave empty if using an O
|
|||
$string['auth_dbname_key'] = 'DB name';
|
||||
$string['auth_dbpass'] = 'Password matching the above username';
|
||||
$string['auth_dbpass_key'] = 'Password';
|
||||
$string['auth_dbpasstype'] = '<p>Specify the format that the password field is using.</p> <p>Use \'internal\' if you want the external database to manage usernames and email addresses, but Moodle to manage passwords. If you use \'internal\', you <i>must</i> provide a populated email address field in the external database, and you must execute both admin/cron.php and auth/db/cli/sync_users.php regularly. Moodle will send an email to new users with a temporary password.</p>';
|
||||
$string['auth_dbpasstype'] = '<p>Specify the format that the password field is using.</p> <p>Use \'internal\' if you want the external database to manage usernames and email addresses, but Moodle to manage passwords. If you use \'internal\', you must provide a populated email address field in the external database, and you must enable the \auth_db\task\sync_users scheduled task. Moodle will send an email to new users with a temporary password.</p>';
|
||||
$string['auth_dbpasstype_key'] = 'Password format';
|
||||
$string['auth_dbreviveduser'] = 'Revived user {$a->name} id {$a->id}';
|
||||
$string['auth_dbrevivedusererror'] = 'Error reviving user {$a}';
|
||||
|
|
|
@ -75,7 +75,7 @@ $string['auth_ldap_passwdexpire_settings'] = 'LDAP password expiry settings';
|
|||
$string['auth_ldap_preventpassindb'] = 'Select yes to prevent passwords from being stored in Moodle\'s DB.';
|
||||
$string['auth_ldap_preventpassindb_key'] = 'Prevent password caching';
|
||||
$string['auth_ldap_rolecontext'] = '{$a->localname} context';
|
||||
$string['auth_ldap_rolecontext_help'] = 'LDAP context used to select for <i>{$a->localname}</i> mapping. Separate multiple groups with \';\'. Usually something like "cn={$a->shortname},ou=staff,o=myorg".';
|
||||
$string['auth_ldap_rolecontext_help'] = 'LDAP context used to select for <i>{$a->localname}</i> mapping. Separate multiple groups with \';\'. Usually something like "cn={$a->shortname},ou=first-ou-with-role-groups,o=myorg; cn={$a->shortname},ou=second-ou-with-role-groups,o=myorg".';
|
||||
$string['auth_ldap_search_sub'] = 'Search users from subcontexts.';
|
||||
$string['auth_ldap_search_sub_key'] = 'Search subcontexts';
|
||||
$string['auth_ldap_server_settings'] = 'LDAP server settings';
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['otherusers'] = 'Other Users ({$a})';
|
||||
$string['otherusers'] = 'Other users ({$a})';
|
||||
$string['onlinestatushiding_desc'] = 'If enabled, users have the option to hide their online status from other users.';
|
||||
$string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
|
||||
$string['onlinestatushiding'] = 'Online status hiding';
|
||||
|
|
|
@ -302,8 +302,8 @@ $string['configmycoursesperpage'] = 'Maximum number of courses to display in any
|
|||
$string['configmymoodleredirect'] = 'This setting forces redirects to /my on login for non-admins and replaces the top level site navigation with /my';
|
||||
$string['configmypagelocked'] = 'This setting prevents the default page from being edited by any non-admins';
|
||||
$string['confignavcourselimit'] = 'Limits the number of courses shown to the user in the navigation.';
|
||||
$string['confignavshowallcourses'] = 'This setting determines whether users who are enrolled in courses can see Courses (listing all courses) in the navigation, in addition to My Courses (listing courses in which they are enrolled).';
|
||||
$string['confignavshowcategories'] = 'Show course categories in the navigation bar and navigation blocks. This does not occur with courses the user is currently enrolled in, they will still be listed under mycourses without categories.';
|
||||
$string['confignavshowallcourses'] = 'This setting determines whether users who are enrolled in courses can see Courses (listing all courses) in the navigation, in addition to My courses (listing courses in which they are enrolled).';
|
||||
$string['confignavshowcategories'] = 'Show course categories in the navigation bar and navigation blocks. This does not occur with courses the user is currently enrolled in; they will still be listed under My courses without categories.';
|
||||
$string['confignoreplyaddress'] = 'Emails are sometimes sent out on behalf of a user (eg forum posts). The email address you specify here will be used as the "From" address in those cases when the recipients should not be able to reply directly to the user (eg when a user chooses to keep their address private). This setting will also be used as the envelope sender when sending email.';
|
||||
$string['confignotifyloginfailures'] = 'Send login failure notification messages to these selected users. This requires an internal logstore (eg Standard Logstore) to be enabled.';
|
||||
$string['confignotifyloginthreshold'] = 'If notifications about failed logins are active, how many failed login attempts by one user or one IP address is it worth notifying about?';
|
||||
|
@ -383,7 +383,7 @@ For example: standard,orangewhite.';
|
|||
$string['configtimezone'] = 'This is the default timezone for displaying dates - each user can override this setting in their profile. Cron tasks and other server settings are specified in this timezone. You should change the setting if it shows as "Invalid timezone"';
|
||||
$string['configuseblogassociations'] = 'Should users be able to organize their blog by associating entries with courses and course modules?';
|
||||
$string['configuseexternalyui'] = 'Instead of using local files, use online files available on Yahoo‘s servers. WARNING: This requires an internet connection, or no AJAX will work on your site. This setting is not compatible with sites using https.';
|
||||
$string['configusesitenameforsitepages'] = 'If enabled the site\'s shortname will be used for the site pages node in the navigation rather than the string \'Site pages\'';
|
||||
$string['configusesitenameforsitepages'] = 'If enabled the site\'s short name will be used for the site pages node in the navigation rather than the string \'Site pages\'.';
|
||||
$string['configusetags'] = 'Should tags functionality across the site be enabled?';
|
||||
$string['configvariables'] = 'Variables';
|
||||
$string['configverifychangedemail'] = 'Enables verification of changed email addresses using allowed and denied email domains settings. If this setting is disabled the domains are enforced only when creating new users.';
|
||||
|
@ -871,7 +871,7 @@ $string['navshowfrontpagemods_help'] = 'If enabled, front page activities will b
|
|||
$string['navshowallcourses'] = 'Show all courses';
|
||||
$string['navshowcategories'] = 'Show course categories';
|
||||
$string['navshowmycoursecategories'] = 'Show my course categories';
|
||||
$string['navshowmycoursecategories_help'] = 'If enabled courses in the users my courses branch will be shown in categories.';
|
||||
$string['navshowmycoursecategories_help'] = 'If enabled, courses in the user\'s My courses branch will be shown in categories in the navigation block (Classic-based themes only).';
|
||||
$string['navsortmycourseshiddenlast'] = 'Sort my hidden courses last';
|
||||
$string['navsortmycourseshiddenlast_help'] = 'If enabled, any hidden courses will be listed after visible courses (for users who can view hidden courses). Otherwise, all courses, regardless of their visibility, will be listed according to the \'Sort my courses\' setting.';
|
||||
$string['navsortmycoursessort'] = 'Sort my courses';
|
||||
|
@ -1023,7 +1023,8 @@ $string['profilesignup'] = 'Display on signup page?';
|
|||
$string['profilespecificsettings'] = 'Specific settings';
|
||||
$string['profilevisible'] = 'Who is this field visible to?';
|
||||
$string['profilevisible_help'] = '* Not visible - For private data only viewable by administrators
|
||||
* Visible to user - For private data only viewable by the user and by administrators
|
||||
* Visible to user - For private data only viewable by the user and administrators
|
||||
* Visible to user, teachers and admins - For private data only viewable by the user, administrators and teachers (on course profile)
|
||||
* Visible to everyone';
|
||||
$string['profilevisibleall'] = 'Visible to everyone';
|
||||
$string['profilevisiblenone'] = 'Not visible';
|
||||
|
|
|
@ -1472,7 +1472,7 @@ $string['normalfilter'] = 'Normal search';
|
|||
$string['nosite'] = 'Could not find site-level course';
|
||||
$string['nostudentsfound'] = 'No {$a} found';
|
||||
$string['nostudentsingroup'] = 'There are no students in this group yet';
|
||||
$string['nostudentsyet'] = 'No students enrolled in this course yet';
|
||||
$string['nostudentsyet'] = 'There are no students enrolled in this course.';
|
||||
$string['nosuchemail'] = 'No such email address';
|
||||
$string['notavailable'] = 'Not available';
|
||||
$string['notavailablecourse'] = '{$a} is not available';
|
||||
|
|
|
@ -84,12 +84,12 @@ $string['attemptheading'] = 'Attempt {$a->attemptnumber}: {$a->submissionsummary
|
|||
$string['attempthistory'] = 'Previous attempts';
|
||||
$string['attemptnumber'] = 'Attempt number';
|
||||
$string['attemptsettings'] = 'Attempt settings';
|
||||
$string['attemptreopenmethod'] = 'Attempts reopened';
|
||||
$string['attemptreopenmethod_help'] = 'Determines how student submission attempts are reopened. The available options are:
|
||||
$string['attemptreopenmethod'] = 'Additional attempts';
|
||||
$string['attemptreopenmethod_help'] = 'This setting determines whether a student can make additional attempts at the assignment. For each attempt, the grade and feedback are saved, and can be viewed by the teacher and the student. The available options are:
|
||||
|
||||
* Never - The submission cannot be reopened.
|
||||
* Manually - The submission can be reopened by a teacher.
|
||||
* Automatically until pass - The submission is automatically reopened until the student achieves the grade to pass set in the gradebook for this assignment.';
|
||||
* Never - Only one attempt is possible.
|
||||
* Manually - Additional attempts may be allowed by a teacher.
|
||||
* Automatically until pass - Additional attempts are allowed automatically until the student achieves the grade to pass set in the gradebook for this assignment.';
|
||||
$string['attemptreopenmethod_manual'] = 'Manually';
|
||||
$string['attemptreopenmethod_none'] = 'Never';
|
||||
$string['attemptreopenmethod_untilpass'] = 'Automatically until pass';
|
||||
|
@ -267,7 +267,7 @@ $string['filterrequiregrading'] = 'Requires grading';
|
|||
$string['filtersubmitted'] = 'Submitted';
|
||||
$string['graded'] = 'Graded';
|
||||
$string['gradedby'] = 'Graded by';
|
||||
$string['gradedfollowupsubmit'] = 'Graded - follow up submission received';
|
||||
$string['gradedfollowupsubmit'] = 'Graded - follow-up submission received';
|
||||
$string['gradedon'] = 'Graded on';
|
||||
$string['gradebelowzero'] = 'Grade must be greater than or equal to zero.';
|
||||
$string['gradeabovemaximum'] = 'Grade must be less than or equal to {$a}.';
|
||||
|
@ -463,7 +463,7 @@ $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 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['reverttodraft'] = 'Revert the submission to draft status';
|
||||
$string['reverttodraftshort'] = 'Revert the submission to draft';
|
||||
$string['reviewed'] = 'Reviewed';
|
||||
$string['save'] = 'Save';
|
||||
|
|
|
@ -318,7 +318,7 @@ $string['maxgrade'] = 'Maximum grade';
|
|||
$string['maxgrade_help'] = 'This setting specifies the maximum grade for the lesson. If set to 0, the lesson does not appear in the grades pages.';
|
||||
$string['maximumnumberofanswersbranches'] = 'Maximum number of answers';
|
||||
$string['maximumnumberofanswersbranches_help'] = 'This setting specifies the maximum number of answers that may be used in the lesson. If only true/false questions are used, it can be set to 2. The setting may be changed at any time, since it only affects what the teacher sees, not the data.';
|
||||
$string['maximumnumberofattempts'] = 'Maximum number of attempts';
|
||||
$string['maximumnumberofattempts'] = 'Maximum number of attempts per question';
|
||||
$string['maximumnumberofattempts_help'] = 'This setting specifies the maximum number of attempts allowed for each question. If answered incorrectly repeatedly, when the maximum is reached, the next page of the lesson is displayed.';
|
||||
$string['maximumnumberofattemptsreached'] = 'Maximum number of attempts reached - Moving to next page';
|
||||
$string['mediaclose'] = 'Show close button';
|
||||
|
|
|
@ -301,7 +301,7 @@ $string['wikiunorderedlist'] = 'Unordered list';
|
|||
$string['wiki:addinstance'] = 'Add a new wiki';
|
||||
$string['wiki:createpage'] = 'Create new wiki pages';
|
||||
$string['wiki:editcomment'] = 'Add comments to pages';
|
||||
$string['wiki:editpage'] = 'Save wiki pages';
|
||||
$string['wiki:editpage'] = 'Edit wiki pages';
|
||||
$string['wiki:managecomment'] = 'Manage wiki comments';
|
||||
$string['wiki:managewiki'] = 'Manage wiki settings';
|
||||
$string['wiki:managefiles'] = 'Manage wiki files';
|
||||
|
|
|
@ -36,7 +36,7 @@ $string['formatmonospaced'] = 'Plain text, monospaced font';
|
|||
$string['formatnoinline'] = 'No online text';
|
||||
$string['formatplain'] = 'Plain text';
|
||||
$string['graderinfo'] = 'Information for graders';
|
||||
$string['graderinfoheader'] = 'Grader Information';
|
||||
$string['graderinfoheader'] = 'Grader information';
|
||||
$string['maxbytes'] = 'Maximum file size';
|
||||
$string['mustattach'] = 'When "No online text" is selected, or responses are optional, you must allow at least one attachment.';
|
||||
$string['mustrequire'] = 'When "No online text" is selected, or responses are optional, you must require at least one attachment.';
|
||||
|
@ -52,10 +52,10 @@ $string['pluginnamesummary'] = 'Allows a response of a file upload and/or online
|
|||
$string['privacy:metadata'] = 'The Essay question type plugin does not store any personal data.';
|
||||
$string['responsefieldlines'] = 'Input box size';
|
||||
$string['responseformat'] = 'Response format';
|
||||
$string['responseoptions'] = 'Response Options';
|
||||
$string['responseoptions'] = 'Response options';
|
||||
$string['responserequired'] = 'Require text';
|
||||
$string['responsenotrequired'] = 'Text input is optional';
|
||||
$string['responseisrequired'] = 'Require the student to enter text';
|
||||
$string['responsetemplate'] = 'Response template';
|
||||
$string['responsetemplateheader'] = 'Response Template';
|
||||
$string['responsetemplateheader'] = 'Response template';
|
||||
$string['responsetemplate_help'] = 'Any text entered here will be displayed in the response input box when a new attempt at the question starts.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue