MDL-22054 converting block name strings to pluginname
[moodle.git] / lang / en / moodle.php
CommitLineData
30c8dd34 1<?php
0b85bf54 2
30c8dd34
DM
3// This file is part of Moodle - http://moodle.org/
4//
5// Moodle is free software: you can redistribute it and/or modify
6// it under the terms of the GNU General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// Moodle is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU General Public License for more details.
14//
15// You should have received a copy of the GNU General Public License
16// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17
18/**
19 * Strings for component 'moodle', language 'en', branch 'MOODLE_20_STABLE'
20 *
21 * @package moodle
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24 */
3a915b06
PS
25
26$string['abouttobeinstalled'] = 'about to be installed';
27$string['action'] = 'Action';
28$string['actions'] = 'Actions';
29$string['active'] = 'Active';
30$string['activeusers'] = 'Active users';
31$string['activities'] = 'Activities';
32$string['activity'] = 'Activity';
30c8dd34 33$string['activityclipboard'] = 'Moving this activity: <b>{$a}</b>';
3a915b06
PS
34$string['activityiscurrentlyhidden'] = 'Sorry, this activity is currently hidden';
35$string['activitymodule'] = 'Activity module';
36$string['activitymodules'] = 'Activity modules';
37$string['activityreport'] = 'Activity report';
38$string['activityreports'] = 'Activity reports';
39$string['activityselect'] = 'Select this activity to be moved elsewhere';
30c8dd34 40$string['activitysince'] = 'Activity since {$a}';
3a915b06
PS
41$string['activityweighted'] = 'Activity per user';
42$string['add'] = 'Add';
43$string['addactivity'] = 'Add an activity...';
44$string['addadmin'] = 'Add admin';
45$string['addblock'] = 'Add a block';
3a915b06 46$string['addcomment'] = 'Add a comment...';
30c8dd34
DM
47$string['addcountertousername'] = 'Create user by adding number to username';
48$string['addcreator'] = 'Add course creator';
3a915b06 49$string['adddots'] = 'Add...';
30c8dd34
DM
50$string['added'] = 'Added {$a}';
51$string['addedrecip'] = 'Added {$a} new recipient';
52$string['addedrecips'] = 'Added {$a} new recipients';
53$string['addedtogroup'] = 'Added to group "{$a}"';
54$string['addedtogroupnot'] = 'Not added to group "{$a}"';
55$string['addedtogroupnotenrolled'] = 'Not added to group "{$a}", because not enrolled in course';
56$string['addinganew'] = 'Adding a new {$a}';
57$string['addinganewto'] = 'Adding a new {$a->what} to {$a->to}';
3a915b06
PS
58$string['addingdatatoexisting'] = 'Adding data to existing';
59$string['addnewcategory'] = 'Add new category';
60$string['addnewcourse'] = 'Add a new course';
61$string['addnewuser'] = 'Add a new user';
30c8dd34 62$string['addnousersrecip'] = 'Add users who haven\'t accessed this {$a} to recipient list';
3a915b06
PS
63$string['addresource'] = 'Add a resource...';
64$string['address'] = 'Address';
65$string['addstudent'] = 'Add student';
66$string['addsubcategory'] = 'Add a sub-category';
67$string['addteacher'] = 'Add teacher';
68$string['admin'] = 'Admin';
3a915b06
PS
69$string['adminhelpaddnewuser'] = 'To manually create a new user account';
70$string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site';
71$string['adminhelpassigncreators'] = 'Course creators can create new courses';
72$string['adminhelpassignsiteroles'] = 'Apply defined site roles to specific users';
73$string['adminhelpassignstudents'] = 'Go into a course and add students from the admin menu';
74$string['adminhelpassignteachers'] = 'Find a course then use the icon to add teachers';
75$string['adminhelpauthentication'] = 'You can use internal user accounts or external databases';
76$string['adminhelpbackup'] = 'Configure automated backups and their schedule';
77$string['adminhelpconfiguration'] = 'Configure how the site looks and works';
78$string['adminhelpconfigvariables'] = 'Configure variables that affect general operation of the site';
79$string['adminhelpcourses'] = 'Define courses and categories and assign people to them, edit pending courses';
80$string['adminhelpeditorsettings'] = 'Define basic settings for HTML editor';
81$string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of them';
82$string['adminhelpenrolments'] = 'Choose internal or external ways to control enrolments';
83$string['adminhelpenvironment'] = 'Check how your server suits current and future installation requirements';
84$string['adminhelpfailurelogs'] = 'Browse logs of failed logins';
85$string['adminhelphealthcenter'] = 'Automatic detection of site problems';
86$string['adminhelplanguage'] = 'For checking and editing the current language pack';
87$string['adminhelplogs'] = 'Browse logs of all activity on this site';
88$string['adminhelpmanageblocks'] = 'Manage installed blocks and their settings';
89$string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)';
90$string['adminhelpmanagefilters'] = 'Choose text filters and related settings';
91$string['adminhelpmanagemodules'] = 'Manage installed modules and their settings';
92$string['adminhelpmanageroles'] = 'Create and define roles that may be applied to users';
93$string['adminhelpmymoodle'] = 'Configure the My Moodle blocks for users';
94$string['adminhelpreports'] = 'Site level reports';
95$string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
96$string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
97$string['adminhelpstickyblocks'] = 'Configure Moodle-wide sticky blocks';
98$string['adminhelpthemes'] = 'Choose how the site looks (colours, fonts etc)';
99$string['adminhelpuploadusers'] = 'Import new user accounts from a text file';
100$string['adminhelpusers'] = 'Define your users and set up authentication';
101$string['adminhelpxmldbeditor'] = 'Interface to edit the XMLDB files. Only for developers.';
102$string['administration'] = 'Administration';
103$string['administrationsite'] = 'Site Administration';
104$string['administrator'] = 'Administrator';
105$string['administratordescription'] = 'Administrators can usually do anything on the site, in all courses.';
106$string['administrators'] = 'Administrators';
107$string['administratorsall'] = 'All administrators';
108$string['administratorsandteachers'] = 'Administrators and teachers';
109$string['adminprimarynoedit'] = 'You may not change the primary admin\'s password';
110$string['advanced'] = 'Advanced';
111$string['advancedfilter'] = 'Advanced search';
112$string['advancedsettings'] = 'Advanced settings';
113$string['again'] = 'again';
114$string['aimid'] = 'AIM ID';
115$string['ajaxno'] = 'No: use basic web features';
116$string['ajaxuse'] = 'AJAX and Javascript';
117$string['ajaxyes'] = 'Yes: use advanced web features';
118$string['all'] = 'All';
119$string['allactions'] = 'All actions';
120$string['allactivities'] = 'All activities';
3a915b06
PS
121$string['alldays'] = 'All days';
122$string['allfieldsrequired'] = 'All fields are required';
123$string['allfiles'] = 'All files';
124$string['allgroups'] = 'All groups';
30c8dd34 125$string['allchanges'] = 'All changes';
3a915b06 126$string['alllogs'] = 'All logs';
30c8dd34 127$string['allmods'] = 'All {$a}';
3a915b06
PS
128$string['allow'] = 'Allow';
129$string['allowguests'] = 'This course allows guest users to enter';
130$string['allowinternal'] = 'Allow internal methods as well';
131$string['allownone'] = 'Allow none';
132$string['allownot'] = 'Do not allow';
133$string['allparticipants'] = 'All participants';
134$string['allteachers'] = 'All teachers';
3a915b06 135$string['alphanumerical'] = 'Can only contain alphanumeric characters, hyphen (-) or period (.)';
3a915b06
PS
136$string['alreadyconfirmed'] = 'Registration has already been confirmed';
137$string['always'] = 'Always';
30c8dd34 138$string['and'] = '{$a->one} and {$a->two}';
3a915b06
PS
139$string['answer'] = 'Answer';
140$string['approve'] = 'Approve';
141$string['areyousuretorestorethis'] = 'Do you want to continue?';
142$string['areyousuretorestorethisinfo'] = 'Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course.';
143$string['asc'] = 'Ascending';
144$string['assessment'] = 'Assessment';
145$string['assignadmins'] = 'Assign admins';
146$string['assigncreators'] = 'Assign creators';
147$string['assignsiteroles'] = 'Assign site-wide roles';
148$string['assignstudents'] = 'Enrol students';
149$string['assignstudentsnote'] = 'Note: it may not be necessary to use this page, since it is possible for students to enrol themselves in this course.';
30c8dd34 150$string['assignstudentspass'] = 'All you may need to do is notify your students of the enrolment key for this course, which is currently set to: \'{$a}\'';
3a915b06 151$string['assignteachers'] = 'Assign teachers';
3a915b06
PS
152$string['authenticateduser'] = 'Authenticated user';
153$string['authenticateduserdescription'] = 'All logged in users.';
30c8dd34
DM
154$string['authentication'] = 'Authentication';
155$string['authenticationplugins'] = 'Authentication Plugins';
3a915b06
PS
156$string['autosubscribe'] = 'Forum auto-subscribe';
157$string['autosubscribeno'] = 'No: don\'t automatically subscribe me to forums';
158$string['autosubscribeyes'] = 'Yes: when I post, subscribe me to that forum';
159$string['availability'] = 'Availability';
160$string['availablecourses'] = 'Available Courses';
3a915b06 161$string['back'] = 'Back';
30c8dd34 162$string['backto'] = 'Back to {$a}';
3a915b06
PS
163$string['backtocourselisting'] = 'Back to course listing';
164$string['backtopageyouwereon'] = 'Back to the page you were on';
30c8dd34 165$string['backtoparticipants'] = 'Back to participants list';
3a915b06
PS
166$string['backup'] = 'Backup';
167$string['backupactivehelp'] = 'Choose whether or not to do automated backups.';
168$string['backupcancelled'] = 'Backup Cancelled';
169$string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups';
170$string['backupdate'] = 'Backup Date';
30c8dd34
DM
171$string['backupdatenew'] = '&nbsp; {$a->TAG} is now {$a->weekday}, {$a->mday} {$a->month} {$a->year}<br />';
172$string['backupdateold'] = '{$a->TAG} was {$a->weekday}, {$a->mday} {$a->month} {$a->year}';
173$string['backupdaterecordtype'] = '<br />{$a->recordtype} - {$a->recordname}<br />';
3a915b06
PS
174$string['backupdetails'] = 'Backup Details';
175$string['backupexecuteathelp'] = 'Choose what time automated backups should run at.';
176$string['backupfailed'] = 'Some of your courses weren\'t saved!!';
177$string['backupfilename'] = 'backup';
178$string['backupfinished'] = 'Backup completed successfully';
179$string['backupfromthissite'] = 'Backup was made on this site?';
180$string['backupgradebookhistoryhelp'] = 'If enabled then gradebook history will be included in automated backups. Note that grade history must not be disabled in server settings (disablegradehistory) in order for this to work';
181$string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups';
182$string['backupincludemoduleuserdatahelp'] = 'Choose whether you want to include module user data in automated backups.';
183$string['backupkeephelp'] = 'How many recent backups for each course do you want to keep? (older ones will be deleted automatically)';
184$string['backuplogdetailed'] = 'Detailed execution log';
185$string['backuploglaststatus'] = 'Last execution log';
186$string['backuplogshelp'] = 'If enabled, then course logs will be included in automated backups';
187$string['backupmetacoursehelp'] = 'If enabled, then metacourse info (inherited enrolments) will be included in automated backups';
3a915b06 188$string['backupmissinguserinfoperms'] = 'Note: This backup contains no user data. Exercise and Workshop activities will not be included in the backup, since these modules are not compatible with this type of backup.';
3a915b06 189$string['backupnext'] = 'Next backup';
30c8dd34
DM
190$string['backupnoneusersinfo'] = 'Note: This backup contains no users and so all activities have been switched to "without user data" mode. Exercise and Workshop activities will not be included in the backup, since these modules are not compatible with this type of backup.';
191$string['backupnonisowarning'] = 'Warning: this backup is from a non-Unicode version of Moodle (pre 1.6). If this backup contains any non-ISO-8859-1 texts then they may be CORRUPTED if you try to restore them to this Unicode version of Moodle. See the <a href="http://docs.moodle.org/en/Backup_FAQ">Backup FAQ</a> for more information about how to recover this backup correctly.';
3a915b06
PS
192$string['backuporiginalname'] = 'Backup Name';
193$string['backuproleassignments'] = 'Backup role assignments for these roles';
194$string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files<br />(leave blank to save in its course default dir)';
195$string['backupschedulehelp'] = 'Choose which days of the week to perform automated backups.';
196$string['backupsitefileshelp'] = 'If enabled then site files used in courses will be included in automated backups';
197$string['backuptakealook'] = 'Please take a look at your backup logs in:
30c8dd34 198 {$a}';
3a915b06
PS
199$string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups';
200$string['backupusershelp'] = 'Select whether you want to include all the users in the server or only the needed users for each course';
201$string['backupversion'] = 'Backup Version';
202$string['block'] = 'Block';
30c8dd34 203$string['blockconfiga'] = 'Configuring a {$a} block';
3a915b06 204$string['blockconfigbad'] = 'This block has not been implemented correctly and thus cannot provide a configuration interface.';
30c8dd34
DM
205$string['blockdeleteconfirm'] = 'You are about to completely delete the block \'{$a}\'. This will completely delete everything in the database associated with this block. Are you SURE you want to continue?';
206$string['blockdeletefiles'] = 'All data associated with the block \'{$a->block}\' has been deleted from the database. To complete the deletion (and prevent the block re-installing itself), you should now delete this directory from your server: {$a->directory}';
3a915b06
PS
207$string['blocks'] = 'Blocks';
208$string['blocksaddedit'] = 'Add/Edit Blocks';
209$string['blockseditoff'] = 'Blocks editing off';
210$string['blocksediton'] = 'Blocks editing on';
211$string['blocksetup'] = 'Setting up block tables';
30c8dd34 212$string['blocksuccess'] = '{$a} tables have been set up correctly';
3a915b06
PS
213$string['brief'] = 'Brief';
214$string['bycourseorder'] = 'By course order';
30c8dd34 215$string['byname'] = 'by {$a}';
3a915b06
PS
216$string['bypassed'] = 'Bypassed';
217$string['cachecontrols'] = 'Cache Controls';
218$string['cancel'] = 'Cancel';
219$string['cancelled'] = 'Cancelled';
220$string['categories'] = 'Course categories';
221$string['category'] = 'Category';
30c8dd34 222$string['categoryadded'] = 'The category \'{$a}\' was added';
3a915b06 223$string['categorycontents'] = 'Subcategories and courses';
30c8dd34
DM
224$string['categorycurrentcontents'] = 'Contents of {$a}';
225$string['categorydeleted'] = 'The category \'{$a}\' was deleted';
226$string['categoryduplicate'] = 'A category named \'{$a}\' already exists!';
3a915b06
PS
227$string['categorymodifiedcancel'] = 'Category was modified! Please cancel and try again.';
228$string['categoryname'] = 'Category name';
30c8dd34 229$string['categoryupdated'] = 'The category \'{$a}\' was updated';
3a915b06
PS
230$string['city'] = 'City/town';
231$string['clambroken'] = 'Your administrator has enabled virus checking for file uploads but has misconfigured something.<br />Your file upload was NOT successful. Your administrator has been emailed to notify them so they can fix it.<br />Maybe try uploading this file later.';
232$string['clamdeletedfile'] = 'The file has been deleted';
233$string['clamdeletedfilefailed'] = 'The file could not be deleted';
30c8dd34
DM
234$string['clamemailsubject'] = '{$a} :: Clam AV notification';
235$string['clamfailed'] = 'Clam AV has failed to run. The return error message was {$a}. Here is the output from Clam:';
236$string['clamlost'] = 'Moodle is configured to run clam on file upload, but the path supplied to Clam AV, {$a}, is invalid.';
3a915b06 237$string['clamlostandactinglikevirus'] = 'In addition, Moodle is configured so that if clam fails to run, files are treated like viruses. This essentially means that no student can upload a file successfully until you fix this.';
30c8dd34 238$string['clammovedfile'] = 'The file has been moved to your specified quarantine directory, the new location is {$a}';
3a915b06 239$string['clammovedfilebasic'] = 'The file has been moved to a quarantine directory.';
30c8dd34 240$string['clamquarantinedirfailed'] = 'Could not move the file into your specified quarantine directory, {$a}. You need to fix this as files are being deleted if they\'re found to be infected.';
3a915b06
PS
241$string['clamunknownerror'] = 'There was an unknown error with clam.';
242$string['cleaningtempdata'] = 'Cleaning temp data';
243$string['clear'] = 'Clear';
244$string['clickhelpiconformoreinfo'] = '... continues ... Click on the help icon to read the full article';
245$string['clickhere'] = 'Click here ...';
3a915b06 246$string['clicktohideshow'] = 'Click to expand or collapse';
30c8dd34 247$string['clicktochange'] = 'Click to change';
3a915b06 248$string['closewindow'] = 'Close this window';
3a915b06 249$string['commentincontext'] = 'Find this comment in context';
30c8dd34 250$string['comments'] = 'Comments';
3a915b06
PS
251$string['comparelanguage'] = 'Compare and edit current language';
252$string['complete'] = 'Complete';
253$string['completereport'] = 'Complete report';
254$string['configuration'] = 'Configuration';
255$string['confirm'] = 'Confirm';
3a915b06
PS
256$string['confirmed'] = 'Your registration has been confirmed';
257$string['confirmednot'] = 'Your registration has not yet been confirmed!';
30c8dd34 258$string['confirmcheckfull'] = 'Are you absolutely sure you want to confirm {$a} ?';
3a915b06
PS
259$string['content'] = 'Content';
260$string['continue'] = 'Continue';
261$string['continuetocourse'] = 'Click here to enter your course';
262$string['convertingwikitomarkdown'] = 'Converting Wiki to Markdown';
263$string['cookiesenabled'] = 'Cookies must be enabled in your browser';
264$string['cookiesnotenabled'] = 'Unfortunately, cookies are currently not enabled in your browser';
265$string['copy'] = 'copy';
266$string['copyasnoun'] = 'copy';
267$string['copyingcoursefiles'] = 'Copying course files';
268$string['copyingsitefiles'] = 'Copying site files used in course';
269$string['copyinguserfiles'] = 'Copying user files';
270$string['copyingzipfile'] = 'Copying zip file';
271$string['copyrightnotice'] = 'Copyright notice';
272$string['coresystem'] = 'System';
273$string['cost'] = 'Cost';
274$string['costdefault'] = 'Default cost';
30c8dd34 275$string['counteditems'] = '{$a->count} {$a->items}';
3a915b06
PS
276$string['country'] = 'Country';
277$string['course'] = 'Course';
278$string['courseadministration'] = 'Course Administration';
30c8dd34
DM
279$string['courseapprovedemail'] = 'Your requested course, {$a->name}, has been approved and you have been made a {$a->teacher}. To access your new course, go to {$a->url}';
280$string['courseapprovedemail2'] = 'Your requested course, {$a->name}, has been approved. To access your new course, go to {$a->url}';
3a915b06
PS
281$string['courseapprovedfailed'] = 'Failed to save the course as approved!';
282$string['courseapprovedsubject'] = 'Your course has been approved!';
283$string['courseavailable'] = 'This course is available to students';
284$string['courseavailablenot'] = 'This course is not available to students';
285$string['coursebackup'] = 'Course backup';
286$string['coursecategories'] = 'Course categories';
287$string['coursecategory'] = 'Course category';
30c8dd34 288$string['coursecategorydeleted'] = 'Deleted course category {$a}';
3a915b06
PS
289$string['coursecreators'] = 'Course creator';
290$string['coursecreatorsdescription'] = 'Course creators can create new courses.';
30c8dd34
DM
291$string['coursedeleted'] = 'Deleted course {$a}';
292$string['courseenrolend'] = 'Course enrolment end';
293$string['courseenrolenddate'] = 'Course enrolment end date';
294$string['courseenrolstart'] = 'Course enrolment start';
295$string['courseenrolstartdate'] = 'Course enrolment start';
3a915b06
PS
296$string['coursefiles'] = 'Course files';
297$string['courseformatdata'] = 'Course format data';
298$string['courseformats'] = 'Course formats';
299$string['coursegrades'] = 'Course grades';
300$string['coursehelpcategory'] = 'Position the course on the course listing and may make it easier for students to find it.';
3a915b06 301$string['coursehelpenrollable'] = 'Are students able to enrol themselves using the default interactive enrolment plugin';
30c8dd34
DM
302$string['coursehelpenrolmentkey'] = 'If set, users will need this key to be enrolled into the course.';
303$string['coursehelpenrolmentplugins'] = 'Default interactive enrolment plugin.';
3a915b06
PS
304$string['coursehelpexpirynotifystudents'] = 'If an enrolment duration has been specified, then this setting determines whether students receive email notification when they are about to be unenrolled from the course.';
305$string['coursehelpexpirythreshold'] = 'If an enrolment duration has been specified, then this setting detemines the number of days notice given before students are unenrolled from the course.';
306$string['coursehelpforce'] = 'Force the course group mode to every activity in the course.';
30c8dd34
DM
307$string['coursehelpformat'] = 'The course main page will be displayed in this format.';
308$string['coursehelphiddensections'] = 'How the hidden sections in the course are displayed to students.';
309$string['coursehelpmaximumupload'] = 'Define the largest size of file that can be uploaded in this course, limited by the site-wide setting.';
310$string['coursehelpmetacourse'] = 'Set the course a metacourse. A meta course takes enrolments (and other role assignments) from a "child" course or courses.';
311$string['coursehelpnewsitemsnumber'] = 'Number of recent items appearing on the course home page, in a news box down the right-hand side <br/>(0 means the news box won\'t appear).';
312$string['coursehelpnotify'] = 'If an enrolment duration has been specified, then this setting determines whether teachers receive email notification when a student is about to be unenrolled from the course.';
313$string['coursehelpnumberweeks'] = 'Number of weeks/topics displayed on the course main page.';
314$string['coursehelpshowgrades'] = 'Enable the display of the gradebook. It does not prevent grades from being displayed within the individual activities.';
3a915b06
PS
315$string['coursehidden'] = 'This course is currently unavailable to students';
316$string['courseimportnotaught'] = 'You don\'t seem to be an editing teacher in any other courses, there are no courses for you to import from.';
317$string['courseinfo'] = 'Course info';
318$string['coursemessage'] = 'Message course users';
319$string['coursenotaccessible'] = 'This course does not allow public access';
320$string['courseoverview'] = 'Course overview';
321$string['courseoverviewgraph'] = 'Course overview graph';
322$string['coursereasonforrejecting'] = 'Your reasons for rejecting this request';
323$string['coursereasonforrejectingemail'] = 'This will be emailed to the requester';
324$string['coursereject'] = 'Reject a course request';
325$string['courserejected'] = 'Course has been rejected and the requester has been notified.';
326$string['courserejectemail'] = 'Sorry, but the course you requested has been rejected. Here is the reason provided:
327
30c8dd34 328{$a}';
3a915b06
PS
329$string['courserejectreason'] = 'Outline your reasons for rejecting this course<br />(this will be emailed to the requester)';
330$string['courserejectsubject'] = 'Your course has been rejected';
331$string['coursereports'] = 'Course reports';
332$string['courserequest'] = 'Course request';
333$string['courserequestdetails'] = 'Details of the course you are requesting';
334$string['courserequestfailed'] = 'For some reason, your course request could not be saved';
335$string['courserequestintro'] = 'Use this form to request a course to be created for you.<br />Try and fill in as much information as you can to allow<br />the administrators to understand your reasons for wanting this course.';
336$string['courserequestreason'] = 'Reasons for wanting this course';
337$string['courserequestsuccess'] = 'Successfully saved your course request. Expect an email within a few days with the outcome';
338$string['courserequestsupport'] = 'Supporting information to help the administrator evaluate this request';
339$string['courserestore'] = 'Course restore';
340$string['courses'] = 'Courses';
341$string['coursescategory'] = 'Courses in the same category';
342$string['coursesectionsummaries'] = 'Course section summaries';
343$string['coursesettings'] = 'Course default settings';
30c8dd34 344$string['coursesmovedout'] = 'Courses moved out from {$a}';
3a915b06
PS
345$string['coursespending'] = 'Courses pending approval';
346$string['coursestart'] = 'Course start';
347$string['coursestaught'] = 'Courses I have taught';
348$string['courseupdates'] = 'Course updates';
349$string['courseuploadlimit'] = 'Course upload limit';
350$string['create'] = 'Create';
351$string['createaccount'] = 'Create my new account';
352$string['createcategory'] = 'Create category';
30c8dd34 353$string['createfolder'] = 'Create a folder in {$a}';
3a915b06
PS
354$string['createuserandpass'] = 'Choose your username and password';
355$string['createziparchive'] = 'Create zip archive';
356$string['creatingblocks'] = 'Creating blocks';
3a915b06 357$string['creatingblocksroles'] = 'Creating block level role assignments and overrides';
30c8dd34 358$string['creatingblogsinfo'] = 'Creating blogs info';
3a915b06
PS
359$string['creatingcategoriesandquestions'] = 'Creating categories and questions';
360$string['creatingcoursemodules'] = 'Creating course modules';
361$string['creatingcourseroles'] = 'Creating course level role assignments and overrides';
362$string['creatingevents'] = 'Creating events';
363$string['creatinggradebook'] = 'Creating gradebook';
3a915b06
PS
364$string['creatinggroupings'] = 'Creating groupings';
365$string['creatinggroupingsgroups'] = 'Adding groups into groupings';
30c8dd34 366$string['creatinggroups'] = 'Creating groups';
3a915b06
PS
367$string['creatinglogentries'] = 'Creating log entries';
368$string['creatingmessagesinfo'] = 'Creating messages info';
369$string['creatingmetacoursedata'] = 'Creating metacourse info';
370$string['creatingmodroles'] = 'Creating module level role assignments and overrides';
371$string['creatingnewcourse'] = 'Creating new course';
372$string['creatingrolesdefinitions'] = 'Creating roles definitions';
373$string['creatingscales'] = 'Creating scales';
374$string['creatingsections'] = 'Creating sections';
375$string['creatingtemporarystructures'] = 'Creating temporary structures';
376$string['creatinguserroles'] = 'Creating user level role assignments and overrides';
377$string['creatingusers'] = 'Creating users';
378$string['creatingxmlfile'] = 'Creating XML file';
379$string['currency'] = 'Currency';
380$string['currentcourseadding'] = 'Current course, adding data to it';
381$string['currentcoursedeleting'] = 'Current course, deleting it first';
382$string['currentlanguage'] = 'Current language';
383$string['currentlocaltime'] = 'your current local time';
384$string['currentlyselectedusers'] = 'Currently selected users';
385$string['currentpicture'] = 'Current picture';
386$string['currentrelease'] = 'Current release information';
387$string['currentversion'] = 'Current version';
30c8dd34 388$string['databasechecking'] = 'Upgrading Moodle database from version {$a->oldversion} to {$a->newversion}...';
3a915b06
PS
389$string['databaseperformance'] = 'Database performance';
390$string['databasesetup'] = 'Setting up database';
391$string['databasesuccess'] = 'Database was successfully upgraded';
30c8dd34
DM
392$string['databaseupgradebackups'] = 'Backup version is now {$a}';
393$string['databaseupgradeblocks'] = 'Blocks version is now {$a}';
394$string['databaseupgradegroups'] = 'Groups version is now {$a}';
395$string['databaseupgradelocal'] = 'Local database customisations version is now {$a}';
3a915b06
PS
396$string['databaseupgrades'] = 'Upgrading database';
397$string['date'] = 'Date';
398$string['datechanged'] = 'Date changed';
399$string['datemostrecentfirst'] = 'Date - most recent first';
400$string['datemostrecentlast'] = 'Date - most recent last';
401$string['day'] = 'day';
402$string['days'] = 'days';
403$string['decodinginternallinks'] = 'Decoding internal links';
404$string['default'] = 'Default';
405$string['defaultcoursefullname'] = 'Course Fullname 101';
406$string['defaultcourseshortname'] = 'CF101';
407$string['defaultcoursestudent'] = 'Student';
408$string['defaultcoursestudentdescription'] = 'Students generally have fewer privileges within a course.';
409$string['defaultcoursestudents'] = 'Students';
410$string['defaultcoursesummary'] = 'Write a concise and interesting paragraph here that explains what this course is about';
411$string['defaultcourseteacher'] = 'Teacher';
412$string['defaultcourseteacherdescription'] = 'Teachers can do anything within a course, including changing the activities and grading students.';
413$string['defaultcourseteachers'] = 'Teachers';
414$string['delete'] = 'Delete';
415$string['deleteablock'] = 'Delete a block';
416$string['deleteall'] = 'Delete all';
417$string['deleteallcannotundo'] = 'Delete all - cannot be undone';
418$string['deleteallcomments'] = 'Delete all comments';
419$string['deleteallratings'] = 'Delete all ratings';
30c8dd34 420$string['deletecategory'] = 'Delete category: {$a}';
3a915b06 421$string['deletecategoryempty'] = 'This category is empty.';
30c8dd34
DM
422$string['deletecategorycheck'] = 'Are you absolutely sure you want to completely delete this category <b>\'{$a}\'</b>?<br />This will move all courses into the parent category if there is one, or into Miscellaneous.';
423$string['deletecategorycheck2'] = 'If you delete this category, you need to choose what to do with the courses and subcategories it contains.';
3a915b06 424$string['deletecomment'] = 'Delete this comment';
30c8dd34 425$string['deletecompletely'] = 'Delete completely';
3a915b06
PS
426$string['deletecourse'] = 'Delete a course';
427$string['deletecoursecheck'] = 'Are you absolutely sure you want to completely delete this course and all the data it contains?';
428$string['deleted'] = 'Deleted';
30c8dd34
DM
429$string['deletedactivity'] = 'Deleted {$a}';
430$string['deletedcourse'] = '{$a} has been completely deleted';
431$string['deletednot'] = 'Could not delete {$a} !';
432$string['deletecheck'] = 'Delete {$a} ?';
433$string['deletecheckfiles'] = 'Are you absolutely sure you want to delete these files?';
434$string['deletecheckfull'] = 'Are you absolutely sure you want to completely delete {$a} ?';
435$string['deletecheckwarning'] = 'You are about to delete these files';
3a915b06
PS
436$string['deletelogs'] = 'Delete logs';
437$string['deleteselected'] = 'Delete selected';
438$string['deleteselectedkey'] = 'Delete selected key';
30c8dd34 439$string['deletingcourse'] = 'Deleting {$a}';
3a915b06
PS
440$string['deletingexistingcoursedata'] = 'Deleting existing course data';
441$string['deletingolddata'] = 'Deleting old data';
442$string['department'] = 'Department';
443$string['desc'] = 'Descending';
444$string['description'] = 'Description';
445$string['deselectall'] = 'Deselect all';
446$string['detailedless'] = 'Less detailed';
447$string['detailedmore'] = 'More detailed';
448$string['directory'] = 'Directory';
449$string['directorypaths'] = 'Directory Paths';
450$string['disable'] = 'Disable';
451$string['disabledcomments'] = 'Comments are disabled';
30c8dd34
DM
452$string['displayingfirst'] = 'Only the first {$a->count} {$a->things} are displayed';
453$string['displayingrecords'] = 'Displaying {$a} records';
454$string['displayingusers'] = 'Displaying users {$a->start} to {$a->end}';
3a915b06
PS
455$string['displayonpage'] = 'Display on page';
456$string['documentation'] = 'Moodle Documentation';
457$string['donotask'] = 'Do Not Ask';
458$string['donotclickcontinue'] = 'Do not click on the following continue link ;-)';
459$string['down'] = 'Down';
460$string['download'] = 'Download';
461$string['downloadall'] = 'Download all';
462$string['downloadexcel'] = 'Download in Excel format';
463$string['downloadfile'] = 'Download file';
464$string['downloadods'] = 'Download in ODS format';
465$string['downloadtext'] = 'Download in text format';
466$string['doyouagree'] = 'Have you read these conditions and understood them?';
467$string['duplicate'] = 'Duplicate';
30c8dd34
DM
468$string['duplicatinga'] = 'Duplicating: {$a}';
469$string['duplicatingain'] = 'Duplicating {$a->what} in {$a->in}';
3a915b06
PS
470$string['edhelpaspellpath'] = 'To use spell-checking within the editor, you MUST have <strong>aspell 0.50</strong> or later installed on your server, and you must specify the correct path to access the aspell binary. On Unix/Linux systems, this path is usually <strong>/usr/bin/aspell</strong>, but it might be something else.';
471$string['edhelpbgcolor'] = 'Define the edit area\'s background color.<br />Valid values are, for example: #FFFFFF or white';
472$string['edhelpcleanword'] = 'This setting enables or disables Word-specific format filtering.';
473$string['edhelpenablespelling'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server. The second value is the <strong>default dictionary</strong>. This value will be used if aspell doesn\'t have dictionary for users own language.';
474$string['edhelpfontfamily'] = 'The font-family property is a list of font family names and/or generic family names. Family names must be separated with comma.';
475$string['edhelpfontlist'] = 'Define the fonts used on editors dropdown menu.';
476$string['edhelpfontsize'] = 'The default font-size sets the size of a font. <br />Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';
30c8dd34 477$string['edit'] = 'Edit {$a}';
3a915b06
PS
478$string['editcategorysettings'] = 'Edit category settings';
479$string['editcategorythis'] = 'Edit this category';
480$string['editcoursesettings'] = 'Edit course settings';
481$string['editfiles'] = 'Edit files';
482$string['editgroupprofile'] = 'Edit group profile';
30c8dd34 483$string['editinga'] = 'Editing {$a}';
3a915b06
PS
484$string['editingteachershort'] = 'Editor';
485$string['editlock'] = 'This value cannot be edited!';
486$string['editmyprofile'] = 'Edit profile';
487$string['editorbgcolor'] = 'Background-color';
488$string['editorcleanonpaste'] = 'Clean Word HTML on paste';
489$string['editorcommonsettings'] = 'Common settings';
490$string['editordefaultfont'] = 'Default font';
491$string['editorenablespelling'] = 'Enable spellchecking';
492$string['editorfontlist'] = 'Fontlist';
493$string['editorfontsize'] = 'Default font-size';
494$string['editorhelptopics'] = 'Editor Help Topics.';
495$string['editorresettodefaults'] = 'Reset to default values';
496$string['editorsettings'] = 'Editor settings';
497$string['editorshortcutkeys'] = 'Editor shortcut keys';
498$string['editremoteprofile'] = 'Edit remote profile';
499$string['editsummary'] = 'Edit summary';
500$string['editthisactivity'] = 'Edit this activity';
501$string['editthiscategory'] = 'Edit this category';
502$string['edituser'] = 'Edit user accounts';
503$string['email'] = 'Email address';
504$string['emailactive'] = 'Email activated';
505$string['emailagain'] = 'Email (again)';
3a915b06 506$string['emailconfirm'] = 'Confirm your account';
30c8dd34 507$string['emailconfirmation'] = 'Hi {$a->firstname},
3a915b06 508
30c8dd34 509A new account has been requested at \'{$a->sitename}\'
3a915b06
PS
510using your email address.
511
512To confirm your new account, please go to this web address:
513
30c8dd34 514{$a->link}
3a915b06
PS
515
516In most mail programs, this should appear as a blue link
517which you can just click on. If that doesn\'t work,
518then cut and paste the address into the address
519line at the top of your web browser window.
520
521If you need help, please contact the site administrator,
30c8dd34
DM
522{$a->admin}';
523$string['emailconfirmationsubject'] = '{$a}: account confirmation';
524$string['emailconfirmsent'] = '<p>An email should have been sent to your address at <b>{$a}</b></p>
3a915b06
PS
525 <p>It contains easy instructions to complete your registration.</p>
526 <p>If you continue to have difficulty, contact the site administrator.</p>';
527$string['emaildigest'] = 'Email digest type';
528$string['emaildigestcomplete'] = 'Complete (daily email with full posts)';
529$string['emaildigestoff'] = 'No digest (single email per forum post)';
530$string['emaildigestsubjects'] = 'Subjects (daily email with subjects only)';
531$string['emaildisable'] = 'This email address is disabled';
532$string['emaildisableclick'] = 'Click here to disable all email from being sent to this address';
533$string['emaildisplay'] = 'Email display';
534$string['emaildisplaycourse'] = 'Allow only other course members to see my email address';
535$string['emaildisplayno'] = 'Hide my email address from everyone';
536$string['emaildisplayyes'] = 'Allow everyone to see my email address';
537$string['emailenable'] = 'This email address is enabled';
538$string['emailenableclick'] = 'Click here to re-enable all email being sent to this address';
539$string['emailexists'] = 'This email address is already registered.';
540$string['emailformat'] = 'Email format';
30c8dd34 541$string['emailcharset'] = 'Email charset';
3a915b06 542$string['emailmustbereal'] = 'Note: your email address must be a real one';
30c8dd34 543$string['emailnotallowed'] = 'Email addresses in these domains are not allowed ({$a})';
3a915b06 544$string['emailnotfound'] = 'The email address was not found in the database';
30c8dd34
DM
545$string['emailonlyallowed'] = 'This email is not one of those that are allowed ({$a})';
546$string['emailpasswordconfirmation'] = 'Hi {$a->firstname},
3a915b06
PS
547
548Someone (probably you) has requested a new password for your
30c8dd34 549account on \'{$a->sitename}\'.
3a915b06
PS
550
551To confirm this and have a new password sent to you via email,
552go to the following web address:
553
30c8dd34 554{$a->link}
3a915b06
PS
555
556In most mail programs, this should appear as a blue link
557which you can just click on. If that doesn\'t work,
558then cut and paste the address into the address
559line at the top of your web browser window.
560
561If you need help, please contact the site administrator,
30c8dd34
DM
562{$a->admin}';
563$string['emailpasswordconfirmationsubject'] = '{$a}: Change password confirmation';
3a915b06
PS
564$string['emailpasswordconfirmmaybesent'] = '<p>If you supplied a correct username or email address then an email should have been sent to you.</p>
565 <p>It contains easy instructions to confirm and complete this password change.
566If you continue to have difficulty, please contact the site administrator.</p>';
30c8dd34 567$string['emailpasswordconfirmsent'] = 'An email should have been sent to your address at <b>{$a}</b>.
3a915b06
PS
568<br />It contains easy instructions to confirm and complete this password change.
569If you continue to have difficulty, contact the site administrator.';
30c8dd34 570$string['emailpasswordchangeinfo'] = 'Hi {$a->firstname},
3a915b06
PS
571
572Someone (probably you) has requested a new password for your
30c8dd34 573account on \'{$a->sitename}\'.
3a915b06
PS
574
575To change your password, please go to the following web address:
576
30c8dd34 577{$a->link}
3a915b06
PS
578
579In most mail programs, this should appear as a blue link
580which you can just click on. If that doesn\'t work,
581then cut and paste the address into the address
582line at the top of your web browser window.
583
584If you need help, please contact the site administrator,
30c8dd34
DM
585{$a->admin}';
586$string['emailpasswordchangeinfodisabled'] = 'Hi {$a->firstname},
3a915b06
PS
587
588Someone (probably you) has requested a new password for your
30c8dd34 589account on \'{$a->sitename}\'.
3a915b06
PS
590
591Unfortunately your account on this site is disabled and can not be reset,
592please contact the site administrator,
30c8dd34
DM
593{$a->admin}';
594$string['emailpasswordchangeinfofail'] = 'Hi {$a->firstname},
3a915b06
PS
595
596Someone (probably you) has requested a new password for your
30c8dd34 597account on \'{$a->sitename}\'.
3a915b06
PS
598
599Unfortunately passwords can not be reset on this site,
600please contact the site administrator,
30c8dd34
DM
601{$a->admin}';
602$string['emailpasswordchangeinfosubject'] = '{$a}: Change password information';
3a915b06 603$string['emailpasswordsent'] = 'Thank you for confirming the change of password.
30c8dd34 604An email containing your new password has been sent to your address at<br /><b>{$a->email}</b>.<br />
3a915b06 605The new password was automatically generated - you might like to
30c8dd34 606<a href="{$a->link}">change your password</a> to something easier to remember.';
3a915b06
PS
607$string['enable'] = 'Enable';
608$string['encryptedcode'] = 'Encrypted code';
609$string['english'] = 'English';
610$string['enroldate'] = 'Date range';
611$string['enroldetails'] = 'Enrolment details';
612$string['enrolenddate'] = 'End date';
613$string['enrolenddaterror'] = 'Enrolment end date cannot be earlier than start date';
614$string['enrollable'] = 'Course enrollable';
30c8dd34
DM
615$string['enrolledincourse'] = 'Enrolled in course "{$a}"';
616$string['enrolledincoursenot'] = 'Not enrolled in course "{$a}"';
617$string['enrolledincoursenotrole'] = 'Error enrolling into "{$a->course}" as "{$a->role}"';
618$string['enrolledincourserole'] = 'Enrolled in "{$a->course}" as "{$a->role}"';
3a915b06
PS
619$string['enrollfirst'] = 'You have to enrol in one of the courses before you can use the site activities';
620$string['enrolme'] = 'Enrol me in this course';
621$string['enrolmentconfirmation'] = 'You are about to enrol yourself as a member of this course.<br />Are you sure you wish to do this?';
622$string['enrolmentend'] = 'Enrolment Ends';
623$string['enrolmentkey'] = 'Enrolment key';
624$string['enrolmentkeyfrom'] = 'This course requires an \'enrolment key\' - a one-time<br />
30c8dd34 625password that you should have received from {$a}';
3a915b06 626$string['enrolmentkeyfromguest'] = 'This course requires an \'enrolment key\' - as a guest<br />
30c8dd34 627you must enter it each time you enter the course. You should have received it from {$a}';
3a915b06 628$string['enrolmentkeyhint'] = 'That enrolment key was incorrect, please try again<br />
30c8dd34
DM
629(Here\'s a hint - it starts with \'{$a}\')';
630$string['enrolmentnew'] = 'New enrolment in {$a}';
631$string['enrolmentnewuser'] = '{$a->user} has enrolled in course "{$a->course}"';
3a915b06 632$string['enrolmentnointernal'] = 'Manual enrolments are currently not enabled';
30c8dd34 633$string['enrolmentnotyet'] = 'Sorry, you can not access this course until <br /> {$a}';
3a915b06
PS
634$string['enrolmentplugins'] = 'Enrolment Plugins';
635$string['enrolments'] = 'Enrolments';
636$string['enrolmentstart'] = 'Enrolment Started';
637$string['enrolperiod'] = 'Enrolment duration';
638$string['enrolstartdate'] = 'Start date';
639$string['entercourse'] = 'Click to enter this course';
30c8dd34 640$string['enteremail'] = 'Enter your email address';
3a915b06
PS
641$string['enteremailaddress'] = 'Enter in your email address to reset your
642 password and have the new password sent to you via email.';
30c8dd34 643$string['enterusername'] = 'Enter your username';
3a915b06
PS
644$string['entries'] = 'Entries';
645$string['error'] = 'Error';
646$string['errortoomanylogins'] = 'Sorry, you have exceeded the allowed number of login attempts. Restart your browser.';
647$string['errorwhenconfirming'] = 'You are not confirmed yet because an error occurred. If you clicked on a link in an email to get here, make sure that the line in your email wasn\'t broken or wrapped. You may have to use cut and paste to reconstruct the link properly.';
648$string['everybody'] = 'Everybody';
649$string['executeat'] = 'Execute at';
650$string['existing'] = 'Existing';
651$string['existingadmins'] = 'Existing admins';
652$string['existingcourse'] = 'Existing course';
653$string['existingcourseadding'] = 'Existing course, adding data to it';
654$string['existingcoursedeleting'] = 'Existing course, deleting it first';
655$string['existingcreators'] = 'Existing course creators';
656$string['existingstudents'] = 'Enrolled students';
657$string['existingteachers'] = 'Existing teachers';
658$string['expirynotify'] = 'Enrolment expiry notification';
30c8dd34 659$string['expirynotifyemail'] = 'The following students in this course are expiring after exactly {$a->threshold} days:
3a915b06 660
30c8dd34 661{$a->current}
3a915b06 662
30c8dd34 663The following students in this course are expiring in less than {$a->threshold} days:
3a915b06 664
30c8dd34 665{$a->past}
3a915b06
PS
666
667You may go to the following page to extend their enrolment period:
30c8dd34 668{$a->extendurl}';
3a915b06 669$string['expirynotifystudents'] = 'Notify students';
30c8dd34 670$string['expirynotifystudentsemail'] = 'Dear {$a->studentstr}:
3a915b06 671
30c8dd34 672This is a notification that your enrolment in the course {$a->course} will expire in {$a->threshold} days.
3a915b06 673
30c8dd34 674Please contact {$a->teacherstr} for any further enquiries.';
3a915b06
PS
675$string['expirythreshold'] = 'Threshold';
676$string['explanation'] = 'Explanation';
677$string['extendenrol'] = 'Extend enrolment (individual)';
3a915b06 678$string['extendperiod'] = 'Extended period';
30c8dd34
DM
679$string['failedloginattempts'] = '{$a->attempts} failed logins since your last login';
680$string['failedloginattemptsall'] = '{$a->attempts} failed logins for {$a->accounts} accounts';
3a915b06
PS
681$string['feedback'] = 'Feedback';
682$string['file'] = 'File';
30c8dd34 683$string['filemissing'] = '{$a} is missing';
3a915b06
PS
684$string['files'] = 'Files';
685$string['filesfolders'] = 'Files/folders';
686$string['filloutallfields'] = 'Please fill out all fields in this form';
687$string['filter'] = 'Filter';
688$string['findmorecourses'] = 'Find more courses...';
689$string['firstaccess'] = 'First access';
3a915b06
PS
690$string['firstname'] = 'First name';
691$string['firsttime'] = 'Is this your first time here?';
692$string['flashlinkmessage'] = 'Please upgrade your Flash player now:';
30c8dd34
DM
693$string['flashupgrademessage'] = 'The Flash plugin is required to play this content, but the version you have is too old.
694
695 You may need to log out and log in back after upgrade.';
3a915b06
PS
696$string['folder'] = 'Folder';
697$string['folderclosed'] = 'Closed folder';
698$string['folderopened'] = 'Opened folder';
699$string['followingoptional'] = 'The following items are optional';
700$string['followingrequired'] = 'The following items are required';
701$string['force'] = 'Force';
702$string['forcedmode'] = 'forced mode';
703$string['forcelanguage'] = 'Force language';
704$string['forceno'] = 'Do not force';
705$string['forcepasswordchange'] = 'Force password change';
3a915b06 706$string['forcepasswordchangehelp'] = 'Prompt user to change it on their next login';
30c8dd34
DM
707$string['forcepasswordchangecheckfull'] = 'Are you absolutely sure you want to force a password change to {$a} ?';
708$string['forcepasswordchangenot'] = 'Could not force a password change to {$a}';
3a915b06
PS
709$string['forcepasswordchangenotice'] = 'You must change your password to proceed.';
710$string['forcetheme'] = 'Force theme';
711$string['forgotaccount'] = 'Lost password?';
712$string['forgotten'] = 'Forgotten your username or password?';
713$string['forgottenduplicate'] = 'The email address is shared by several accounts, please enter username instead';
714$string['forgotteninvalidurl'] = 'Invalid password reset URL';
715$string['format'] = 'Format';
716$string['formathtml'] = 'HTML format';
717$string['formatlams'] = 'LAMS course format';
718$string['formatmarkdown'] = 'Markdown format';
719$string['formatplain'] = 'Plain text format';
720$string['formatscorm'] = 'SCORM format';
721$string['formatsocial'] = 'Social format';
722$string['formattext'] = 'Moodle auto-format';
723$string['formattexttype'] = 'Formatting';
724$string['formattopics'] = 'Topics format';
3a915b06 725$string['formattopicsajax'] = 'Topics format - AJAX';
30c8dd34 726$string['formattopicscss'] = 'Topics format - CSS/No tables';
3a915b06
PS
727$string['formatweeks'] = 'Weekly format';
728$string['formatweekscss'] = 'Weekly format - CSS/No tables';
729$string['formatwiki'] = 'Wiki-like format';
730$string['framesetinfo'] = 'This frameset document contains:';
731$string['from'] = 'From';
732$string['frontpagecategorycombo'] = 'Combo list';
733$string['frontpagecategorynames'] = 'List of categories';
734$string['frontpagecourselist'] = 'List of courses';
735$string['frontpagedescription'] = 'Front Page Description';
736$string['frontpagedescriptionhelp'] = 'This description of the site will be displayed on the front page.';
737$string['frontpageformat'] = 'Front page format';
738$string['frontpageformatloggedin'] = 'Front page format when logged in';
739$string['frontpagenews'] = 'News items';
740$string['frontpagesettings'] = 'Front Page Settings';
741$string['frontpagetopiconly'] = 'Topic section';
742$string['fulllistofcourses'] = 'All courses';
743$string['fullname'] = 'Full name';
744$string['fullnamecourse'] = 'Course full name';
30c8dd34 745$string['fullnamedisplay'] = '{$a->firstname} {$a->lastname}';
3a915b06 746$string['fullnameuser'] = 'User full name';
3a915b06
PS
747$string['fullprofile'] = 'Full profile';
748$string['fullsitename'] = 'Full site name';
749$string['functiondisabled'] = 'That functionality is currently disabled';
3a915b06
PS
750$string['gdneed'] = 'GD must be installed to see this graph';
751$string['gdnot'] = 'GD is not installed';
30c8dd34
DM
752$string['gd1'] = 'GD 1.x is installed';
753$string['gd2'] = 'GD 2.x is installed';
3a915b06
PS
754$string['general'] = 'General';
755$string['gettheselogs'] = 'Get these logs';
756$string['go'] = 'Go';
757$string['gotoyourserver'] = '(Links back to your server)';
758$string['gpl'] = 'Copyright (C) 1999 onwards Martin Dougiamas (http://moodle.com)
759
760This program is free software; you can redistribute it and/or modify
761it under the terms of the GNU General Public License as published by
762the Free Software Foundation; either version 2 of the License, or
763(at your option) any later version.
764
765This program is distributed in the hope that it will be useful,
766but WITHOUT ANY WARRANTY; without even the implied warranty of
767MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
768
769See the Moodle License information page for full details:
770http://docs.moodle.org/en/License';
30c8dd34 771$string['gpllicense'] = 'GPL License';
3a915b06
PS
772$string['gpl3'] = 'Copyright (C) 1999 onwards Martin Dougiamas (http://moodle.com)
773
774This program is free software: you can redistribute it and/or modify
775it under the terms of the GNU General Public License as published by
776the Free Software Foundation, either version 3 of the License, or
777(at your option) any later version.
778
779This program is distributed in the hope that it will be useful,
780but WITHOUT ANY WARRANTY; without even the implied warranty of
781MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
782
783See the Moodle License information page for full details:
784http://docs.moodle.org/en/License';
785$string['grade'] = 'Grade';
786$string['grades'] = 'Grades';
787$string['group'] = 'Group';
788$string['groupadd'] = 'Add new group';
789$string['groupaddusers'] = 'Add selected to group';
30c8dd34 790$string['groupextendenrol'] = 'Extend enrolment (common)';
3a915b06
PS
791$string['groupfor'] = 'for group';
792$string['groupinfo'] = 'Info about selected group';
793$string['groupinfoedit'] = 'Edit group settings';
794$string['groupinfomembers'] = 'Info about selected members';
795$string['groupinfopeople'] = 'Info about selected people';
796$string['groupmembers'] = 'Group members';
797$string['groupmemberssee'] = 'See group members';
798$string['groupmembersselected'] = 'Members of selected group';
799$string['groupmode'] = 'Group mode';
800$string['groupmodeforce'] = 'Force group mode';
801$string['groupmy'] = 'My group';
802$string['groupnonmembers'] = 'People not in a group';
803$string['groupnotamember'] = 'Sorry, you are not a member of that group';
804$string['grouprandomassign'] = 'Randomly assign all to groups';
805$string['groupremove'] = 'Remove selected group';
806$string['groupremovemembers'] = 'Remove selected members';
807$string['groups'] = 'Groups';
808$string['groupsnone'] = 'No groups';
809$string['groupsseparate'] = 'Separate groups';
810$string['groupsvisible'] = 'Visible groups';
811$string['guest'] = 'Guest';
812$string['guestdescription'] = 'Guests have minimal privileges and usually can not enter text anywhere.';
813$string['guestskey'] = 'Allow guests who have the key';
814$string['guestsno'] = 'Do not allow guests in';
30c8dd34 815$string['guestsnotallowed'] = 'Sorry, \'{$a}\' does not allow guests to enter.';
3a915b06
PS
816$string['guestsyes'] = 'Allow guests without the key';
817$string['guestuser'] = 'Guest User';
818$string['guestuserinfo'] = 'This user is a special user that allows read-only access to some courses.';
819$string['healthcenter'] = 'Health Center';
820$string['healthnoproblemsfound'] = 'There is no health problem found!';
821$string['healthproblemsdetected'] = 'Health Problems Detected!';
822$string['healthproblemsolution'] = 'Health Problem Solution';
823$string['healthreturntomain'] = 'Continue';
824$string['healthsolution'] = 'Solution';
825$string['help'] = 'Help';
826$string['helpemoticons'] = 'Use emoticons';
827$string['helpformatting'] = 'About formatting text';
3a915b06
PS
828$string['helphtml'] = 'How to write html';
829$string['helpindex'] = 'Index of all help files';
30c8dd34 830$string['helpinterestslist'] = 'Enter your interests separated by commas';
3a915b06 831$string['helppicture'] = 'How to upload a picture';
30c8dd34
DM
832$string['helpprefix'] = 'Help, {$a}';
833$string['helpprefix2'] = 'Help with {$a}';
3a915b06
PS
834$string['helpquestions'] = 'Ask good questions';
835$string['helpreading'] = 'Read carefully';
836$string['helprichtext'] = 'About the HTML editor';
837$string['helpsummaries'] = 'About these summaries';
838$string['helptext'] = 'How to write text';
3a915b06 839$string['helpwiki'] = 'How to write Wiki-like text';
30c8dd34 840$string['helpwiththis'] = 'Help with this';
3a915b06
PS
841$string['helpwriting'] = 'Write carefully';
842$string['hiddenassign'] = 'Hidden assignment';
843$string['hiddenfromstudents'] = 'Hidden from students';
844$string['hiddensections'] = 'Hidden sections';
845$string['hiddensectionscollapsed'] = 'Hidden sections are shown in collapsed form';
846$string['hiddensectionsinvisible'] = 'Hidden sections are completely invisible';
847$string['hide'] = 'Hide';
848$string['hideadvancedsettings'] = 'Hide advanced settings';
849$string['hidepicture'] = 'Hide picture';
30c8dd34 850$string['hidesection'] = 'Hide section {$a}';
3a915b06
PS
851$string['hidesettings'] = 'Hide settings';
852$string['hideshowblocks'] = 'Hide or show blocks';
853$string['hidetopicfromothers'] = 'Hide topic from others';
854$string['hideweekfromothers'] = 'Hide week from others';
855$string['hits'] = 'Hits';
30c8dd34
DM
856$string['hitsoncourse'] = 'Hits on {$a->coursename} by {$a->username}';
857$string['hitsoncoursetoday'] = 'Today\'s hits on {$a->coursename} by {$a->username}';
3a915b06
PS
858$string['home'] = 'Home';
859$string['hour'] = 'hour';
860$string['hours'] = 'hours';
861$string['howtomakethemes'] = 'How to make new themes';
862$string['htmleditor'] = 'Use HTML editor (some browsers only)';
863$string['htmleditoravailable'] = 'The HTML editor is available';
864$string['htmleditordisabled'] = 'You have disabled the HTML editor in your user profile';
865$string['htmleditordisabledadmin'] = 'The administrator has disabled the HTML editor on this site';
866$string['htmleditordisabledbrowser'] = 'The HTML editor is unavailable because your web browser is not compatible';
867$string['htmlfilesonly'] = 'HTML files only';
868$string['htmlformat'] = 'Pretty HTML format';
30c8dd34
DM
869$string['changedpassword'] = 'Changed password';
870$string['changepassword'] = 'Change password';
871$string['changessaved'] = 'Changes saved';
872$string['check'] = 'Check';
873$string['checkall'] = 'Check all';
874$string['checkingbackup'] = 'Checking backup';
875$string['checkingcourse'] = 'Checking course';
876$string['checkingforbbexport'] = 'Checking for BlackBoard export';
877$string['checkinginstances'] = 'Checking instances';
878$string['checkingsections'] = 'Checking sections';
879$string['checklanguage'] = 'Check language';
880$string['checknone'] = 'Check none';
881$string['childcoursenotfound'] = 'Child course not found!';
882$string['childcourses'] = 'Child courses';
883$string['choose'] = 'Choose';
884$string['chooseauthmethod'] = 'Choose authentication plugin';
885$string['choosecourse'] = 'Choose a course';
886$string['choosedots'] = 'Choose...';
887$string['chooseenrolmethod'] = 'Choose enrolment plugin';
888$string['chooselivelogs'] = 'Or watch current activity';
889$string['chooselogs'] = 'Choose which logs you want to see';
890$string['choosereportfilter'] = 'Choose a filter for the report';
891$string['choosetheme'] = 'Choose theme';
892$string['chooseuser'] = 'Choose a user';
3a915b06
PS
893$string['icqnumber'] = 'ICQ number';
894$string['idnumber'] = 'ID number';
3a915b06 895$string['idnumbercourse'] = 'Course ID number';
30c8dd34 896$string['idnumbermod'] = 'ID number';
3a915b06
PS
897$string['idnumbertaken'] = 'This ID number is already taken';
898$string['imagealt'] = 'Picture description';
899$string['import'] = 'Import';
900$string['importactivities'] = 'Import activities from another course';
901$string['importdata'] = 'Import course data';
902$string['importdataexported'] = 'Exported data from \'from\' course successfully.<br /> Continue to import into your \'to\' course.';
903$string['importdatafinished'] = 'Import complete! Continue to your course';
904$string['importdatafrom'] = 'Find a course to import data from:';
905$string['importgroups'] = 'Import groups';
906$string['importmetacoursenote'] = 'Use this form to add courses to your meta course (this will import the enrolments)';
907$string['inactive'] = 'Inactive';
908$string['include'] = 'Include';
909$string['includeallusers'] = 'Include All Users';
910$string['includecoursefiles'] = 'Include Course Files';
911$string['includecourseusers'] = 'Include Course Users';
912$string['included'] = 'Included';
913$string['includelogentries'] = 'Include Log Entries';
914$string['includemodules'] = 'Include Modules';
915$string['includemoduleuserdata'] = 'Include module user data';
916$string['includeneededusers'] = 'Include Needed Users';
917$string['includenoneusers'] = 'Include No Users';
918$string['includeroleassignments'] = 'Include role assignments';
919$string['includesitefiles'] = 'Include Site Files Used in This Course';
920$string['includeuserfiles'] = 'Include User Files';
921$string['info'] = 'Information';
922$string['institution'] = 'Institution';
923$string['instudentview'] = 'in student view';
924$string['interests'] = 'Interests';
925$string['interestslist'] = 'List of interests';
926$string['invalidemail'] = 'Invalid email address';
927$string['invalidlogin'] = 'Invalid login, please try again';
30c8dd34
DM
928$string['invalidusername'] = 'The username can only contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)';
929$string['invalidusernameupload'] = 'Invalid username';
3a915b06
PS
930$string['ip_address'] = 'IP Address';
931$string['jump'] = 'Jump';
932$string['jumpto'] = 'Jump to...';
933$string['keep'] = 'Keep';
934$string['keepsearching'] = 'Keep searching';
935$string['langltr'] = 'Language direction left-to-right';
936$string['langrtl'] = 'Language direction right-to-left';
937$string['language'] = 'Language';
938$string['languagegood'] = 'This language pack is up-to-date! :-)';
939$string['lastaccess'] = 'Last access';
940$string['lastedited'] = 'Last edited';
941$string['lastlogin'] = 'Last Login';
942$string['lastmodified'] = 'Last modified';
943$string['lastname'] = 'Surname';
944$string['lastyear'] = 'Last year';
945$string['latestlanguagepack'] = 'Check for latest language pack on moodle.org';
3a915b06
PS
946$string['layouttable'] = 'Layout table';
947$string['leavetokeep'] = 'Leave blank to keep current password';
948$string['license'] = 'License';
3a915b06
PS
949$string['liketologin'] = 'Would you like to log in now with a full user account?';
950$string['list'] = 'List';
30c8dd34 951$string['listfiles'] = 'List of files in {$a}';
3a915b06
PS
952$string['listofallpeople'] = 'List of all people';
953$string['livelogs'] = 'Live logs from the past hour';
954$string['local'] = 'Local';
3a915b06
PS
955$string['localplugindeleteconfirm'] = 'You are about to completely delete the local plugin \'{$a}\'. This will completely delete everything in the database associated with this plugin. Are you SURE you want to continue?';
956$string['localplugins'] = 'Local plugins';
957$string['localpluginsmanage'] = 'Manage local plugins';
958$string['location'] = 'Location';
959$string['log_excel_date_format'] = 'yyyy mmmm d h:mm';
30c8dd34 960$string['loggedinas'] = 'You are logged in as {$a}';
3a915b06
PS
961$string['loggedinasguest'] = 'You are currently using guest access';
962$string['loggedinnot'] = 'You are not logged in.';
963$string['login'] = 'Login';
3a915b06
PS
964$string['loginalready'] = 'You are already logged in';
965$string['loginas'] = 'Login as';
30c8dd34
DM
966$string['loginaspasswordexplain'] = '<p>You must enter the special "loginas password" to use this feature.<br />If you do not know it, ask your server administrator.</p>';
967$string['login_failure_logs'] = 'Login failure logs';
3a915b06
PS
968$string['loginguest'] = 'Login as a guest';
969$string['loginsite'] = 'Login to the site';
970$string['loginsteps'] = 'Hi! For full access to courses you\'ll need to take
971 a minute to create a new account for yourself on this web site.
972 Each of the individual courses may also have a one-time
30c8dd34 973 "enrolment key", which you won\'t need until later. Here are
3a915b06
PS
974 the steps:
975 <ol>
30c8dd34 976 <li>Fill out the <a href="{$a}">New Account</a> form with your details.</li>
3a915b06
PS
977 <li>An email will be immediately sent to your email address.</li>
978 <li>Read your email, and click on the web link it contains.</li>
979 <li>Your account will be confirmed and you will be logged in.</li>
980 <li>Now, select the course you want to participate in.</li>
30c8dd34
DM
981 <li>If you are prompted for an "enrolment key" - use the one
982 that your teacher has given you. This will "enrol" you in the
3a915b06
PS
983 course.</li>
984 <li>You can now access the full course. From now on you will only need
985 to enter your personal username and password (in the form on this page)
986 to log in and access any course you have enrolled in.</li>
987 </ol>';
988$string['loginstepsnone'] = '<p>Hi!</p>
989<p>For full access to courses you\'ll need to create yourself an account.</p>
990<p>All you need to do is make up a username and password and use it in the form on this page!</p>
991<p>If someone else has already chosen your username then you\'ll have to try again using a different username.</p>';
30c8dd34 992$string['loginto'] = 'Login to {$a}';
3a915b06
PS
993$string['loginusing'] = 'Login here using your username and password';
994$string['logout'] = 'Logout';
995$string['logoutconfirm'] = 'Do you really want to logout?';
996$string['logs'] = 'Logs';
30c8dd34
DM
997$string['logtoomanycourses'] = '[ <a href="{$a->url}">more</a> ]';
998$string['logtoomanyusers'] = '[ <a href="{$a->url}">more</a> ]';
3a915b06
PS
999$string['lookback'] = 'Look back';
1000$string['mailadmins'] = 'Inform admins';
1001$string['mailstudents'] = 'Inform students';
1002$string['mailteachers'] = 'Inform teachers';
3a915b06 1003$string['makeafolder'] = 'Make a folder';
30c8dd34 1004$string['makeeditable'] = 'If you make \'{$a}\' editable by the web server process (eg apache) then you could edit this file directly from this page';
3a915b06
PS
1005$string['manageblocks'] = 'Blocks';
1006$string['managecourses'] = 'Manage courses';
1007$string['managedatabase'] = 'Database';
1008$string['manageeditorfiles'] = 'Manage files used by editor';
1009$string['managefilters'] = 'Filters';
1010$string['managemeta'] = 'Is this a meta course?';
1011$string['managemetadisabled'] = 'This is disabled because this course is already in a meta course';
1012$string['managemetaexplan'] = '(This means that enrolments are inherited from other courses)';
1013$string['managemodules'] = 'Modules';
1014$string['manageroles'] = 'Roles and permissions';
1015$string['markedthistopic'] = 'This topic is highlighted as the current topic';
1016$string['markthistopic'] = 'Highlight this topic as the current topic';
30c8dd34 1017$string['matchingsearchandrole'] = 'Matching \'{$a->search}\' and {$a->role}';
3a915b06 1018$string['maximumgrade'] = 'Maximum grade';
30c8dd34
DM
1019$string['maximumgradex'] = 'Maximum grade: {$a}';
1020$string['maximumchars'] = 'Maximum of {$a} characters';
3a915b06
PS
1021$string['maximumshort'] = 'Max';
1022$string['maximumupload'] = 'Maximum upload size';
30c8dd34 1023$string['maxsize'] = 'Max size: {$a}';
3a915b06
PS
1024$string['memberincourse'] = 'People in the course';
1025$string['messagebody'] = 'Message body';
3a915b06
PS
1026$string['messagedselectedusers'] = 'Selected users have been messaged and the recipient list has been reset.';
1027$string['messagedselectedusersfailed'] = 'Something went wrong while messaging selected users. Some may have received the email.';
30c8dd34
DM
1028$string['messageprovider:errors'] = 'Important errors with the site';
1029$string['messageprovider:notices'] = 'Notices about minor problems';
3a915b06
PS
1030$string['messageselect'] = 'Select this user as an email recipient';
1031$string['messageselectadd'] = 'Add / send message';
1032$string['metaaddcourse'] = 'Add this course';
1033$string['metaalreadycourses'] = 'Courses already assigned';
1034$string['metaalreadyhascourses'] = 'This meta course already has child courses.';
1035$string['metaalreadyhasenrolments'] = 'This course already has normal enrolments.';
1036$string['metaalreadyinmeta'] = 'This course is already part of a meta course.';
1037$string['metaassigncourses'] = 'Assign courses';
1038$string['metacourse'] = 'Metacourse';
1039$string['metanoalreadycourses'] = 'No courses already assigned';
1040$string['metanopotentialcourses'] = 'No courses available';
1041$string['metapotentialcourses'] = 'Courses available';
1042$string['metaremovecourse'] = 'Remove this course';
1043$string['migratinggrades'] = 'Migrating grades';
1044$string['min'] = 'min';
1045$string['mins'] = 'mins';
1046$string['minutes'] = 'minutes';
1047$string['miscellaneous'] = 'Miscellaneous';
1048$string['missingcategory'] = 'You need to choose a category';
1049$string['missingcity'] = 'Missing city/town';
1050$string['missingcountry'] = 'Missing country';
1051$string['missingdescription'] = 'Missing description';
1052$string['missingemail'] = 'Missing email address';
1053$string['missingfirstname'] = 'Missing given name';
1054$string['missingfromdisk'] = 'Missing from disk';
1055$string['missingfullname'] = 'Missing full name';
1056$string['missinglastname'] = 'Missing surname';
1057$string['missingname'] = 'Missing name';
1058$string['missingnewpassword'] = 'Missing new password';
1059$string['missingpassword'] = 'Missing password';
1060$string['missingrecaptchachallengefield'] = 'Missing reCAPTCHA challenge field';
1061$string['missingreqreason'] = 'Missing reason';
1062$string['missingshortname'] = 'Missing short name';
1063$string['missingshortsitename'] = 'Missing short site name';
1064$string['missingsitedescription'] = 'Missing site description';
1065$string['missingsitename'] = 'Missing site name';
1066$string['missingstrings'] = 'Check for untranslated words or phrases';
1067$string['missingstudent'] = 'Must choose something';
1068$string['missingsummary'] = 'Missing summary';
1069$string['missingteacher'] = 'Must choose something';
1070$string['missingurl'] = 'Missing URL';
1071$string['missingusername'] = 'Missing username';
1072$string['modified'] = 'Modified';
30c8dd34
DM
1073$string['moduledeleteconfirm'] = 'You are about to completely delete the module \'{$a}\'. This will completely delete everything in the database associated with this activity module. Are you SURE you want to continue?';
1074$string['moduledeletefiles'] = 'All data associated with the module \'{$a->module}\' has been deleted from the database. To complete the deletion (and prevent the module re-installing itself), you should now delete this directory from your server: {$a->directory}';
3a915b06
PS
1075$string['moduleintro'] = 'Description';
1076$string['modulesetup'] = 'Setting up module tables';
30c8dd34 1077$string['modulesuccess'] = '{$a} tables have been set up correctly';
3a915b06
PS
1078$string['moodledocs'] = 'Moodle Docs';
1079$string['moodledocslink'] = 'Moodle Docs for this page';
1080$string['moodleversion'] = 'Moodle Version';
1081$string['more'] = 'more';
1082$string['moreinformation'] = 'More information about this error';
1083$string['moreprofileinfoneeded'] = 'Please tell us more about yourself';
1084$string['mostrecently'] = 'most recently';
1085$string['move'] = 'Move';
3a915b06 1086$string['movecategorycontentto'] = 'Move into';
30c8dd34 1087$string['movecategoryto'] = 'Move category to:';
3a915b06
PS
1088$string['movecontentstoanothercategory'] = 'Move contents to another category';
1089$string['movecourseto'] = 'Move course to:';
1090$string['movedown'] = 'Move down';
1091$string['movefilestohere'] = 'Move files to here';
30c8dd34 1092$string['movefull'] = 'Move {$a} to this location';
3a915b06
PS
1093$string['movehere'] = 'Move to here';
1094$string['moveleft'] = 'Move left';
1095$string['moveright'] = 'Move right';
30c8dd34 1096$string['movesection'] = 'Move section {$a}';
3a915b06
PS
1097$string['moveselectedcoursesto'] = 'Move selected courses to...';
1098$string['movetoanotherfolder'] = 'Move to another folder';
1099$string['moveup'] = 'Move up';
1100$string['msnid'] = 'MSN ID';
3a915b06 1101$string['mustconfirm'] = 'You need to confirm your login';
30c8dd34 1102$string['mustchangepassword'] = 'The new password must be different than the current one';
3a915b06 1103$string['mycourses'] = 'My courses';
3a915b06 1104$string['mymoodledashboard'] = 'My Moodle dashboard';
30c8dd34 1105$string['myprofile'] = 'My profile';
3a915b06
PS
1106$string['name'] = 'Name';
1107$string['namelams'] = 'LAMS';
1108$string['namescorm'] = 'SCORM';
1109$string['namesocial'] = 'section';
1110$string['nametopics'] = 'topic';
1111$string['nameweeks'] = 'week';
1112$string['nameweekscss'] = 'week';
1113$string['navigation'] = 'Navigation';
1114$string['needed'] = 'Needed';
1115$string['never'] = 'Never';
1116$string['neverdeletelogs'] = 'Never delete logs';
1117$string['new'] = 'New';
1118$string['newaccount'] = 'New account';
1119$string['newcourse'] = 'New course';
1120$string['newpassword'] = 'New password';
1121$string['newpasswordfromlost'] = '<strong>NOTICE:</strong> Your <strong>Current Password</strong> will have been sent to you in the <strong>second</strong> of the two emails sent as part of the lost password recovery process. Make sure you have received your replacement password before continuing with this screen.';
30c8dd34 1122$string['newpasswordtext'] = 'Hi {$a->firstname},
3a915b06 1123
30c8dd34 1124Your account password at \'{$a->sitename}\' has been reset
3a915b06
PS
1125and you have been issued with a new temporary password.
1126
1127Your current login information is now:
30c8dd34
DM
1128 username: {$a->username}
1129 password: {$a->newpassword}
3a915b06
PS
1130
1131Please go to this page to change your password:
30c8dd34 1132 {$a->link}
3a915b06
PS
1133
1134In most mail programs, this should appear as a blue link
1135which you can just click on. If that doesn\'t work,
1136then cut and paste the address into the address
1137line at the top of your web browser window.
1138
30c8dd34
DM
1139Cheers from the \'{$a->sitename}\' administrator,
1140{$a->signoff}';
3a915b06
PS
1141$string['newpicture'] = 'New picture';
1142$string['newsitem'] = 'news item';
1143$string['newsitems'] = 'news items';
1144$string['newsitemsnumber'] = 'News items to show';
1145$string['newuser'] = 'New user';
1146$string['newusernewpasswordsubj'] = 'New user account';
30c8dd34 1147$string['newusernewpasswordtext'] = 'Hi {$a->firstname},
3a915b06 1148
30c8dd34 1149A new account has been created for you at \'{$a->sitename}\'
3a915b06
PS
1150and you have been issued with a new temporary password.
1151
1152Your current login information is now:
30c8dd34
DM
1153 username: {$a->username}
1154 password: {$a->newpassword}
3a915b06
PS
1155 (you will have to change your password
1156 when you login for the first time)
1157
30c8dd34
DM
1158To start using \'{$a->sitename}\', login at
1159 {$a->link}
3a915b06
PS
1160
1161In most mail programs, this should appear as a blue link
1162which you can just click on. If that doesn\'t work,
1163then cut and paste the address into the address
1164line at the top of your web browser window.
1165
30c8dd34
DM
1166Cheers from the \'{$a->sitename}\' administrator,
1167{$a->signoff}';
3a915b06
PS
1168$string['newusers'] = 'New users';
1169$string['newwindow'] = 'new window';
1170$string['next'] = 'Next';
1171$string['nextsection'] = 'Next section';
1172$string['no'] = 'No';
1173$string['noblockstoaddhere'] = 'There are no blocks that you can add to this page.';
1174$string['nobody'] = 'Nobody';
30c8dd34
DM
1175$string['nocourses'] = 'No courses';
1176$string['nocoursesfound'] = 'No courses were found with the words \'{$a}\'';
3a915b06
PS
1177$string['nocoursesyet'] = 'No courses in this category';
1178$string['nodstpresets'] = 'The administrator has not enabled Daylight Savings Time support.';
1179$string['noexistingadmins'] = 'No existing admins, this is a serious error and you should never have seen this message.';
1180$string['noexistingcreators'] = 'No existing creators';
1181$string['noexistingstudents'] = 'No existing students';
1182$string['noexistingteachers'] = 'No existing teachers';
1183$string['nofilesselected'] = 'No files have been selected to restore';
1184$string['nofilesyet'] = 'No files have been uploaded to your course yet';
1185$string['nograde'] = 'No grade';
30c8dd34 1186$string['nochange'] = 'No change';
3a915b06
PS
1187$string['noimagesyet'] = 'No images have been uploaded to your course yet';
1188$string['nologsfound'] = 'No logs have been found';
30c8dd34 1189$string['nomatchingusers'] = 'No users match \'{$a}\'';
3a915b06
PS
1190$string['nomorecourses'] = 'No more matching courses could be found';
1191$string['nomoreidnumber'] = 'Not using an idnumber to avoid collisions';
1192$string['none'] = 'None';
1193$string['noneditingteacher'] = 'Non-editing teacher';
1194$string['noneditingteacherdescription'] = 'Non-editing teachers can teach in courses and grade students, but may not alter activities.';
1195$string['nonstandard'] = 'Non-standard';
1196$string['nopendingcourses'] = 'There are no courses pending approval';
1197$string['nopotentialadmins'] = 'No potential admins';
1198$string['nopotentialcreators'] = 'No potential course creators';
1199$string['nopotentialstudents'] = 'No potential students';
1200$string['nopotentialteachers'] = 'No potential teachers';
1201$string['norecentactivity'] = 'No recent activity';
30c8dd34 1202$string['noreplybouncemessage'] = 'You have replied to a no-reply email address. If you were attempting to reply to a forum post, please instead reply using the {$a} forums.
3a915b06
PS
1203
1204Following is the content of your email:';
30c8dd34 1205$string['noreplybouncesubject'] = '{$a} - bounced email.';
3a915b06
PS
1206$string['noreplyname'] = 'Do not reply to this email';
1207$string['noresults'] = 'No results';
1208$string['normal'] = 'Normal';
1209$string['normalfilter'] = 'Normal search';
1210$string['nosite'] = 'Could not find site-level course';
30c8dd34 1211$string['nostudentsfound'] = 'No {$a} found';
3a915b06
PS
1212$string['nostudentsingroup'] = 'There are no students in this group yet';
1213$string['nostudentsyet'] = 'No students enrolled in this course yet';
1214$string['nosuchemail'] = 'No such email address';
1215$string['notavailable'] = 'Not available';
1216$string['noteachersyet'] = 'No teachers in this course yet';
1217$string['notenrollable'] = 'This course is not enrollable at the moment.';
30c8dd34 1218$string['notenrolled'] = '{$a} is not enrolled in this course.';
3a915b06
PS
1219$string['notenrolledprofile'] = 'This profile is not available because this user is not enrolled in this course.';
1220$string['noteusercannotrolldatesoncontext'] = '<strong>Note:</strong> The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.';
1221$string['noteuserschangednonetocourse'] = '<strong>Note:</strong> Course users need to be restored when restoring user data (in activities, files or messages). This setting has been changed for you.';
1222$string['nothingnew'] = 'Nothing new since your last login';
1223$string['nothingtodisplay'] = 'Nothing to display';
1224$string['notice'] = 'Notice';
30c8dd34 1225$string['noticenewerbackup'] = 'This backup file has been created with Moodle {$a->backuprelease} ({$a->backupversion}) and it\'s newer than your currently installed Moodle {$a->serverrelease} ({$a->serverversion}). This could cause some inconsistencies because backwards compatibility of backup files cannot be guaranteed.';
3a915b06 1226$string['notifications'] = 'Notifications';
3a915b06 1227$string['notify'] = 'Notify';
30c8dd34
DM
1228$string['notifyloginfailuresmessage'] = '{$a->time}, IP: {$a->ip}, User: {$a->info}';
1229$string['notifyloginfailuresmessageend'] = 'You can view these logs at {$a}/course/report/log/index.php?id=1&amp;chooselog=1&amp;modid=site_errors.';
1230$string['notifyloginfailuresmessagestart'] = 'Here is a list of failed login attempts at {$a} since you were last notified';
1231$string['notifyloginfailuressubject'] = '{$a} :: Failed logins notification';
3a915b06
PS
1232$string['notincluded'] = 'Not included';
1233$string['notingroup'] = 'Sorry, but you need to be part of a group to see this activity.';
1234$string['notpublic'] = 'Not public!';
3a915b06 1235$string['nousersfound'] = 'No users found';
30c8dd34 1236$string['nousersmatching'] = 'No users matching \'{$a}\' were found';
3a915b06 1237$string['nousersyet'] = 'There are no users yet';
3a915b06 1238$string['novalidcourses'] = 'No valid courses to be shown';
30c8dd34
DM
1239$string['now'] = 'now';
1240$string['numattempts'] = '{$a} failed login attempt(s)';
3a915b06 1241$string['numberweeks'] = 'Number of weeks/topics';
30c8dd34
DM
1242$string['numdays'] = '{$a} days';
1243$string['numhours'] = '{$a} hours';
1244$string['numletters'] = '{$a} letters';
1245$string['numminutes'] = '{$a} minutes';
1246$string['nummonths'] = '{$a} months';
1247$string['numseconds'] = '{$a} seconds';
1248$string['numviews'] = '{$a} views';
1249$string['numweeks'] = '{$a} weeks';
1250$string['numwords'] = '{$a} words';
1251$string['numyears'] = '{$a} years';
3a915b06
PS
1252$string['ok'] = 'OK';
1253$string['oldpassword'] = 'Current Password';
1254$string['olduserdirectory'] = 'This is the OLD users directory, and is no longer needed. You may safely delete it. The files it contains have been copied to the NEW user directory.';
1255$string['opentoguests'] = 'Guest access';
1256$string['optional'] = 'optional';
1257$string['order'] = 'Order';
1258$string['other'] = 'Other';
1259$string['outline'] = 'Outline';
1260$string['outlinereport'] = 'Outline report';
1261$string['page'] = 'Page';
30c8dd34 1262$string['pageheaderconfigablock'] = 'Configuring a block in %fullname%';
3a915b06
PS
1263$string['pageshouldredirect'] = 'This page should automatically redirect. If nothing is happening please use the continue link below.';
1264$string['parentcategory'] = 'Parent category';
1265$string['parentcoursenotfound'] = 'Parent course not found!';
1266$string['parentcoursenotmetacourse'] = 'Parent course not metacourse!';
1267$string['parentfolder'] = 'Parent folder';
1268$string['participants'] = 'Participants';
1269$string['participantslist'] = 'Participants list';
1270$string['participationratio'] = 'Participation ratio';
1271$string['participationreport'] = 'Participation report';
1272$string['password'] = 'Password';
3a915b06
PS
1273$string['passwordconfirmchange'] = 'Confirm password change';
1274$string['passwordextlink'] = 'The following link has been provided to recover your lost password. This will take you out of Moodle.';
1275$string['passwordforgotten'] = 'Forgotten password';
1276$string['passwordforgotteninstructions'] = 'Your details must first be found in the user database. Please enter <strong>either</strong> your username or your registered email address in the appropriate box. There is no need to enter both.';
1277$string['passwordforgotteninstructions2'] = 'To reset your password, submit your username or your email address below. If we can find you in the database, an email will be sent to your email address, with instructions how to get access again.';
30c8dd34 1278$string['passwordchanged'] = 'Password has been changed';
3a915b06
PS
1279$string['passwordnohelp'] = 'No help is available to find your lost password. Please contact your Moodle administrator.';
1280$string['passwordrecovery'] = 'Yes, help me log in';
1281$string['passwordsdiffer'] = 'These passwords do not match';
1282$string['passwordsent'] = 'Password has been sent';
30c8dd34 1283$string['passwordsenttext'] = '<p>An email has been sent to your address at {$a->email}.</p>
3a915b06
PS
1284 <p><b>Please check your email for your new password</b></p>
1285 <p>The new password was automatically generated, so you might like to
30c8dd34 1286 <a href="{$a->link}">change it to something easier to remember</a>.</p>';
3a915b06
PS
1287$string['path'] = 'Path';
1288$string['pathnotexists'] = 'Path doesn\'t exist in your server!';
1289$string['pathslasherror'] = 'Path can\'t end with a slash!!';
1290$string['paymentinstant'] = 'Use the button below to pay and be enrolled within minutes!';
30c8dd34 1291$string['paymentpending'] = '(<small><b><u>{$a}</u></b> pending</small>)';
3a915b06
PS
1292$string['paymentrequired'] = 'This course requires a payment for entry.';
1293$string['payments'] = 'Payments';
30c8dd34
DM
1294$string['paymentsorry'] = 'Thank you for your payment! Unfortunately your payment has not yet been fully processed, and you are not yet registered to enter the course "{$a->fullname}". Please try continuing to the course in a few seconds, but if you continue to have trouble then please alert the {$a->teacher} or the site administrator';
1295$string['paymentthanks'] = 'Thank you for your payment! You are now enrolled in your course:<br />"{$a}"';
3a915b06 1296$string['pendingrequests'] = 'Pending requests';
30c8dd34 1297$string['periodending'] = 'Period ending ({$a})';
3a915b06
PS
1298$string['personal'] = 'Personal';
1299$string['personalprofile'] = 'Personal profile';
3a915b06
PS
1300$string['phone'] = 'Phone';
1301$string['phone2'] = 'Mobile Phone';
1302$string['phpinfo'] = 'PHP info';
30c8dd34 1303$string['pictureof'] = 'Picture of {$a}';
3a915b06
PS
1304$string['pleaseclose'] = 'Please close this window now.';
1305$string['pleasesearchmore'] = 'Please search some more';
1306$string['pleaseusesearch'] = 'Please use the search';
1307$string['plugin'] = 'Plugin';
30c8dd34 1308$string['plugindeletefiles'] = 'All data associated with the plugin \'{$a->name}\' has been deleted from the database. To prevent the plugin re-installing itself, you should now delete this directory from your server: {$a->directory}';
3a915b06
PS
1309$string['plugincheck'] = 'Plugins check';
1310$string['pluginchecknotice'] = 'The following tables show the modules, blocks and filters that have been detected in your current Moodle installation;
1311They indicate which plugins are standard, and which are not. All non-standard plugins should be checked and upgraded to their most recent versions
1312before continuing with this Moodle upgrade.';
3a915b06
PS
1313$string['pluginsetup'] = 'Setting up plugin tables';
1314$string['policyaccept'] = 'I understand and agree';
1315$string['policyagree'] = 'You must agree to this policy to continue using this site. Do you agree?';
1316$string['policyagreement'] = 'Site Policy Agreement';
1317$string['policyagreementclick'] = 'Link to Site Policy Agreement';
1318$string['popup'] = 'popup';
3a915b06 1319$string['popupwindow'] = 'Open file in new window';
30c8dd34 1320$string['popupwindowname'] = 'Popup window';
3a915b06
PS
1321$string['post'] = 'Post';
1322$string['posts'] = 'Posts';
1323$string['potentialadmins'] = 'Potential admins';
1324$string['potentialcreators'] = 'Potential course creators';
1325$string['potentialstudents'] = 'Potential students';
1326$string['potentialteachers'] = 'Potential teachers';
1327$string['preferences'] = 'Preferences';
1328$string['preferredlanguage'] = 'Preferred language';
1329$string['preferredtheme'] = 'Preferred theme';
1330$string['preprocessingbackupfile'] = 'Preprocessing backup file';
1331$string['preview'] = 'Preview';
1332$string['previewhtml'] = 'HTML Format Preview';
1333$string['previeworchoose'] = 'Preview or choose a theme';
1334$string['previous'] = 'Previous';
30c8dd34 1335$string['previouslyselectedusers'] = 'Previously selected users not matching \'{$a}\'';
3a915b06
PS
1336$string['previoussection'] = 'Previous section';
1337$string['primaryadminsetup'] = 'Setup administrator account';
1338$string['profile'] = 'Profile';
1339$string['profilenotshown'] = 'This profile description will not be shown until this person is enrolled in at least one course.';
1340$string['publicdirectory'] = 'Public directory';
30c8dd34 1341$string['publicdirectorytitle'] = 'See the current list of sites';
3a915b06
PS
1342$string['publicdirectory0'] = 'Please do not publish this site';
1343$string['publicdirectory1'] = 'Publish the site name only';
1344$string['publicdirectory2'] = 'Publish the site name with a link';
3a915b06
PS
1345$string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone';
1346$string['publicsitefileswarning2'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. For security reasons, it is recommended that any backup files are deleted immediately after restoring them.';
3a915b06
PS
1347$string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. <br />For security reasons, backup files should be saved in the secure backupdata folder only.';
1348$string['question'] = 'Question';
1349$string['questionsinthequestionbank'] = 'Questions in the question bank';
1350$string['readinginfofrombackup'] = 'Reading info from backup';
1351$string['readme'] = 'README';
1352$string['recentactivity'] = 'Recent Activity';
1353$string['recentactivityreport'] = 'Full report of recent activity...';
1354$string['recipientslist'] = 'Recipients list';
30c8dd34 1355$string['recreatedcategory'] = 'Recreated category {$a}';
3a915b06 1356$string['redirect'] = 'Redirect';
3a915b06 1357$string['refresh'] = 'Refresh';
30c8dd34 1358$string['refreshingevents'] = 'Refreshing events';
3a915b06
PS
1359$string['registration'] = 'Moodle Registration';
1360$string['registrationcontact'] = 'Contact from the public';
1361$string['registrationcontactno'] = 'No, I do not want a contact form in the site listing';
1362$string['registrationcontactyes'] = 'Yes, provide a form for prospective Moodlers to contact me';
1363$string['registrationemail'] = 'Email notifications';
1364$string['registrationinfo'] = '<p>This page allows you to register your Moodle site with moodle.org. Registration is free.
1365The main benefit of registering is that you will be added to a low-volume mailing list
1366for important notifications such as security alerts and new releases of Moodle.</p>
1367<p>By default, your information will be kept private, and will never be sold or passed on to anyone else. The only
1368 reason for collecting this information is for support purposes, and to help build up a statistical
1369 picture of the Moodle community as a whole.</p>
1370<p>If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.</p>
1371<p>All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.</p>';
1372$string['registrationinfotitle'] = 'Registration Information';
1373$string['registrationno'] = 'No, I do not want to receive email';
1374$string['registrationsend'] = 'Send registration information to moodle.org';
1375$string['registrationyes'] = 'Yes, please notify me about important issues';
1376$string['reject'] = 'Reject';
1377$string['rejectdots'] = 'Reject...';
1378$string['reload'] = 'Reload';
30c8dd34 1379$string['remoteappuser'] = 'Remote {$a} User';
3a915b06
PS
1380$string['remove'] = 'Remove';
1381$string['removeadmin'] = 'Remove admin';
1382$string['removecreator'] = 'Remove course creator';
1383$string['removestudent'] = 'Remove student';
1384$string['removeteacher'] = 'Remove teacher';
1385$string['rename'] = 'Rename';
30c8dd34 1386$string['renamefileto'] = 'Rename <b>{$a}</b> to';
3a915b06
PS
1387$string['report'] = 'Report';
1388$string['reports'] = 'Reports';
1389$string['repositories'] = 'Repositories';
1390$string['requestcourse'] = 'Request a course';
1391$string['requestedby'] = 'Requested by';
30c8dd34 1392$string['requestedcourses'] = 'Requested courses';
3a915b06
PS
1393$string['requestreason'] = 'Reason for course request';
1394$string['required'] = 'Required';
1395$string['requireskey'] = 'This course requires an enrolment key';
1396$string['requirespayment'] = 'This course requires payment for access';
1397$string['reset'] = 'Reset';
1398$string['resetcomponent'] = 'Component';
3a915b06
PS
1399$string['resetcourse'] = 'Reset course';
1400$string['resetinfo'] = 'This page allows you to empty a course of user data, while retaining the activities and other settings. Please be warned that by choosing items below and submitting this page you will delete your chosen user data from this course forever!';
30c8dd34 1401$string['resetnotimplemented'] = 'Reset not implemented';
3a915b06 1402$string['resetstartdate'] = 'Reset start date';
30c8dd34
DM
1403$string['resetstatus'] = 'Status';
1404$string['resettask'] = 'Task';
3a915b06
PS
1405$string['resettodefaults'] = 'Reset to defaults';
1406$string['resortcoursesbyname'] = 'Re-sort courses by name';
1407$string['resource'] = 'Resource';
1408$string['resources'] = 'Resources';
1409$string['restore'] = 'Restore';
1410$string['restorecancelled'] = 'Restore cancelled';
1411$string['restorecannotassignroles'] = 'Restore needs to assign roles and you do not have permission to do so';
1412$string['restorecannotcreateorassignroles'] = 'Restore needs to create or assign roles and you do not have permission to do so';
30c8dd34 1413$string['restorecannotcreateuser'] = 'Restore needs to create user \'{$a}\' from backup file and you do not have permission to do so';
3a915b06
PS
1414$string['restorecannotoverrideperms'] = 'Restore needs to override permissions and you do not have permission to do so';
1415$string['restorecoursenow'] = 'Restore this course now!';
1416$string['restoredaccount'] = 'Restored account';
30c8dd34 1417$string['restoredaccountinfo'] = 'This account was imported from another server and the password has been lost. To set a new password by email, please click "Continue"';
3a915b06
PS
1418$string['restorefinished'] = 'Restore completed successfully';
1419$string['restoreto'] = 'Restore to';
1420$string['restoretositeadding'] = 'Warning: You are about to restore to the site front page, adding data to it!';
1421$string['restoretositedeleting'] = 'Warning: You are about to restore to the site front page, deleting data from it first!';
30c8dd34 1422$string['restoreuserconflict'] = 'Trying to restore user \'{$a}\' from backup file will cause conflict';
3a915b06
PS
1423$string['restoreuserinfofailed'] = 'The restore process has stopped because you don\'t have permission to restore user data.';
1424$string['restoreusersprecheck'] = 'Checking user data';
1425$string['restoreusersprecheckerror'] = 'Some problems were detected when checking user data';
1426$string['restricted'] = 'Restricted';
1427$string['restrictmodules'] = 'Restrict activity modules?';
3a915b06 1428$string['returningtosite'] = 'Returning to this web site?';
30c8dd34 1429$string['returntooriginaluser'] = 'Return to {$a}';
3a915b06
PS
1430$string['revert'] = 'Revert';
1431$string['role'] = 'Role';
1432$string['rolemappings'] = 'Role mappings';
1433$string['rolerenaming'] = 'Role renaming';
1434$string['roles'] = 'Roles';
1435$string['rss'] = 'RSS';
1436$string['rssarticles'] = 'Number of RSS recent articles';
1437$string['rsserror'] = 'Error reading RSS data';
1438$string['rsstype'] = 'RSS feed for this activity';
1439$string['saveandnext'] = 'Save and show next';
30c8dd34 1440$string['savedat'] = 'Saved at:';
3a915b06
PS
1441$string['savechanges'] = 'Save changes';
1442$string['savechangesanddisplay'] = 'Save and display';
1443$string['savechangesandreturntocourse'] = 'Save and return to course';
3a915b06
PS
1444$string['savepreferences'] = 'Save preferences';
1445$string['saveto'] = 'Save to';
1446$string['scale'] = 'Scale';
1447$string['scales'] = 'Scales';
1448$string['scalescustom'] = 'Custom scales';
1449$string['scalescustomcreate'] = 'Add a new scale';
1450$string['scalescustomno'] = 'No custom scales have been created yet';
1451$string['scalesstandard'] = 'Standard scales';
1452$string['scalestandard'] = 'Standard scale';
1453$string['scalestip'] = 'To create custom scales, use the \'Scales...\' link in your course administration menu.';
1454$string['scalestip2'] = 'To create custom scales, click the Grades link in the course administration menu, then choose Edit, Scales.';
3a915b06 1455$string['screenreaderno'] = 'No';
30c8dd34 1456$string['screenreaderuse'] = 'Screen reader';
3a915b06
PS
1457$string['screenreaderyes'] = 'Yes';
1458$string['screenshot'] = 'Screenshot';
1459$string['search'] = 'Search';
1460$string['searchagain'] = 'Search again';
3a915b06 1461$string['searchbyemail'] = 'Search by email address';
30c8dd34 1462$string['searchbyusername'] = 'Search by username';
3a915b06
PS
1463$string['searchcourses'] = 'Search courses';
1464$string['searchhelp'] = 'You can search for multiple words at once.<br /><br />word : find any match of this word within the text.<br />+word : only exact matching words will be found.<br />-word : don\'t include results containing this word.';
1465$string['searchoptions'] = 'Search options';
1466$string['searchresults'] = 'Search results';
1467$string['sec'] = 'sec';
30c8dd34 1468$string['seconds'] = 'seconds';
3a915b06
PS
1469$string['secondstotime172800'] = '2 days';
1470$string['secondstotime259200'] = '3 days';
1471$string['secondstotime345600'] = '4 days';
1472$string['secondstotime432000'] = '5 days';
1473$string['secondstotime518400'] = '6 days';
1474$string['secondstotime604800'] = '1 Week';
1475$string['secondstotime86400'] = '1 day';
1476$string['secretalreadyused'] = 'Change password confirmation link was already used, password was not changed.';
1477$string['secs'] = 'secs';
3a915b06
PS
1478$string['section'] = 'Section';
1479$string['sections'] = 'Sections';
1480$string['seealsostats'] = 'See also: stats';
1481$string['select'] = 'Select';
1482$string['selectacountry'] = 'Select a country';
1483$string['selectall'] = 'Select all';
3a915b06 1484$string['selectamodule'] = 'Please select an activity module';
30c8dd34 1485$string['selectdefault'] = 'Select default';
3a915b06 1486$string['selectedfile'] = 'Selected file';
30c8dd34 1487$string['selectednowmove'] = '{$a} files selected for moving. Now go into the destination folder and press \'Move files to here\'';
3a915b06
PS
1488$string['selectfiles'] = 'Select files';
1489$string['selectnos'] = 'Select all \'no\'';
1490$string['selectperiod'] = 'Select period';
1491$string['senddetails'] = 'Send my details via email';
1492$string['separate'] = 'Separate';
1493$string['separateandconnected'] = 'Separate and Connected ways of knowing';
1494$string['serverlocaltime'] = 'Server\'s local time';
1495$string['setcategorytheme'] = 'Set Category Theme';
1496$string['settings'] = 'Settings';
1497$string['shortname'] = 'Short name';
30c8dd34 1498$string['shortnamecollisionwarning'] = '[*] = This shortname is already in use by a course and will need to be changed upon approval';
3a915b06 1499$string['shortnamecourse'] = 'Course short name';
30c8dd34 1500$string['shortnametaken'] = 'Short name is already used for another course ({$a})';
3a915b06 1501$string['shortnameuser'] = 'User short name';
3a915b06
PS
1502$string['shortsitename'] = 'Short name for site (eg single word)';
1503$string['show'] = 'Show';
1504$string['showactions'] = 'Show actions';
1505$string['showadvancedsettings'] = 'Show advanced settings';
30c8dd34 1506$string['showall'] = 'Show all {$a}';
3a915b06
PS
1507$string['showallcourses'] = 'Show all courses';
1508$string['showalltopics'] = 'Show all topics';
1509$string['showallusers'] = 'Show all users';
1510$string['showallweeks'] = 'Show all weeks';
1511$string['showblockcourse'] = 'Show list of courses containing block';
1512$string['showcomments'] = 'Show/hide comments';
1513$string['showgrades'] = 'Show gradebook to students';
1514$string['showlistofcourses'] = 'Show list of courses';
1515$string['showmodulecourse'] = 'Show list of courses containing activity';
1516$string['showonly'] = 'Show only';
30c8dd34
DM
1517$string['showonlytopic'] = 'Show only topic {$a}';
1518$string['showonlyweek'] = 'Show only week {$a}';
1519$string['showperpage'] = 'Show {$a} per page';
3a915b06
PS
1520$string['showrecent'] = 'Show recent activity';
1521$string['showreports'] = 'Show activity reports';
1522$string['showsettings'] = 'Show settings';
1523$string['showtheselogs'] = 'Show these logs';
30c8dd34 1524$string['showthishelpinlanguage'] = 'Show this help in language: {$a}';
3a915b06
PS
1525$string['showtopicfromothers'] = 'Show topic from others';
1526$string['showweekfromothers'] = 'Show week from others';
30c8dd34
DM
1527$string['schedule'] = 'Schedule';
1528$string['scheduledbackupsinactive'] = 'Scheduled backups haven\'t been enabled by the site admin';
1529$string['scheduledbackupstatus'] = 'Scheduled backup status';
3a915b06
PS
1530$string['since'] = 'Since';
1531$string['sincelast'] = 'since last login';
1532$string['site'] = 'Site';
1533$string['sitedefault'] = 'Site Default';
1534$string['siteerrors'] = 'Site errors';
1535$string['sitefiles'] = 'Site files';
1536$string['sitefilesused'] = 'Site files used in this course';
1537$string['sitelogs'] = 'Site logs';
1538$string['sitenews'] = 'Site news';
1539$string['sitepartlist'] = 'You do not have the required permissions to view the participants list';
1540$string['sitepartlist0'] = 'You must be a site teacher to be allowed to see the site participants list';
1541$string['sitepartlist1'] = 'You must be a teacher to be allowed to see the site participants list';
1542$string['sites'] = 'Sites';
1543$string['sitesection'] = 'Include a topic section';
1544$string['sitesettings'] = 'Site settings';
1545$string['siteteachers'] = 'Site teachers';
1546$string['size'] = 'Size';
1547$string['sizeb'] = 'bytes';
1548$string['sizegb'] = 'GB';
1549$string['sizekb'] = 'KB';
1550$string['sizemb'] = 'MB';
1551$string['skipped'] = 'Skipped';
1552$string['skypeid'] = 'Skype ID';
1553$string['socialheadline'] = 'Social forum - latest topics';
1554$string['someallowguest'] = 'Some courses may allow guest access';
1555$string['someerrorswerefound'] = 'Some information was missing or incorrect. Look below for details.';
1556$string['sortby'] = 'Sort by';
30c8dd34
DM
1557$string['sortbyx'] = 'Sort by {$a} ascending';
1558$string['sortbyxreverse'] = 'Sort by {$a} descending';
3a915b06
PS
1559$string['sourcerole'] = 'Source role';
1560$string['specifyname'] = 'You must specify a name.';
1561$string['standard'] = 'Standard';
1562$string['starpending'] = '([*] = course pending approval)';
1563$string['startdate'] = 'Course start date';
30c8dd34 1564$string['startingfrom'] = 'Starting from';
3a915b06
PS
1565$string['startsignup'] = 'Create new account';
1566$string['state'] = 'State/Province';
1567$string['statistics'] = 'Statistics';
1568$string['statisticsgraph'] = 'Statistics graph';
1569$string['stats'] = 'Statistics';
1570$string['statslogins'] = 'Logins';
1571$string['statsmodedetailed'] = 'Detailed (user) view';
1572$string['statsmodegeneral'] = 'General view';
1573$string['statsnodata'] = 'There is no available data for that combination of course and time period.';
1574$string['statsnodatauser'] = 'There is no available data for that combination of course, user and time period.';
1575$string['statsoff'] = 'Statistics is not currently enabled';
1576$string['statsreads'] = 'Views';
30c8dd34
DM
1577$string['statsreportactivity'] = 'All activity (all roles)';
1578$string['statsreportactivitybyrole'] = 'All activity (views and posts)';
1579$string['statsreportforuser'] = 'for';
1580$string['statsreportlogins'] = 'Logins';
1581$string['statsreportreads'] = 'Views (all roles)';
1582$string['statsreporttype'] = 'Report type';
1583$string['statsreportwrites'] = 'Posts (all roles)';
3a915b06
PS
1584$string['statsreport1'] = 'Logins';
1585$string['statsreport10'] = 'User activity';
1586$string['statsreport11'] = 'Most active courses';
1587$string['statsreport12'] = 'Most active courses (weighted)';
1588$string['statsreport13'] = 'Most participatory courses (enrolments)';
1589$string['statsreport14'] = 'Most participatory courses (views/posts)';
1590$string['statsreport2'] = 'Views (all roles)';
1591$string['statsreport3'] = 'Posts (all roles)';
1592$string['statsreport4'] = 'All activity (all roles)';
1593$string['statsreport5'] = 'All activity (views and posts)';
1594$string['statsreport7'] = 'User activity (views and posts)';
1595$string['statsreport8'] = 'All User activity';
1596$string['statsreport9'] = 'Logins (site course)';
3a915b06
PS
1597$string['statsstudentactivity'] = 'Student activity';
1598$string['statsstudentreads'] = 'Student views';
1599$string['statsstudentwrites'] = 'Student posts';
1600$string['statsteacheractivity'] = 'Teacher activity';
1601$string['statsteacherreads'] = 'Teacher views';
1602$string['statsteacherwrites'] = 'Teacher posts';
1603$string['statstimeperiod'] = 'Time period - last:';
1604$string['statsuniquelogins'] = 'Unique logins';
1605$string['statsuseractivity'] = 'All activity';
1606$string['statsuserlogins'] = 'Logins';
1607$string['statsuserreads'] = 'Views';
1608$string['statsuserwrites'] = 'Posts';
1609$string['statswrites'] = 'Posts';
1610$string['status'] = 'Status';
30c8dd34
DM
1611$string['stringsnotset'] = 'The following strings are not defined in {$a}';
1612$string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'{$a}\'';
3a915b06
PS
1613$string['students'] = 'Students';
1614$string['studentsandteachers'] = 'Students and teachers';
1615$string['studentviewoff'] = 'Turn student view off';
1616$string['studentviewon'] = 'Turn student view on';
1617$string['subcategories'] = 'Sub-categories';
1618$string['submit'] = 'Submit';
1619$string['success'] = 'Success';
1620$string['summary'] = 'Summary';
30c8dd34 1621$string['summaryof'] = 'Summary of {$a}';
3a915b06
PS
1622$string['supplyinfo'] = 'More details';
1623$string['switchrolereturn'] = 'Return to my normal role';
1624$string['switchroleto'] = 'Switch role to...';
1625$string['tag'] = 'Tag';
1626$string['tagalready'] = 'This tag already exists';
1627$string['tagmanagement'] = 'Add/delete tags ...';
1628$string['tags'] = 'Tags';
1629$string['targetrole'] = 'Target role';
30c8dd34
DM
1630$string['teacheronly'] = 'for the {$a} only';
1631$string['teacherroles'] = '{$a} roles';
3a915b06
PS
1632$string['teachers'] = 'Teachers';
1633$string['textediting'] = 'When editing text';
1634$string['texteditor'] = 'Use standard web forms';
1635$string['textformat'] = 'Plain text format';
1636$string['thanks'] = 'Thanks';
1637$string['theme'] = 'Theme';
1638$string['themes'] = 'Themes';
1639$string['themesaved'] = 'New theme saved';
30c8dd34 1640$string['thereareno'] = 'There are no {$a} in this course';
3a915b06 1641$string['thiscategorycontains'] = 'This category contains';
3a915b06
PS
1642$string['time'] = 'Time';
1643$string['timezone'] = 'Timezone';
1644$string['to'] = 'To';
1645$string['today'] = 'Today';
1646$string['todaylogs'] = 'Today\'s logs';
1647$string['toeveryone'] = 'to everyone';
1648$string['toomanybounces'] = 'That email address has had too many bounces. You <b>must</b> change it to continue.';
1649$string['toomanytoshow'] = 'There are too many users to show.';
30c8dd34
DM
1650$string['toomanyusersmatchsearch'] = 'Too many users ({$a->count}) match \'{$a->search}\'';
1651$string['toomanyuserstoshow'] = 'Too many users ({$a}) to show';
1652$string['toonly'] = 'to {$a} only';
3a915b06
PS
1653$string['top'] = 'Top';
1654$string['topic'] = 'Topic';
3a915b06 1655$string['topicoutline'] = 'Topic outline';
30c8dd34
DM
1656$string['topicshow'] = 'Show this topic to {$a}';
1657$string['topichide'] = 'Hide this topic from {$a}';
3a915b06
PS
1658$string['total'] = 'Total';
1659$string['trackforums'] = 'Forum tracking';
1660$string['trackforumsno'] = 'No: don\'t keep track of posts I have seen';
1661$string['trackforumsyes'] = 'Yes: highlight new posts for me';
1662$string['trysearching'] = 'Try searching instead.';
1663$string['turneditingoff'] = 'Turn editing off';
1664$string['turneditingon'] = 'Turn editing on';
1665$string['undecided'] = 'Undecided';
1666$string['unenrol'] = 'Unenrol';
3a915b06
PS
1667$string['unenrolallstudents'] = 'Unenrol all students';
1668$string['unenrolallstudentssure'] = 'Are you sure you want to completely unenrol all students from this course?';
30c8dd34
DM
1669$string['unenrolme'] = 'Unenrol me from {$a}';
1670$string['unenrolroleusers'] = 'Unenrol users';
1671$string['unenrolsure'] = 'Are you sure you want to unenrol {$a} from this course?';
3a915b06
PS
1672$string['unfinished'] = 'Unfinished';
1673$string['unknowncategory'] = 'Unknown category';
1674$string['unlimited'] = 'Unlimited';
30c8dd34 1675$string['unpacking'] = 'Unpacking {$a}';
3a915b06
PS
1676$string['unsafepassword'] = 'Unsafe password - try something else';
1677$string['untilcomplete'] = 'Until complete';
30c8dd34 1678$string['unusedaccounts'] = 'Accounts unused for more than {$a} days are automatically unenrolled';
3a915b06
PS
1679$string['unzip'] = 'Unzip';
1680$string['unzippingbackup'] = 'Unzipping backup';
1681$string['up'] = 'Up';
1682$string['update'] = 'Update';
30c8dd34 1683$string['updated'] = 'Updated {$a}';
3a915b06
PS
1684$string['updatemymoodleoff'] = 'Normal mode';
1685$string['updatemymoodleon'] = 'Edit this page';
1686$string['updatemyprofile'] = 'Update profile';
30c8dd34
DM
1687$string['updatesevery'] = 'Updates every {$a} seconds';
1688$string['updatethis'] = 'Update this {$a}';
3a915b06 1689$string['updatethiscourse'] = 'Update this course';
30c8dd34
DM
1690$string['updatinga'] = 'Updating: {$a}';
1691$string['updatingain'] = 'Updating {$a->what} in {$a->in}';
3a915b06
PS
1692$string['upload'] = 'Upload';
1693$string['uploadafile'] = 'Upload a file';
1694$string['uploadcantwrite'] = 'Failed to write file to disk';
1695$string['uploadedfile'] = 'File uploaded successfully';
30c8dd34
DM
1696$string['uploadedfileto'] = 'Uploaded {$a->file} to {$a->directory}';
1697$string['uploadedfiletoobig'] = 'Sorry, but that file is too big (limit is {$a} bytes)';
3a915b06 1698$string['uploadextension'] = 'File upload stopped by extension';
30c8dd34
DM
1699$string['uploadfailednotrecovering'] = 'Your file upload has failed because there was a problem with one of the files, {$a->name}.<br /> Here is a log of the problems:<br />{$a->problem}<br />Not recovering.';
1700$string['uploadfilecontainerror'] = 'The uploaded file has not been processed due to the error(s) specified. Please amend the file before uploading it again.';
1701$string['uploadfilecontentsnovaliddata'] = 'The uploaded file contains no valid data.';
1702$string['uploadfilelog'] = 'Upload log for file {$a}';
3a915b06 1703$string['uploadformlimit'] = 'Uploaded file exceeded the maximum size limit set by the form';
30c8dd34 1704$string['uploadinvalidpreprocessedcount'] = 'Number of invalid preprocessed records: {$a}';
3a915b06 1705$string['uploadlabel'] = 'Title:';
30c8dd34 1706$string['uploadnewfile'] = 'Upload new file';
3a915b06
PS
1707$string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?';
1708$string['uploadnotallowed'] = 'Uploads are not allowed';
1709$string['uploadnotempdir'] = 'Missing a temporary folder';
1710$string['uploadoldfilesdeleted'] = 'The old file(s) in your upload area have been deleted';
1711$string['uploadpartialfile'] = 'File was only partially uploaded';
30c8dd34
DM
1712$string['uploadproblem'] = 'An unknown problem occurred while uploading the file \'{$a}\' (perhaps it was too large?)';
1713$string['uploadrenamedcollision'] = 'File was renamed from {$a->oldname} to {$a->newname} because there was a filename conflict.';
1714$string['uploadrenamedchars'] = 'File was renamed from {$a->oldname} to {$a->newname} because of invalid characters.';
3a915b06
PS
1715$string['uploadserverlimit'] = 'Uploaded file exceeded the maximum size limit set by the server';
1716$string['uploadthisfile'] = 'Upload this file';
1717$string['uploadusers'] = 'Upload users';
3a915b06
PS
1718$string['url'] = 'URL';
1719$string['used'] = 'Used';
30c8dd34 1720$string['usedinnplaces'] = 'Used in {$a} places';
3a915b06
PS
1721$string['usemessageform'] = 'or use the form below to send a message to the selected students';
1722$string['user'] = 'User';
30c8dd34 1723$string['userconfirmed'] = 'Confirmed {$a}';
3a915b06 1724$string['usercurrentsettings'] = 'My profile settings';
3a915b06
PS
1725$string['userdata'] = 'User Data';
1726$string['userdeleted'] = 'This user account has been deleted';
1727$string['userdescription'] = 'Description';
1728$string['userdetails'] = 'User details';
1729$string['userfiles'] = 'User Files';
1730$string['userlist'] = 'User list';
1731$string['username'] = 'Username';
1732$string['usernameemailmatch'] = 'The username and email address do not relate to the same user';
3a915b06
PS
1733$string['usernameexists'] = 'This username already exists, choose another';
1734$string['usernamelowercase'] = 'Only lowercase letters allowed';
1735$string['usernamenotfound'] = 'The username was not found in the database';
30c8dd34
DM
1736$string['usernameoremail'] = 'Enter either username or email address';
1737$string['usernotconfirmed'] = 'Could not confirm {$a}';
3a915b06
PS
1738$string['userpic'] = 'User picture';
1739$string['users'] = 'Users';
3a915b06 1740$string['userselectorautoselectunique'] = 'If only one user matches the search, select them automatically';
30c8dd34 1741$string['userselectorpreserveselected'] = 'Keep selected users, even if they no longer match the search';
3a915b06
PS
1742$string['userselectorsearchanywhere'] = 'Match the search text anywhere in the user\'s name';
1743$string['usersnew'] = 'New users';
1744$string['usersnoaccesssince'] = 'Inactive for more than';
3a915b06 1745$string['userswithfiles'] = 'Users with files';
30c8dd34
DM
1746$string['useruploadtype'] = 'User upload type: {$a}';
1747$string['userviewingsettings'] = 'Profile settings for {$a}';
3a915b06
PS
1748$string['userzones'] = 'User zones';
1749$string['usethiscourse'] = 'Use this course';
1750$string['usingexistingcourse'] = 'Using existing course';
1751$string['valuealreadyused'] = 'This value has already been used.';
1752$string['version'] = 'Version';
1753$string['view'] = 'View';
1754$string['viewfileinpopup'] = 'View file in a popup window';
1755$string['viewprofile'] = 'View profile';
1756$string['views'] = 'Views';
1757$string['viewsolution'] = 'view solution';
30c8dd34
DM
1758$string['virusfound'] = 'Attention administrator! Clam AV has found a virus in a file uploaded by {$a->user} for the course {$a->course}. Here is the output of clamscan:';
1759$string['virusfoundlater'] = 'A file you uploaded on {$a->date} with the filename {$a->filename} for the course {$a->course} has since been found to contain a virus. Here is a summary of what has happened to your file:
3a915b06 1760
30c8dd34 1761{$a->action}
3a915b06
PS
1762
1763If this was submitted work, you may want to resubmit it so that your tutor can see it.';
30c8dd34 1764$string['virusfoundlateradmin'] = 'Attention administrator! A file that was uploaded on {$a->date} with the filename {$a->filename} for the course {$a->course} by the user {$a->user} has since been found to contain a virus. Here is a summary of what has happened to the file:
3a915b06 1765
30c8dd34 1766{$a->action}
3a915b06
PS
1767
1768The user has also been notified.';
30c8dd34 1769$string['virusfoundlateradminnolog'] = 'Attention administrator! A file that was uploaded with the filename {$a->filename} has since been found to contain a virus. Moodle was unable to resolve this file back to the user that originally uploaded it.
3a915b06
PS
1770
1771Here is a summary of what has happened to the file:
1772
30c8dd34
DM
1773{$a->action}';
1774$string['virusfoundsubject'] = '{$a}: Virus found!';
1775$string['virusfounduser'] = 'The file you have uploaded, {$a->filename}, has been scanned by a virus checker and found to be infected! Your file upload was NOT successful.';
3a915b06
PS
1776$string['virusplaceholder'] = 'This file that has been uploaded was found to contain a virus and has been moved or delted and the user notified.';
1777$string['visible'] = 'Visible';
30c8dd34
DM
1778$string['visibletostudents'] = 'Visible to {$a}';
1779$string['warningdeleteresource'] = 'Warning: {$a} is referred in a resource. Would you like to update the resource?';
3a915b06
PS
1780$string['webpage'] = 'Web page';
1781$string['week'] = 'Week';
30c8dd34 1782$string['weekhide'] = 'Hide this week from {$a}';
3a915b06 1783$string['weeklyoutline'] = 'Weekly outline';
30c8dd34
DM
1784$string['weekshow'] = 'Show this week to {$a}';
1785$string['welcometocourse'] = 'Welcome to {$a}';
1786$string['welcometocoursetext'] = 'Welcome to {$a->coursename}!
3a915b06
PS
1787
1788If you have not done so already, you should edit your profile page so that we can learn more about you:
1789
30c8dd34 1790 {$a->profileurl}';
3a915b06
PS
1791$string['whattocallzip'] = 'What do you want to call the zip file?';
1792$string['whattodo'] = 'What to do';
1793$string['windowclosing'] = 'This window should close automatically. If not, please close it now.';
1794$string['withchosenfiles'] = 'With chosen files';
1795$string['withoutuserdata'] = 'without user data';
1796$string['withselectedusers'] = 'With selected users...';
1797$string['withuserdata'] = 'with user data';
1798$string['wordforstudent'] = 'Your word for Student';
1799$string['wordforstudenteg'] = 'eg Student, Participant etc';
1800$string['wordforstudents'] = 'Your word for Students';
1801$string['wordforstudentseg'] = 'eg Students, Participants etc';
1802$string['wordforteacher'] = 'Your word for Teacher';
1803$string['wordforteachereg'] = 'eg Teacher, Tutor, Facilitator etc';
1804$string['wordforteachers'] = 'Your word for Teachers';
1805$string['wordforteacherseg'] = 'eg Teachers, Tutors, Facilitators etc';
1806$string['writingblogsinfo'] = 'Writing blogs info';
1807$string['writingcategoriesandquestions'] = 'Writing categories and questions';
1808$string['writingcoursedata'] = 'Writing course data';
1809$string['writingeventsinfo'] = 'Writing events info';
1810$string['writinggeneralinfo'] = 'Writing general info';
1811$string['writinggradebookinfo'] = 'Writing gradebook info';
3a915b06 1812$string['writinggroupingsgroupsinfo'] = 'Writing groupings-groups info';
30c8dd34
DM
1813$string['writinggroupingsinfo'] = 'Writing groupings info';
1814$string['writinggroupsinfo'] = 'Writing groups info';
3a915b06
PS
1815$string['writingheader'] = 'Writing header';
1816$string['writingloginfo'] = 'Writing logs info';
1817$string['writingmessagesinfo'] = 'Writing messages info';
1818$string['writingmoduleinfo'] = 'Writing modules info';
1819$string['writingscalesinfo'] = 'Writing scales info';
1820$string['writinguserinfo'] = 'Writing users info';
1821$string['wrongpassword'] = 'Incorrect password for this username';
1822$string['xmldbeditor'] = 'XMLDB editor';
1823$string['yahooid'] = 'Yahoo ID';
1824$string['year'] = 'year';
1825$string['years'] = 'years';
1826$string['yes'] = 'Yes';
1827$string['youareabouttocreatezip'] = 'You are about to create a zip file containing';
1828$string['youaregoingtorestorefrom'] = 'You are about to start the restore process for';
1829$string['youneedtoenrol'] = 'To perform that action you need to enrol in this course.';
1830$string['yourlastlogin'] = 'Your last login was';
1831$string['yourself'] = 'yourself';
30c8dd34
DM
1832$string['yourteacher'] = 'your {$a}';
1833$string['yourwordforx'] = 'Your word for \'{$a}\'';
3a915b06 1834$string['zippingbackup'] = 'Zipping backup';