mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-69998 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
aed0ee06f9
commit
dd7a1d60e2
@ -33,8 +33,8 @@ $string['checkoutinprogress'] = 'Loading language pack';
|
||||
$string['cliexportfileexists'] = 'File for {$a->lang} already exists, skipping. If you want to overwrite add the --override=true option.';
|
||||
$string['cliexportheading'] = 'Starting to export lang files.';
|
||||
$string['cliexportnofilefoundforlang'] = 'No file found to export. Skipping export for this language.';
|
||||
$string['cliexportfilenotfoundforcomponent'] = 'File {$a->filepath} not found for language {$a->lang}.Skipping this file.';
|
||||
$string['cliexportstartexport'] = 'Exporting language "{$a}"';
|
||||
$string['cliexportfilenotfoundforcomponent'] = 'File {$a->filepath} not found for language {$a->lang}. Skipping this file.';
|
||||
$string['cliexportstartexport'] = 'Exporting language {$a}';
|
||||
$string['cliexportzipdone'] = 'Zip created: {$a}';
|
||||
$string['cliexportzipfail'] = 'Cannot create zip {$a}';
|
||||
$string['clifiles'] = 'Files to import into {$a}';
|
||||
|
@ -64,7 +64,7 @@ $string['downloadcourses'] = 'Download courses';
|
||||
$string['enablesmartappbanners'] = 'Enable App Banners';
|
||||
$string['enablesmartappbanners_desc'] = 'If enabled, a banner promoting the mobile app will be displayed when accessing the site using a mobile browser.';
|
||||
$string['filetypeexclusionlist'] = 'File type exclusion list';
|
||||
$string['filetypeexclusionlist_desc'] = 'List of file types that we don\'t want users to try and open in the app. These files will still be listed on the app\'s course screen, but attempting to open them on iOS or Android would display a warning to the user indicating that this file type is not intended for use on a mobile device. They can then either cancel the open, or ignore the warning and open anyway.';
|
||||
$string['filetypeexclusionlist_desc'] = 'Select all file types which are not for use on a mobile device. Such files will be listed in the course, then if a user attempts to open them, a warning will be displayed advising that the file type is not intended for use on a mobile device. The user can then cancel or ignore the warning and open the file anyway.';
|
||||
$string['filetypeexclusionlistplaceholder'] = 'Mobile file type exclusion list';
|
||||
$string['forcedurlscheme'] = 'If you want to allow only your custom branded app to be opened via a browser window, then specify its URL scheme here. If you want to allow only the official app, then set the default value. Leave the field empty if you want to allow any app.';
|
||||
$string['forcedurlscheme_key'] = 'URL scheme';
|
||||
|
@ -23,7 +23,7 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
$string['additionalskiptables'] = 'Additional skip tables';
|
||||
$string['additionalskiptables_desc'] = 'Please specify the additional tables (comma separated list) you want to skip while running DB search and replace.';
|
||||
$string['additionalskiptables_desc'] = 'A list of tables (separated by commas) which should be skipped when running the database search and replace.';
|
||||
$string['cannotfit'] = 'The replacement is longer than the original and shortening is not allowed; cannot continue.';
|
||||
$string['disclaimer'] = 'I understand the risks of this operation';
|
||||
$string['doit'] = 'Yes, do it!';
|
||||
|
@ -22,9 +22,9 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['adhoc'] = 'Ad-hoc';
|
||||
$string['adhoctaskid'] = 'Ad-hoc task id: {$a}';
|
||||
$string['adhoctasks'] = 'Ad-hoc tasks';
|
||||
$string['adhoc'] = 'Ad hoc';
|
||||
$string['adhoctaskid'] = 'Ad hoc task ID: {$a}';
|
||||
$string['adhoctasks'] = 'Ad hoc tasks';
|
||||
$string['asap'] = 'ASAP';
|
||||
$string['adhocempty'] = 'Ad hoc task queue is empty';
|
||||
$string['adhocqueuesize'] = 'Ad hoc task queue has {$a} tasks';
|
||||
|
@ -80,6 +80,6 @@ $string['unenroluser'] = 'Do you really want to unenrol "{$a->user}" from course
|
||||
$string['unenrolusers'] = 'Unenrol users';
|
||||
$string['wscannotenrol'] = 'Plugin instance cannot manually enrol a user in the course id = {$a->courseid}';
|
||||
$string['wsnoinstance'] = 'Manual enrolment plugin instance doesn\'t exist or is disabled for the course (id = {$a->courseid})';
|
||||
$string['wsusercannotassign'] = 'You don\'t have the permission to assign this role ({$a->roleid}) to this user ({$a->userid}) in this course({$a->courseid}).';
|
||||
$string['wsusercannotassign'] = 'You don\'t have the permission to assign this role ({$a->roleid}) to this user ({$a->userid}) in this course ({$a->courseid}).';
|
||||
$string['manualpluginnotinstalled'] = 'The "Manual" plugin has not yet been installed';
|
||||
$string['privacy:metadata'] = 'The Manual enrolments plugin does not store any personal data.';
|
||||
|
@ -50,7 +50,7 @@ $string['override'] = 'Override';
|
||||
$string['overrideall'] = 'Override all grades';
|
||||
$string['overridefor'] = 'Override for {$a}';
|
||||
$string['overridenone'] = 'Do not override any grades';
|
||||
$string['overridenoneconfirm'] = 'You are trying to disable all grade overrides. After saving, all the previously overridden grades will be lost. Do you want to continue?';
|
||||
$string['overridenoneconfirm'] = 'You are about to disable grade overrides. This will remove all previously overridden grades. Are you sure you want to continue?';
|
||||
$string['pluginname'] = 'Single view';
|
||||
$string['privacy:metadata'] = 'The Grade single view report only shows data stored in other locations.';
|
||||
$string['savegrades'] = 'Saving grades';
|
||||
|
@ -78,7 +78,7 @@ $string['authpreventaccountcreation'] = 'Prevent account creation when authentic
|
||||
$string['authpreventaccountcreation_help'] = 'When a user authenticates, an account on the site is automatically created if it doesn\'t yet exist. If an external database, such as LDAP, is used for authentication, but you wish to restrict access to the site to users with an existing account only, then this option should be enabled. New accounts will need to be created manually or via the upload users feature. Note that this setting doesn\'t apply to MNet authentication.';
|
||||
$string['authsettings'] = 'Manage authentication';
|
||||
$string['autolang'] = 'Language autodetect';
|
||||
$string['autolangusercreation'] = 'Use language that is auto detected from users browser during user creation';
|
||||
$string['autolangusercreation'] = 'On account creation set user\'s browser language as their preferred language';
|
||||
$string['autologinguests'] = 'Auto-login guests';
|
||||
$string['searchareas'] = 'Search areas';
|
||||
$string['availableto'] = 'Available to';
|
||||
@ -174,7 +174,7 @@ $string['configallowview'] = 'Select which roles a user will see, be able to fil
|
||||
$string['configallusersaresitestudents'] = 'For activities on the front page of the site, should ALL users be considered as students? If you answer "Yes", then any confirmed user account will be allowed to participate as a student in those activities. If you answer "No", then only users who are already a participant in at least one course will be able to take part in those front page activities. Only admins and specially assigned teachers can act as teachers for these front page activities.';
|
||||
$string['configauthenticationplugins'] = 'Please choose the authentication plugins you wish to use and arrange them in order of failthrough.';
|
||||
$string['configautolang'] = 'Detect default language from browser setting, if disabled site default is used.';
|
||||
$string['configautolangusercreation'] = 'Use language from users browser during user creation';
|
||||
$string['configautolangusercreation'] = 'If enabled, when a user\'s account is created automatically on first login (e.g. using LDAP or OAuth 2 authentication), the user\'s browser language is set as their preferred language. Otherwise, the default language for the site is set as the user\'s preferred language.';
|
||||
$string['configautologinguests'] = 'Should visitors be logged in as guests automatically when entering courses with guest access?';
|
||||
$string['configbloglevel'] = 'This setting allows you to restrict the level to which user blogs can be viewed on this site. Note that they specify the maximum context of the VIEWER not the poster or the types of blog posts. Blogs can also be disabled completely if you don\'t want them at all.';
|
||||
$string['configcalendarcustomexport'] = 'Enable custom date range export of calendar';
|
||||
@ -428,7 +428,7 @@ $string['creatornewroleid'] = 'Creators\' role in new courses';
|
||||
$string['creatornewroleid_help'] = 'If the user does not already have the permission to manage the new course, the user is automatically enrolled using this role.';
|
||||
$string['cron'] = 'Cron';
|
||||
$string['cron_enabled'] = 'Enable cron';
|
||||
$string['cron_enabled_desc'] = 'If disabled prevents the system from starting new background tasks. This option is intended for temporary use only, e.g. before a restart. Leaving it off for a long time will prevent important functionality from working.';
|
||||
$string['cron_enabled_desc'] = 'Cron should normally be enabled, however this setting allows it to be disabled temporarily, for example before a server restart. If disabled, the system is prevented from starting new background tasks. Note that the cron should not be disabled for a long time, as this will prevent important functionality from working.';
|
||||
$string['cron_help'] = 'The cron.php script runs a number of tasks at different scheduled intervals, such as sending forum post notification emails. The script should be run regularly - ideally every minute.';
|
||||
$string['cron_link'] = 'admin/cron';
|
||||
$string['cronclionly'] = 'Cron execution via command line only';
|
||||
@ -530,9 +530,9 @@ $string['editorspelling'] = 'Editor spelling';
|
||||
$string['editorspellinghelp'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server.';
|
||||
$string['editstrings'] = 'Edit words or phrases';
|
||||
$string['emailchangeconfirmation'] = 'Email change confirmation';
|
||||
$string['emaildkim'] = 'DKIM email signing';
|
||||
$string['emaildkim'] = 'DomainKeys Identified Mail (DKIM) email signing';
|
||||
$string['emaildkimselector'] = 'DKIM selector';
|
||||
$string['emaildkiminfo'] = 'If both the DKIM selector is set and a private certificate file is found which matches the emails "From" address domain in $CFG->dataroot/dkim/[domain]/[selector].private then the email will be signed. In most cases (eg if allowedemaildomains is empty) then only a single certificate is needed in: <code>{$a->path}</code>. For more setup details see <a href="{$a->docs}">{$a->docs}</a>.';
|
||||
$string['emaildkiminfo'] = 'If both the DKIM selector is set and a private certificate file is found which matches the email\'s "From" address domain in $CFG->dataroot/dkim/[domain]/[selector].private then the email will be signed. In most cases (for example if allowedemaildomains is empty) only a single certificate is needed in <pre>{$a->path}</pre>. For more setup details, see the documentation <a href="{$a->docs}">Mail configuration</a>.';
|
||||
$string['emailfromvia'] = 'Email via information';
|
||||
$string['emailheaders'] = 'Email headers';
|
||||
$string['emailsubjectprefix'] = 'Email subject prefix text';
|
||||
@ -606,7 +606,7 @@ $string['fatalsessionautostart'] = '<p>Serious configuration error detected, ple
|
||||
$string['feedbacksettings'] = 'Feedback settings';
|
||||
$string['filescleanupperiod'] = 'Clean up trash pool files';
|
||||
$string['filescleanupperiod_help'] = 'How often trash pool files are deleted. These are files that are associated with a context that no longer exists, for example when a course is deleted. Please note: This setting can result in missing files in a course which is backed up, deleted and then restored if the setting \'Include files\' (backup_auto_files) in \'Automated backup settings\' is disabled.';
|
||||
$string['fileconversioncleanuptask'] = 'Cleanup of temporary records for file conversions.';
|
||||
$string['fileconversioncleanuptask'] = 'Cleanup of temporary records for file conversions';
|
||||
$string['filecreated'] = 'New file created';
|
||||
$string['filesizeunits'] = 'file size units';
|
||||
$string['filestoredin'] = 'Save file into folder :';
|
||||
@ -1456,7 +1456,7 @@ $string['user'] = 'User';
|
||||
$string['userbulk'] = 'Bulk user actions';
|
||||
$string['userbulkdownload'] = 'Export users as';
|
||||
$string['userfeedbackafterupgrade'] = 'After every major upgrade';
|
||||
$string['userfeedbackencouragement'] = '<p>Moodle 3.9 includes a new feature that gives users the option to provide feedback about the Moodle software to Moodle HQ via an external survey site hosted by Moodle HQ. No user-identifying information is forwarded to the survey site.</p>
|
||||
$string['userfeedbackencouragement'] = '<p>In Moodle 3.9 onwards, a new feature is included which gives users the option to provide feedback about Moodle software to Moodle HQ via an external survey site hosted by Moodle HQ. No user-identifying information is forwarded to the survey site.</p>
|
||||
<p>Moodle HQ strives to be open and transparent about its data collection practices. Thus, we want to make sure that you are aware and in control of this functionality.</p>
|
||||
<p>Feedback from users will greatly assist Moodle HQ in improving the Moodle software. To enable this feature, please go to <a href="{$a}">Feedback settings</a>.</p>';
|
||||
$string['userfeedbacknextreminder'] = 'Next feedback reminder';
|
||||
|
@ -93,7 +93,7 @@ $string['modeinstructionfacetoface'] = 'Face to face';
|
||||
$string['modeinstructionblendedhybrid'] = 'Blended or hybrid';
|
||||
$string['modeinstructionfullyonline'] = 'Fully online';
|
||||
$string['modeloutputdir'] = 'Models output directory';
|
||||
$string['modeloutputdirwithdefaultinfo'] = 'Directory where prediction processors store all evaluation info. Useful for debugging and research. If empty, then \'<strong>{$a}</strong>\' will be used as default.';
|
||||
$string['modeloutputdirwithdefaultinfo'] = 'Directory where prediction processors store all evaluation info. Useful for debugging and research. If empty, then {$a} will be used as default.';
|
||||
$string['modeltimelimit'] = 'Analysis time limit per model';
|
||||
$string['modeltimelimitinfo'] = 'This setting limits the time each model spends analysing the site contents.';
|
||||
$string['neutral'] = 'Neutral';
|
||||
|
@ -39,26 +39,23 @@ $string['emailfilename'] = 'Filename: ';
|
||||
$string['emailfilesize'] = 'File size: ';
|
||||
$string['emailgeoinfo'] = 'Geolocation: ';
|
||||
$string['emailinfectedfiledetected'] = 'Infected file detected';
|
||||
$string['emailipaddress'] = 'IP Address: ';
|
||||
$string['emailipaddress'] = 'IP address:';
|
||||
$string['emailreferer'] = 'Referer: ';
|
||||
$string['emailreport'] = 'Report: ';
|
||||
$string['emailscanner'] = 'Scanner: ';
|
||||
$string['emailscannererrordetected'] = 'A scanner error occured';
|
||||
$string['emailsubject'] = '{$a} :: Antivirus notification';
|
||||
$string['enablequarantine'] = 'Enable quarantine';
|
||||
$string['enablequarantine_help'] = 'When quarantine is enabled, any files which are detected as viruses will be kept in a quarantine folder for later inspection ([dataroot]/{$a}).
|
||||
The upload into Moodle will still fail.
|
||||
If you have any file system level virus scanning in place, the quarantine folder should be excluded from the antivirus check to avoid detecting the quarantined files.';
|
||||
$string['enablequarantine_help'] = 'If enabled, any files which are detected as viruses will be placed in a quarantine folder ([dataroot]/{$a}) for later inspection. The upload into Moodle will fail. If you have any file system level virus scanning in place, the quarantine folder should be excluded from the antivirus check to avoid detecting the quarantined files.';
|
||||
$string['fileinfecteddesc'] = 'An infected file was detected.';
|
||||
$string['fileinfectedname'] = 'File infected';
|
||||
$string['notifyemail'] = 'Antivirus alert email';
|
||||
$string['notifyemail_help'] = 'If set, then only the specified email will be notified when a virus is detected.
|
||||
If blank, then all site admins will be notified by email when a virus is detected.';
|
||||
$string['notifyemail'] = 'Antivirus alert notification email';
|
||||
$string['notifyemail_help'] = 'The email address for notifications of when a virus is detected. If left blank, then all site administrators will be sent notifications.';
|
||||
$string['privacy:metadata'] = 'The Antivirus system does not store any personal data.';
|
||||
$string['quarantinedisabled'] = 'Quarantine disabled, file not stored.';
|
||||
$string['quarantinedisabled'] = 'Quarantine is disabled. The file is not stored.';
|
||||
$string['quarantinedfiles'] = 'Antivirus quarantined files';
|
||||
$string['quarantinetime'] = 'Maximum quarantine time';
|
||||
$string['quarantinetime_desc'] = 'Quarantined files older than specified period will be removed.';
|
||||
$string['quarantinetime_desc'] = 'Quarantined files older than the specified period will be removed.';
|
||||
$string['taskcleanup'] = 'Clean up quarantined files.';
|
||||
$string['unknown'] = 'Unknown';
|
||||
$string['virusfound'] = '{$a->item} has been scanned by a virus checker and found to be infected!';
|
||||
|
@ -137,7 +137,7 @@ $string['configgeneralgroups'] = 'Sets the default for including groups and grou
|
||||
$string['configgeneralroleassignments'] = 'If enabled by default roles assignments will also be backed up.';
|
||||
$string['configgeneraluserscompletion'] = 'If enabled user completion information will be included in backups by default.';
|
||||
$string['configgeneralusers'] = 'Sets the default for whether to include users in backups.';
|
||||
$string['configlegacyfiles'] = 'If disabled, legacy course files will not be included';
|
||||
$string['configlegacyfiles'] = 'Sets the default for including legacy course files in a backup. Legacy course files are from versions of Moodle prior to 2.0.';
|
||||
$string['configloglifetime'] = 'This specifies the length of time you want to keep backup logs information. Logs that are older than this age are automatically deleted. It is recommended to keep this value small, because backup logged information can be huge.';
|
||||
$string['configrestoreactivities'] = 'Sets the default for restoring activities.';
|
||||
$string['configrestorebadges'] = 'Sets the default for restoring badges.';
|
||||
@ -306,7 +306,7 @@ $string['questionegorycannotberestored'] = 'The questions "{$a->name}" cannot be
|
||||
$string['restoreactivity'] = 'Restore activity';
|
||||
$string['restorecourse'] = 'Restore course';
|
||||
$string['restorecoursesettings'] = 'Course settings';
|
||||
$string['restoredcourseid'] = 'Restored course id: {$a}';
|
||||
$string['restoredcourseid'] = 'Restored course ID: {$a}';
|
||||
$string['restoreexecutionsuccess'] = 'The course was restored successfully, clicking the continue button below will take you to view the course you restored.';
|
||||
$string['restorefileweremissing'] = 'Some files could not be restored because they were missing in the backup.';
|
||||
$string['restorenewcoursefullname'] = 'New course name';
|
||||
|
@ -122,7 +122,7 @@ $string['courseaggregation_any'] = 'ANY selected courses to be completed';
|
||||
$string['coursealreadycompleted'] = 'You have already completed this course';
|
||||
$string['coursecomplete'] = 'Course complete';
|
||||
$string['coursecompleted'] = 'Course completed';
|
||||
$string['coursecompletedmessage'] = '<p>Congratulations!</p><p>You just completed the following course: <a href="{$a->courselink}">{$a->coursename}</a>.</p>';
|
||||
$string['coursecompletedmessage'] = '<p>Congratulations!</p><p>You have completed the course <a href="{$a->courselink}">{$a->coursename}</a>.</p>';
|
||||
$string['coursecompletion'] = 'Course completion';
|
||||
$string['coursecompletioncondition'] = 'Condition: {$a}';
|
||||
$string['coursegrade'] = 'Course grade';
|
||||
|
@ -33,7 +33,7 @@ $string['contentrenamed'] = 'The content has been renamed.';
|
||||
$string['contentsmoved'] = 'Content bank contents moved to {$a}.';
|
||||
$string['contenttypenoaccess'] = 'You cannot view this {$a} instance.';
|
||||
$string['contenttypenoedit'] = 'You can not edit this content';
|
||||
$string['contextnotallowed'] = 'Context is not allowed';
|
||||
$string['contextnotallowed'] = 'You are not allowed to access the content bank in this context.';
|
||||
$string['emptynamenotallowed'] = 'Empty name is not allowed';
|
||||
$string['eventcontentcreated'] = 'Content created';
|
||||
$string['eventcontentdeleted'] = 'Content deleted';
|
||||
|
@ -195,7 +195,7 @@ $string['coursemisconf'] = 'Course is misconfigured';
|
||||
$string['courserequestdisabled'] = 'Sorry, but course requests have been disabled by the administrator.';
|
||||
$string['csvcolumnduplicates'] = 'Duplicate columns detected';
|
||||
$string['csvemptyfile'] = 'The CSV file is empty';
|
||||
$string['csvfileerror'] = 'There is something wrong with the format of the CSV file. Please check the number of headings and columns match, and that the delimiter and file encoding are correct: {$a}';
|
||||
$string['csvfileerror'] = 'There is something wrong with the format of the CSV file. Please check the number of headings and columns match, and that the delimiter and file encoding are correct. {$a}';
|
||||
$string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter setting';
|
||||
$string['csvinvalidcols'] = '<b>Invalid CSV file:</b> First line must include "Header Fields" and the file must be type of <br />"Expanded Fields/Comma Separated"<br />or<br /> "Expanded Fields with CAVV Result Code/Comma Separated"';
|
||||
$string['csvinvalidcolsnum'] = 'Invalid CSV file - each line must include 49 or 70 fields';
|
||||
@ -349,7 +349,7 @@ $string['invalidmodule'] = 'Invalid module';
|
||||
$string['invalidmoduleid'] = 'Invalid module ID: {$a}';
|
||||
$string['invalidmodulename'] = 'Invalid module name: {$a}';
|
||||
$string['invalidnum'] = 'Invalid numeric value';
|
||||
$string['invalidnumkey'] = '$conditions array may not contain numeric keys, please fix the code!';
|
||||
$string['invalidnumkey'] = 'The array $conditions may not contain numeric keys. Please fix the code!';
|
||||
$string['invalidoutcome'] = 'Incorrect outcome ID';
|
||||
$string['invalidpagesize'] = 'Invalid page size';
|
||||
$string['invalidpasswordpolicy'] = 'Invalid password policy';
|
||||
|
@ -165,8 +165,8 @@ $string['nogroupsassigned'] = 'No groups assigned';
|
||||
$string['nopermissionforcreation'] = 'Can\'t create group "{$a}" as you don\'t have the required permissions';
|
||||
$string['nosmallgroups'] = 'Prevent last small group';
|
||||
$string['notingroup'] = 'Ignore users in groups';
|
||||
$string['notingrouping'] = '[Not in a grouping]';
|
||||
$string['notingrouplist'] = '[Not in a group]';
|
||||
$string['notingrouping'] = 'Not in a grouping';
|
||||
$string['notingrouplist'] = 'Not in a group';
|
||||
$string['nousersinrole'] = 'There are no suitable users in the selected role';
|
||||
$string['number'] = 'Group/member count';
|
||||
$string['numgroups'] = 'Number of groups';
|
||||
|
@ -279,7 +279,7 @@ $string['considereddigitalminor'] = 'You are too young to create an account on t
|
||||
$string['content'] = 'Content';
|
||||
$string['contentexport_aboutthiscourse'] = 'Course summary';
|
||||
$string['contentexport_coursesummary'] = 'This file is part of the content downloaded from <a href="{$a->courselink}">{$a->coursename}</a>.';
|
||||
$string['contentexport_footersummary'] = 'This file is part of the content downloaded from <a href="{$a->courselink}">{$a->coursename}</a> by {$a->userfullname} on {$a->date}';
|
||||
$string['contentexport_footersummary'] = 'This file is part of the content downloaded from <a href="{$a->courselink}">{$a->coursename}</a> by {$a->userfullname} on {$a->date}.';
|
||||
$string['contentexport_modulesummary'] = 'This page is part of the content downloaded from <a href="{$a->modulelink}">{$a->modulename}</a> on {$a->date}. Note that some content and any files larger than {$a->maxfilesize} are not downloaded.';
|
||||
$string['contentexport_viewfilename'] = 'View the file {$a}';
|
||||
$string['contentbank'] = 'Content bank';
|
||||
|
@ -58,7 +58,7 @@ $string['cannotdownload'] = 'Cannot download this file';
|
||||
$string['cannotdownloaddir'] = 'Cannot download this folder';
|
||||
$string['cannotinitplugin'] = 'Call plugin_init failed';
|
||||
$string['cannotunzipcontentunreadable'] = 'Cannot unzip this file because the contents of the file cannot be read.';
|
||||
$string['cannotunzipextractfileerror'] = 'Cannot unzip this file because one or more of it\'s files cannot be read.';
|
||||
$string['cannotunzipextractfileerror'] = 'Cannot unzip this file because one or more of its files cannot be read.';
|
||||
$string['cannotunzipquotaexceeded'] = 'Cannot unzip this file because the maximum size allowed in this draft area will be exceeded.';
|
||||
$string['cleancache'] = 'Clean my cache files';
|
||||
$string['close'] = 'Close';
|
||||
@ -165,8 +165,8 @@ $string['logintoaccount'] = 'Log in to your {$a} account';
|
||||
$string['logout'] = 'Logout';
|
||||
$string['lostsource'] = 'Error. Source is missing. {$a}';
|
||||
$string['makefileinternal'] = 'Make a copy of the file';
|
||||
$string['makefilelink'] = 'Link to the file directly';
|
||||
$string['makefilereference'] = 'Create an alias/shortcut to the file';
|
||||
$string['makefilelink'] = 'Link to the external file';
|
||||
$string['makefilereference'] = 'Link to the file';
|
||||
$string['makefilecontrolledlink'] = 'Create an access controlled link to the file';
|
||||
$string['manage'] = 'Manage repositories';
|
||||
$string['manageinstances'] = 'Manage instances';
|
||||
|
@ -153,7 +153,7 @@ $string['confirmunassignno'] = 'Cancel';
|
||||
$string['contentbank:access'] = 'Access the content bank';
|
||||
$string['contentbank:deleteanycontent'] = 'Delete any content from the content bank';
|
||||
$string['contentbank:deleteowncontent'] = 'Delete content from own content bank';
|
||||
$string['contentbank:downloadcontent'] = 'Download a content from the content bank';
|
||||
$string['contentbank:downloadcontent'] = 'Download content from the content bank';
|
||||
$string['contentbank:manageanycontent'] = 'Manage any content from the content bank';
|
||||
$string['contentbank:manageowncontent'] = 'Manage content from own content bank';
|
||||
$string['contentbank:upload'] = 'Upload new content to the content bank';
|
||||
@ -298,7 +298,7 @@ $string['mainadmin'] = 'Main administrator';
|
||||
$string['mainadminset'] = 'Set main admin';
|
||||
$string['manageadmins'] = 'Manage site administrators';
|
||||
$string['manager'] = 'Manager';
|
||||
$string['managerdescription'] = 'Managers can access course and modify them, they usually do not participate in courses.';
|
||||
$string['managerdescription'] = 'Managers can access courses and modify them, but usually do not participate in them.';
|
||||
$string['manageroles'] = 'Manage roles';
|
||||
$string['maybeassignedin'] = 'Context types where this role may be assigned';
|
||||
$string['morethan'] = 'More than {$a}';
|
||||
|
@ -36,7 +36,7 @@ $string['filtersetmatchdescription'] = 'How multiple filters should be combined'
|
||||
$string['match'] = 'Match';
|
||||
$string['matchofthefollowing'] = 'of the following:';
|
||||
$string['moodlenetprofile'] = 'MoodleNet profile';
|
||||
$string['moodlenetprofile_help'] = 'This field is to link your MoodleNet profile to Moodle. It expects a WebFinger compliant URI';
|
||||
$string['moodlenetprofile_help'] = 'This field is to link your MoodleNet profile to Moodle. It expects a WebFinger-compliant URI.';
|
||||
$string['placeholdertypeorselect'] = 'Type or select...';
|
||||
$string['placeholdertype'] = 'Type...';
|
||||
$string['privacy:courserequestpath'] = 'Requested courses';
|
||||
|
@ -247,7 +247,7 @@ $string['resetting_data'] = 'Reset feedback responses';
|
||||
$string['resetting_feedbacks'] = 'Resetting feedbacks';
|
||||
$string['response_nr'] = 'Response number';
|
||||
$string['responses'] = 'Responses';
|
||||
$string['responsetime'] = 'Responsestime';
|
||||
$string['responsetime'] = 'Responses time';
|
||||
$string['save_as_new_item'] = 'Save as new question';
|
||||
$string['save_as_new_template'] = 'Save as new template';
|
||||
$string['save_entries'] = 'Submit your answers';
|
||||
|
@ -23,16 +23,16 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
$string['author'] = 'Author';
|
||||
$string['confirmdelete'] = 'Do you really wish to delete this file?';
|
||||
$string['confirmdeleteall'] = 'Do you really wish to delete all files?';
|
||||
$string['confirmdownload'] = 'Do you really wish to download this file?';
|
||||
$string['confirmdownloadall'] = 'Do you really wish to download all files?';
|
||||
$string['confirmdelete'] = 'Are you sure you want to delete this file?';
|
||||
$string['confirmdeleteall'] = 'Are you sure you want to delete all files?';
|
||||
$string['confirmdownload'] = 'Are you sure you want to download this file?';
|
||||
$string['confirmdownloadall'] = 'Are you sure you want to download all files?';
|
||||
$string['filename'] = 'File name';
|
||||
$string['infectedfiles'] = 'Antivirus failures';
|
||||
$string['privacy:metadata:infected_files'] = 'This table stores information on antivirus failures detected by the system.';
|
||||
$string['privacy:metadata:infected_files:filename'] = 'The name of the infected file uploaded by the user.';
|
||||
$string['privacy:metadata:infected_files:timecreated'] = 'The timestamp of when a user uploaded an infected file.';
|
||||
$string['privacy:metadata:infected_files:userid'] = 'The userid of the user who uploaded an infected file.';
|
||||
$string['privacy:metadata:infected_files:userid'] = 'The user ID of the user who uploaded an infected file.';
|
||||
$string['privacy:metadata:infected_files_subcontext'] = 'Antivirus failures';
|
||||
$string['pluginname'] = 'Infected files';
|
||||
$string['quarantinedfile'] = 'Quarantined file';
|
||||
|
@ -39,7 +39,7 @@ $string['mysitenotfound'] = 'You have never logged into OneDrive before. You mus
|
||||
$string['oauth2serviceslink'] = '<a href="{$a}" title="Link to OAuth 2 services configuration">OAuth 2 services configuration</a>';
|
||||
$string['owner'] = 'Owned by: {$a}';
|
||||
$string['pluginname'] = 'Microsoft OneDrive';
|
||||
$string['removetempaccesstask'] = 'Remove temporary write access from controlled links.';
|
||||
$string['removetempaccesstask'] = 'Remove temporary write access from controlled links';
|
||||
$string['searchfor'] = 'Search for {$a}';
|
||||
$string['servicenotenabled'] = 'Access not configured.';
|
||||
$string['skydrivefilesexist'] = 'Files found in the Microsoft SkyDrive repository. This repository has been deprecated by Microsoft, however the files may be imported to the Microsoft OneDrive repository.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user