This is my last commit to CVS. Goodbye old friend - you've served us well.
[moodle.git] / lang / en / admin.php
CommitLineData
6431903a 1<?php
30c8dd34
DM
2
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 'admin', language 'en', branch 'MOODLE_20_STABLE'
20 *
21 * @package admin
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 */
25
685fcb3e 26$string['accessdenied'] = 'Access denied';
996a5f8d 27$string['accounts'] = 'Accounts';
90e920c7
SH
28$string['additionalhtml'] = 'Additional HTML';
29$string['additionalhtml_heading'] = 'Additional HTML to be added to every page.';
30$string['additionalhtml_desc'] = 'These settings allow you to specify HTML that you want added to every page. You can set HTML that will be added within the HEAD tag for the page, immediatly after the BODY tag has been opened, or immediatly before the body tag is closed.<br />Doing this allows you add custom headers or footers on every page, or add support for services like Google Analytics very easily and independent of your chosen theme.';
31$string['additionalhtmlhead'] = 'Within HEAD';
32$string['additionalhtmlhead_desc'] = 'Content here will be added to the bottom of the HEAD tag for every page.';
33$string['additionalhtmltopofbody'] = 'When BODY is opened';
34$string['additionalhtmltopofbody_desc'] = 'Content here will be added in to every page immediatly after the opening body tag.';
35$string['additionalhtmlfooter'] = 'Before BODY is closed';
36$string['additionalhtmlfooter_desc'] = 'Content here will be added in to every page right before the body tag is closed.';
5735fefc 37$string['adminseesall'] = 'Admins see all';
49aafb90 38$string['adminseesallevents'] = 'Administrators see all events';
39$string['adminseesownevents'] = 'Administrators are just like other users';
f94824db 40$string['advancedfeatures'] = 'Advanced features';
7409013e 41$string['allcountrycodes'] = 'All country codes';
30c8dd34 42$string['allowbeforeblock'] = 'Allowed list will be processed first';
fe6b274c 43$string['allowbeforeblockdesc'] = 'By default, entries in the blocked IPs list are matched first. If this option is enabled, entries in the allowed IPs list are processed before the blocked list.';
d2c394f3 44$string['allowblockstodock'] = 'Allow blocks to use the dock';
a907c540 45$string['allowcategorythemes'] = 'Allow category themes';
304d08f0 46$string['allowcoursethemes'] = 'Allow course themes';
e4e38544 47$string['allowdeletes'] = 'Allow deletes';
4e639121 48$string['allowediplist'] = 'Allowed IP list';
304d08f0 49$string['allowemailaddresses'] = 'Allowed email domains';
50$string['allowobjectembed'] = 'Allow EMBED and OBJECT tags';
49aafb90 51$string['allowrenames'] = 'Allow renames';
b7009474 52$string['allowthemechangeonurl'] = 'Allow theme changes in the URL';
304d08f0 53$string['allowuserblockhiding'] = 'Allow users to hide blocks';
54$string['allowusermailcharset'] = 'Allow user to select character set';
ff08798b 55$string['allowuserswitchrolestheycantassign'] = 'Allow users without the assign roles capability to switch roles';
304d08f0 56$string['allowuserthemes'] = 'Allow user themes';
57$string['antivirus'] = 'Anti-Virus';
58$string['appearance'] = 'Appearance';
59$string['aspellpath'] = 'Path to aspell';
60$string['authentication'] = 'Authentication';
220a90c5 61$string['authsettings'] = 'Manage authentication';
3f6ba95b 62$string['autolang'] = 'Language autodetect';
304d08f0 63$string['autologinguests'] = 'Auto-login guests';
4b600aa0 64$string['availableto'] = 'Available to';
79bb9d2d 65$string['availablelicenses'] = 'Available licences';
004bd0cc 66$string['backgroundcolour'] = 'Transparent colour';
304d08f0 67$string['backups'] = 'Backups';
49aafb90 68$string['badwordsconfig'] = 'Enter your list of bad words separated by commas.';
69$string['badwordsdefault'] = 'If the custom list is empty, a default list from the language pack will be used.';
004bd0cc 70$string['badwordslist'] = 'Custom bad words list';
4e639121 71$string['blockediplist'] = 'Blocked IP List';
49aafb90 72$string['blockinstances'] = 'Instances';
73$string['blockmultiple'] = 'Multiple';
220a90c5 74$string['blocksettings'] = 'Manage blocks';
cae83708 75$string['bloglevel'] = 'Blog visibility';
1c7b8b93 76$string['bloglevelupgrade'] = 'Blog visibility upgrade';
c01678b1 77$string['bloglevelupgradedescription'] = '<p>This site has recently been upgraded to Moodle 2.0.</p>
1c7b8b93 78<p>Blog visibility was simplified in 2.0, but your site still uses one of the old visibility types. </p>
30c8dd34 79<p>To preserve the course-based or group-based visibility of the blog entries on your site, you need to run the following upgrade script, which will create a special "blog" type forum in each course whose enrolled users have posted blog entries, and will copy these blog entries in this special forum. </p>
1c7b8b93 80<p>Blogs will then be entirely switched off at the site level. No blog entries will be deleted in the process.</p>
30c8dd34 81<p>You can run the script by visiting <a href="{$a->fixurl}">the blog level upgrade page</a>.</p>';
1c7b8b93 82$string['bloglevelupgradeinfo'] = 'Blog visibility was simplified in 2.0, but your site still uses one of the old visibility types. To preserve the course-based or group-based visibility of the blog entries on your site, the following upgrade script will create a special "blog" type forum in each course whose enrolled users have posted blog entries, and will copy these blog entries in this special forum. Blogs will then be entirely switched off at the site level. No blog entries will be deleted in the process.';
30c8dd34
DM
83$string['bloglevelupgradenotice'] = 'Your site is using an old blog visibility setting, the <a href="bloglevelupgrade.php">blog visibility upgrade</a> is recommended.';
84$string['bloglevelupgradeprogress'] = 'Conversion progress: {$a->userscount} users reviewed, {$a->blogcount} entries converted.';
304d08f0 85$string['bookmarkadded'] = 'Bookmark added.';
86$string['bookmarkalreadyexists'] = 'You have already bookmarked this page.';
87$string['bookmarkdeleted'] = 'Bookmark deleted.';
88$string['bookmarkthispage'] = 'bookmark this page';
dddfc692 89$string['cachejs'] = 'Cache Javascript';
2181eb8f 90$string['cachejs_help'] = 'Javascript caching and compression greatly improves page loading performance. it is strongly recommended for production sites. Developers will probably want to disable this feature.';
49aafb90 91$string['cachetext'] = 'Text cache lifetime';
5735fefc 92$string['cachetype'] = 'Cache type';
b20c6318 93$string['calendarexportsalt'] = 'Calendar export salt';
49aafb90 94$string['calendarsettings'] = 'Calendar';
5735fefc 95$string['calendar_weekend'] = 'Weekend days';
4b600aa0 96$string['cannotdeletemissingqtype'] = 'You cannot delete the missing question type. It is needed by the system.';
30c8dd34
DM
97$string['cannotdeletemodfilter'] = 'You cannot uninstall the \'{$a->filter}\' because it is part of the \'{$a->module}\' module.';
98$string['cannotdeleteqtypeinuse'] = 'You cannot delete the question type \'{$a}\'. There are questions of this type in the question bank.';
99$string['cannotdeleteqtypeneeded'] = 'You cannot delete the question type \'{$a}\'. There are other question types installed that rely on it.';
100$string['cfgwwwrootslashwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. You have included a \'/\' character at the end. Please remove it, or you will experience strange bugs like <a href=\'http://tracker.moodle.org/browse/MDL-11061\'>MDL-11061</a>.';
101$string['cfgwwwrootwarning'] = 'You have defined $CFG->wwwroot incorrectly in your config.php file. It does not match the URL you are using to access this page. Please correct it, or you will experience strange bugs like <a href=\'http://tracker.moodle.org/browse/MDL-11061\'>MDL-11061</a>.';
304d08f0 102$string['clamfailureonupload'] = 'On clam AV failure';
103$string['cleanup'] = 'Cleanup';
b8523467 104$string['clianswerno'] = 'n';
105$string['cliansweryes'] = 'y';
30c8dd34 106$string['cliincorrectvalueerror'] = 'Error, incorrect value "{$a->value}" for "{$a->option}"';
c31d94e8 107$string['cliincorrectvalueretry'] = 'Incorrect value, please retry';
cfe33215 108$string['clistatusdisabled'] = 'Status: disabled';
109$string['clistatusenabled'] = 'Status: enabled';
c31d94e8 110$string['clitypevalue'] = 'type value';
30c8dd34 111$string['clitypevaluedefault'] = 'type value, press Enter to use default value ({$a})';
2b4e3545 112$string['cliunknowoption'] = 'Unrecognised options:
30c8dd34 113 {$a}
c944495e 114Please use --help option.';
926378ce 115$string['cliupgradefinished'] = 'Command line upgrade completed successfully.';
b8523467 116$string['cliyesnoprompt'] = 'type y (means yes) or n (means no)';
cf456fbf 117$string['commentsperpage'] = 'Comments displayed per page';
dcdf3b29 118$string['commonfiltersettings'] = 'Common filter settings';
220a90c5 119$string['commonsettings'] = 'Common settings';
5735fefc 120$string['componentinstalled'] = 'Component installed';
30c8dd34
DM
121$string['computedfromlogs'] = 'Computed from logs since {$a}.';
122$string['condifmodeditdefaults'] = 'The values you set here define the default values that are used in the activity settings form when you create a new activity. You can also configure which activity settings are considered advanced.';
304d08f0 123$string['confeditorhidebuttons'] = 'Select the buttons that should be hidden in the HTML editor.';
adea0621 124$string['configallcountrycodes'] = 'This is the list of countries that may be selected in various places, for example in a user\'s profile. If blank (the default) the list in countries.php in the standard English language pack is used. That is the list from ISO 3166-1. Otherwise, you can specify a comma-separated list of codes, for example \'GB,FR,ES\'. If you add new, non-standard codes here, you will need to add them to countries.php in \'en\' and your language pack.';
21090e44 125$string['configallowassign'] = 'You can allow people who have the roles on the left side to assign some of the column roles to other people';
8568b24f 126$string['configallowblockstodock'] = 'If enabled and supported by the selected theme users can choose to move blocks to a special dock.';
a907c540 127$string['configallowcategorythemes'] = 'If you enable this, then themes can be set at the category level. This will affect all child categories and courses unless they have specifically set their own theme. WARNING: Enabling category themes may affect performance.';
49aafb90 128$string['configallowcoursethemes'] = 'If you enable this, then courses will be allowed to set their own themes. Course themes override all other theme choices (site, user, or session themes)';
0e0c6c94 129$string['configallowemailaddresses'] = 'If you want to restrict all new email addresses to particular domains, then list them here separated by spaces. All other domains will be rejected. To allow subdomains add the domain with a preceding \'.\'. eg <strong>ourcollege.edu.au .gov.au</strong>';
49aafb90 130$string['configallowobjectembed'] = 'As a default security measure, normal users are not allowed to embed multimedia (like Flash) within texts using explicit EMBED and OBJECT tags in their HTML (although it can still be done safely using the mediaplugins filter). If you wish to allow these tags then enable this option.';
21090e44 131$string['configallowoverride'] = 'You can allow people with the roles on the left side to override some of the column roles';
3a0c6cca 132$string['configallowoverride2'] = 'Select which role(s) can be overridden by each role in the left column.<br />Note that these settings only apply to users who have either the capability moodle/role:override or the capability moodle/role:safeoverride allowed.';
c468795c 133$string['configallowswitch'] = 'Select which roles a user may switch to, based on which roles they already have. In addition to an entry in this table, a user must also have the moodle/role:switchroles capability to be able to switch.<br />Note that it is only possible to switch to roles that have the moodle/course:view capability, and that do not have the moodle/site:doanything capability, so some columns in this table are disabled.';
7ed189a1 134$string['configallowthemechangeonurl'] = 'If enabled, the theme can be changed by adding theme={themename} to any Moodle URL.';
49aafb90 135$string['configallowuserblockhiding'] = 'Do you want to allow users to hide/show side blocks throughout this site? This feature uses Javascript and cookies to remember the state of each collapsible block, and only affects the user\'s own view.';
136$string['configallowusermailcharset'] = 'Enabling this, every user in the site will be able to specify his own charset for email.';
30c8dd34
DM
137$string['configallowuserswitchrolestheycantassign'] = 'By default, moodle/role:assign is required for users to switch roles. Enabling this setting removes this requirement, and results in the roles available in the "Switch role to" dropdown menu being determined by settings in the "Allow role assignments" table only.
138It is recommended that the settings in the "Allow role assignments" table do not allow users to switch to a role with more capabilities than their existing role.';
49aafb90 139$string['configallowuserthemes'] = 'If you enable this, then users will be allowed to set their own themes. User themes override site themes (but not course themes)';
30c8dd34 140$string['configallusersaresitestudents'] = 'For activities on the front page of the site, should ALL users be considered as students? If you answer "Yes", then any confirmed user account will be allowed to participate as a student in those activities. If you answer "No", then only users who are already a participant in at least one course will be able to take part in those front page activities. Only admins and specially assigned teachers can act as teachers for these front page activities.';
0a788db7 141$string['configauthenticationplugins'] = 'Please choose the authentication plugins you wish to use and arrange them in order of failthrough.';
3f6ba95b 142$string['configautolang'] = 'Detect default language from browser setting, if disabled site default is used.';
49aafb90 143$string['configautologinguests'] = 'Should visitors be logged in as guests automatically when entering courses with guest access?';
648539c5 144$string['configbloglevel'] = 'This setting allows you to restrict the level to which user blogs can be viewed on this site. Note that they specify the maximum context of the VIEWER not the poster or the types of blog posts. Blogs can also be disabled completely if you don\'t want them at all.';
49aafb90 145$string['configcachetext'] = 'For larger sites or sites that use text filters, this setting can really speed things up. Copies of texts will be retained in their processed form for the time specified here. Setting this too small may actually slow things down slightly, but setting it too large may mean texts take too long to refresh (with new links, for example).';
bb931a61 146$string['configcachetype'] = 'Select a type of cache for Moodle to use. This will only configure the cache, remember to enable rcache so that the cache is used for something. Use <strong>only</strong> if you need to reduce the load on the database system -- otherwise Moodle will actually run slower. Medium-traffic sites may see benefits using \'internal\'. A single webserver with eAccelerator or Turckmmcache installed <em>with the shared memory options enabled</em> should try \'eaccelerator\'. If you have a multiple-server setup, and you have one or more memcached daemons running and the PHP-memcached extension, select \'memcached\' and configure the memached options below. <br /><strong>Note:</strong> make sure you test performance under load and tune accordingly -- the caches can make your site slower. In high-traffic situations, eAccelerator and memcached can yield the most benefits, but have the higher costs in CPU usage on the webserver.';
b20c6318 147$string['configcalendarexportsalt'] = 'This random text is used for improving of security of authentication tokens used for exporting of calendars. Please note that all current tokens are invalidated if you change this hash salt.';
49aafb90 148$string['configclamactlikevirus'] = 'Treat files like viruses';
149$string['configclamdonothing'] = 'Treat files as OK';
4de3322d 150$string['configclamfailureonupload'] = 'If you have configured clam to scan uploaded files, but it is configured incorrectly or fails to run for some unknown reason, how should it behave? If you choose \'Treat files like viruses\', they\'ll be moved into the quarantine area, or deleted. If you choose \'Treat files as OK\', the files will be moved to the destination directory like normal. Either way, admins will be alerted that clam has failed. If you choose \'Treat files like viruses\' and for some reason clam fails to run (usually because you have entered an invalid pathtoclam), ALL files that are uploaded will be moved to the given quarantine area, or deleted. Be careful with this setting.';
cf4e7548 151$string['configconvertformat'] = 'If <i>latex</i>, <i>dvips</i> and <i>convert</i> are available, the images are created using the specified format. If it is not, mimeTeX will be used and it will create GIF images.';
4ea8df21 152$string['configcookiehttponly'] = 'Enables new PHP 5.2.0 feature - browsers are instructed to send cookie with real http requests only, cookies should not be accessible by scripting languages. This is not supported in all browsers and it may not be fully compatible with current code. It helps to prevent some types of XSS attacks.';
114201c8 153$string['configcookiesecure'] = 'If server is accepting only https connections it is recommended to enable sending of secure cookies. If enabled please make sure that web server is not accepting http:// or set up permanent redirection to https:// address. When <em>wwwroot</em> address does not start with https:// this setting is turned off automatically.';
49aafb90 154$string['configcountry'] = 'If you set a country here, then this country will be selected by default on new user accounts. To force users to choose a country, just leave this unset.';
e452210a 155$string['configcourserequestnotify'] = 'Type username of user to be notified when new course requested.';
4413941f 156$string['configcourserequestnotify2'] = 'Users who will be notified when a course is requested. Only users who can approve course requests are listed here.';
304d08f0 157$string['configcoursesperpage'] = 'Enter the number of courses to be display per page in a course listing.';
4de3322d 158$string['configcreatornewroleid'] = 'This role is automatically assigned to creators in new courses they created. This role is not assigned if creator already has needed capabilities in parent context.';
30c8dd34
DM
159$string['configcronclionly'] = 'If this is set, then the cron script can only be run from the command line instead of via the web. This overrides the cron password setting below.';
160$string['configcronremotepassword'] = 'This means that the cron.php script cannot be run from a web browser without supplying the password using the following form of URL:<pre>
161 http://site.example.com/admin/cron.php?password=opensesame
162</pre>If this is left empty, no password is required.';
5430f05b 163$string['configcurlcache'] = 'Time-to-live for cURL cache, in seconds.';
d2dbd0c0
SH
164$string['configcustommenuitems'] = 'You can configure a custom menu here to be shown by themes. Each line consists of some menu text, a link URL (optional) and a tooltip title (optional), separated by pipe characters. You can specify a structure using hyphens. For example:
165<pre>
166Moodle community|http://moodle.org
167-Moodle free support|http://moodle.org/support
168-Moodle development|http://moodle.org/development
169--Moodle Tracker|http://tracker.moodle.org
170--Moodle Docs|http://docs.moodle.org
171-Moodle News|http://moodle.org/news
172Moodle company
173-Moodle commercial hosting|http://moodle.com/hosting
174-Moodle commercial support|http://moodle.com/support
175</pre>';
1c55ce74 176$string['configdbsessions'] = 'If enabled, this setting will use the database to store information about current sessions. This is especially useful for large/busy sites or sites built on cluster of servers. For most sites this should probably be left disabled so that the server disk is used instead. Note that changing this setting now will log out all current users (including you). If you are using MySQL please make sure that \'max_allowed_packet\' in my.cnf (or my.ini) is at least 4M.';
49aafb90 177$string['configdebug'] = 'If you turn this on, then PHP\'s error_reporting will be increased so that more warnings are printed. This is only useful for developers.';
47b8b9eb 178$string['configdebugdisplay'] = 'Set to on, the error reporting will go to the HTML page. This is practical, but breaks XHTML, JS, cookies and HTTP headers in general. Set to off, it will send the output to your server logs, allowing better debugging. The PHP setting error_log controls which log this goes to.';
360dde50 179$string['configdebugpageinfo'] = 'Enable if you want page information printed in page footer.';
854f5ef0 180$string['configdebugsmtp'] = 'Enable verbose debug information during sending of email messages to SMTP server.';
30c8dd34 181$string['configdebugstringids'] = 'This option is designed to help translators. It shows the language file and string id beside each string that is output. (Changing this setting will only take effect on the next page load.)';
7b353810 182$string['configdebugvalidators'] = 'Enable if you want to have links to external validator servers in page footer. You may need to create new user with username <em>w3cvalidator</em>, and enable guest access. These changes may allow unauthorized access to server, do not enable on production sites!';
49aafb90 183$string['configdefaultallowedmodules'] = 'For the courses which fall into the above category, which modules do you want to allow by default <b>when the course is created</b>?';
4766a50c 184$string['configdefaulthomepage'] = 'This determines the home page for logged in users';
304d08f0 185$string['configdefaultrequestcategory'] = 'Courses requested by users will be automatically placed in this category.';
49aafb90 186$string['configdefaultrequestedcategory'] = 'Default category to put courses that were requested into, if they\'re approved.';
c785d40a 187$string['configdefaultuserroleid'] = 'All logged in users will be given the capabilities of the role you specify here, at the site level, in ADDITION to any other roles they may have been given. The default is the Authenticated user role (or Guest role in older versions). Note that this will not conflict with other roles they have, it just ensures that all users have capabilities that are not assignable at the course level (eg post blog entries, manage own calendar, etc).';
a4a57da9 188$string['configdeleteincompleteusers'] = 'After this period, old not fully setup accounts are deleted.';
49aafb90 189$string['configdeleteunconfirmed'] = 'If you are using email authentication, this is the period within which a response will be accepted from users. After this period, old unconfirmed accounts are deleted.';
0e0c6c94 190$string['configdenyemailaddresses'] = 'To deny email addresses from particular domains list them here in the same way. All other domains will be accepted. To deny subdomains add the domain with a preceding \'.\'. eg <strong>hotmail.com yahoo.co.uk .live.com</strong>';
49aafb90 191$string['configdigestmailtime'] = 'People who choose to have emails sent to them in digest form will be emailed the digest daily. This setting controls which time of day the daily mail will be sent (the next cron that runs after this hour will send it).';
5c6f918f 192$string['configdisableuserimages'] = 'Disable the ability for users to change user profile images.';
49aafb90 193$string['configdisplayloginfailures'] = 'This will display information to selected users about previous failed logins.';
02ea78f8 194$string['configdocroot'] = 'Defines the path to the Moodle Docs. You can change this if you wish to have your own custom online documentation. However, if you do that make sure that the paths in your documentation follow the same format as http://docs.moodle.org.';
805962b1 195$string['configdoctonewwindow'] = 'If you enable this, then links to Moodle Docs will be shown in a new window.';
42424a46 196$string['configeditordictionary'] = 'This value will be used if aspell doesn\'t have dictionary for users own language.';
30c8dd34 197$string['configeditorfontlist'] = 'Select the fonts that should appear in the editor\'s drop-down list.';
d6ace123 198$string['configemailchangeconfirmation'] = 'Require an email confirmation step when users change their email address in their profile.';
407380df 199$string['configenableajax'] = 'This setting allows you to control the use of AJAX (advanced client/server interfaces using Javascript) across the whole site. With this setting enabled users can still make a choice in their profile, otherwise AJAX is disabled for everybody.';
dbf9d4cb 200$string['configenablecalendarexport'] = 'Enable exporting or subscribing to calendars.';
1bcb7eb5 201$string['configenablecomments'] = 'Enable comments';
30c8dd34 202$string['configenablecourserequests'] = 'This will allow any user to request a course be created.';
304d08f0 203$string['configenableglobalsearch'] = 'This setting enables global text searching in resources and activities, it is not compatible with PHP 4.';
a6dca314 204$string['configenablegroupmembersonly'] = 'If enabled, access to activities can be restricted to group members only. This may result in an increased server load. In addition, gradebook categories must be set up in a certain way to ensure that activities are hidden from non-group members.';
30c8dd34 205$string['configenablehtmlpurifier'] = 'Use HTML Purifier instead of KSES for cleaning of untrusted text. HTML Purifier is actively developed and is believed to be more secure, but it is more resource intensive. Expect minor visual differences in the resulting html code. Please note that embed and object tags can not be enabled, MathML tags and old lang tags are not supported.';
49aafb90 206$string['configenablerssfeeds'] = 'This switch will enable RSS feeds from across the site. To actually see any change you will need to enable RSS feeds in the individual modules too - go to the Modules settings under Admin Configuration.';
304d08f0 207$string['configenablerssfeedsdisabled'] = 'It is not available because RSS feeds are disabled in all the Site. To enable them, go to the Variables settings under Admin Configuration.';
220a90c5 208$string['configenablerssfeedsdisabled2'] = 'RSS feeds are disabled at the server level. You need to enable them first in Server/RSS.';
7d4dfc48 209$string['configenablesafebrowserintegration'] = 'This adds the choice \'Require Safe Exam Browser\' to the \'Browser security\' field on the quiz settings form. See http://www.safeexambrowser.org/ for more information.';
49aafb90 210$string['configenablestats'] = 'If you choose \'yes\' here, Moodle\'s cronjob will process the logs and gather some statistics. Depending on the amount of traffic on your site, this can take awhile. If you enable this, you will be able to see some interesting graphs and statistics about each of your courses, or on a sitewide basis.';
4de3322d 211$string['configenabletrusttext'] = 'By default Moodle will always thoroughly clean text that comes from users to remove any possible bad scripts, media etc that could be a security risk. The Trusted Content system is a way of giving particular users that you trust the ability to include these advanced features in their content without interference. To enable this system, you need to first enable this setting, and then grant the Trusted Content permission to a specific Moodle role. Texts created or uploaded by such users will be marked as trusted and will not be cleaned before display.';
8a9b7606 212$string['configenablewebservices'] = 'Web services enable other systems to log in to this Moodle and perform operations. For extra security this feature should be disabled unless you are really using it.';
9ef728d6 213$string['configenablewsdocumentation'] = 'Enable auto-generation of web services documentation. A user can access to his own documentation on his security keys page {$a}. It displays the documentation for the enabled protocols only.';
49aafb90 214$string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice.';
30c8dd34 215$string['configexcludeoldflashclients'] = 'Some versions of the Adobe Flash plugin are known to be vulnerable to attacks from malicious Flash content. You can specify a minimum supported version here, and Moodle will not show Flash files to users with lower versions. Instead they will see an alternate Flash file telling them how to upgrade. Leave this empty to disable all checks.';
30c8dd34 216$string['configextendedusernamechars'] = 'Enable this setting to allow students to use any characters in their usernames (note this does not affect their actual names). The default is "false" which restricts usernames to be alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@).';
c6e1d6af 217$string['configextramemorylimit'] = 'Some scripts like search, backup/restore or cron require more memory. Set higher values for large sites.';
a0ebed93 218$string['configextrauserselectorfields'] = 'Select which fields are searched and displayed, in addition to full names, when selecting users, for example when assigning roles or when adding users to a group. For security reasons, it is recommended that the username field is NOT selected.';
49aafb90 219$string['configfilterall'] = 'Filter all strings, including headings, titles, navigation bar and so on. This is mostly useful when using the multilang filter, otherwise it will just create extra load on your site for little gain.';
304d08f0 220$string['configfiltermatchoneperpage'] = 'Automatic linking filters will only generate a single link for the first matching text instance found on the complete page. All others are ignored.';
49aafb90 221$string['configfiltermatchonepertext'] = 'Automatic linking filters will only generate a single link for the first matching text instance found in each item of text (e.g., resource, block) on the page. All others are ignored. This setting is ignored if the one per page setting is <i>yes</i>.';
741f827a 222$string['configfilteruploadedfiles'] = 'Process all uploaded HTML and text files with the filters before displaying them, only uploaded HTML files or none at all.';
49aafb90 223$string['configforcelogin'] = 'Normally, the front page of the site and the course listings (but not courses) can be read by people without logging in to the site. If you want to force people to log in before they do ANYTHING on the site, then you should enable this setting.';
9900dddd 224$string['configforceloginforprofiles'] = 'This setting forces people to login as a real (non-guest) account before viewing any user\'s profile. If you disabled this setting, you may find that some users post advertising (spam) or other inappropriate content in their profiles, which is then visible to the whole world.';
49aafb90 225$string['configframename'] = 'If you are embedding Moodle within a web frame, then put the name of this frame here. Otherwise this value should remain as \'_top\'';
304d08f0 226$string['configfrontpage'] = 'The items selected above will be displayed on the site\'s front page.';
227$string['configfrontpageloggedin'] = 'The items selected above will be displayed on the site\'s front page when a user is logged in.';
30c8dd34 228$string['configfullnamedisplay'] = 'This defines how names are shown when they are displayed in full. For most mono-lingual sites the most efficient setting is the default "First name + Surname", but you may choose to hide surnames altogether, or to leave it up to the current language pack to decide (some languages have different conventions).';
49aafb90 229$string['configgdversion'] = 'Indicate the version of GD that is installed. The version shown by default is the one that has been auto-detected. Don\'t change this unless you really know what you\'re doing.';
30c8dd34 230$string['configgeoipfile'] = 'Location of GeoIP City binary data file. This file is not part of Moodle distribution and must be obtained separately from <a href="http://www.maxmind.com/">MaxMind</a>. You can either buy a commercial version or use the free version.<br />Simply download <a href="http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz" >http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz</a> and extract it into "{$a}" directory on your server.';
1baac464 231$string['configgetremoteaddrconf'] = 'If your server is behind a reverse proxy, you can use this setting to specify which HTTP headers can be trusted to contain the remote IP address. The headers are read in order, using the first one that is available.';
30c8dd34 232$string['configgooglemapkey'] = 'You need to enter a special key to use Google Maps for IP address lookup visualization. You can obtain the key free of charge at <a href="http://code.google.com/apis/maps/signup.html" >http://code.google.com/apis/maps/signup.html</a>.<br />Your web site URL is: {$a}';
304d08f0 233$string['configgradebookroles'] = 'This setting allows you to control who appears on the gradebook. Users need to have at least one of these roles in a course to be shown in the gradebook for that course.';
30c8dd34 234$string['configgradeexport'] = 'Choose which gradebook export formats are your primary methods for exporting grades. Chosen plugins will then set and use a "last exported" field for every grade. For example, this might result in exported records being identified as being "new" or "updated". If you are not sure about this then leave everything unchecked.';
4de3322d 235$string['confighiddenuserfields'] = 'Select which user information fields you wish to hide from other users other than course teachers/admins. This will increase student privacy. Hold CTRL key to select multiple fields.';
49aafb90 236$string['configidnumber'] = 'This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User\'s ID number is displayed in their Profile.';
bb931a61 237$string['configintcachemax'] = 'For internal cache only. Maximum number of records to keep in the cache. Recommended value: 50. Use lower values to reduce memory usage.';
49aafb90 238$string['configintro'] = 'On this page you can specify a number of configuration variables that help make Moodle work properly on your server. Don\'t worry too much about it - the defaults will usually work fine and you can always come back to this page later and change these settings.';
239$string['configintroadmin'] = 'On this page you should configure your main administrator account which will have complete control over the site. Make sure you give it a secure username and password as well as a valid email address. You can create more admin accounts later on.';
8f8ed475 240$string['configintrosite'] = 'This page allows you to configure the front page and name of this new site. You can come back here later to change these settings any time using the Administration menus.';
30c8dd34 241$string['configintrotimezones'] = 'This page will search for new information about world timezones (including daylight savings time rules) and update your local database with this information. These locations will be checked, in order: {$a} This procedure is generally very safe and can not break normal installations. Do you wish to update your timezones now?';
304d08f0 242$string['configiplookup'] = 'When you click on an IP address (such as 34.12.222.93), such as in the logs, you are shown a map with a best guess of where that IP is located. There are different plugins for this that you can choose from, each has benefits and disadvantages.';
2b4c531a 243$string['configjabberhost'] = 'The server to connect to to send jabber message notifications';
90b4d599
AD
244$string['configjabberserver'] = 'XMPP host ID (can be left empty if the same as Jabber host)';
245$string['configjabberusername'] = 'The user name to use when connecting to the Jabber server';
246$string['configjabberpassword'] = 'The password to use when connecting to the Jabber server';
247$string['configjabberport'] = 'The port to use when connecting to the Jabber server';
98b5789d 248$string['configkeeptagnamecase'] = 'Check this if you want tag names to keep the original casing as entered by users who created them';
8339a019 249$string['configlang'] = 'Choose a default language for the whole site. Users can override this setting using the language menu or the setting in their personal profile.';
49aafb90 250$string['configlangcache'] = 'Cache the language menu. Saves a lot of memory and processing power. If you enable this, the menu takes a few minutes to update after you have added or removed languages.';
e641b745 251$string['configlangstringcache'] = 'Caches all the language strings into compiled files in the data directory. If you are translating Moodle or changing strings in the Moodle source code then you may want to switch this off. Otherwise leave it on to see performance benefits.';
49aafb90 252$string['configlangdir'] = 'Most languages are printed left-to-right, but some, like Arabic and Hebrew, are printed right-to-left.';
253$string['configlanglist'] = 'Leave this blank to allow users to choose from any language you have in this installation of Moodle. However, you can shorten the language menu by entering a comma-separated list of language codes that you want. For example: en,es_es,fr,it';
254$string['configlangmenu'] = 'Choose whether or not you want to display the general-purpose language menu on the home page, login page etc. This does not affect the user\'s ability to set the preferred language in their own profile.';
195e90f9 255$string['configlatinexcelexport'] = 'Choose the encoding for Excel exports.';
be933850 256$string['configlocale'] = 'Choose a sitewide locale - this will override the format and language of dates for all language packs (though names of days in calendar are not affected). You need to have this locale data installed on your operating system (eg for linux en_US.UTF-8 or es_ES.UTF-8). In most cases this field should be left blank.';
49aafb90 257$string['configloginhttps'] = 'Turning this on will make Moodle use a secure https connection just for the login page (providing a secure login), and then afterwards revert back to the normal http URL for general speed. CAUTION: this setting REQUIRES https to be specifically enabled on the web server - if it is not then YOU COULD LOCK YOURSELF OUT OF YOUR SITE.';
cea67da0 258$string['configloglifetime'] = 'This specifies the length of time you want to keep logs about user activity. Logs that are older than this age are automatically deleted. It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime. Values lower than 30 are not recommended because statistics may not work properly.';
4de3322d 259$string['configlookahead'] = 'Days to look ahead';
6265d463 260$string['configmailnewline'] = 'Newline characters used in mail messages. CRLF is required according to RFC 822bis, some mail servers do automatic conversion from LF to CRLF, other mail servers do incorrect conversion from CRLF to CRCRLF, yet others reject mails with bare LF (qmail for example). Try changing this setting if you are having problems with undelivered emails or double newlines.';
4de3322d 261$string['configmaxbytes'] = 'This specifies a maximum size that uploaded files can be throughout the whole site. This setting is limited by the PHP settings post_max_size and upload_max_filesize, as well as the Apache setting LimitRequestBody. In turn, maxbytes limits the range of sizes that can be chosen at course level or module level. If \'Server Limit\' is chosen, the server maximum allowed by the server will be used.';
30c8dd34 262$string['configmaxconsecutiveidentchars'] = 'Passwords must not have more than this number of consecutive identical characters. Use 0 to disable this check.';
49aafb90 263$string['configmaxeditingtime'] = 'This specifies the amount of time people have to re-edit forum postings, glossary comments etc. Usually 30 minutes is a good value.';
304d08f0 264$string['configmaxevents'] = 'Events to Lookahead';
bb931a61 265$string['configmemcachedhosts'] = 'For memcached. Comma-separated list of hosts that are running the memcached daemon. Use IP addresses to avoid DNS latency. memcached does not behave well if you add/remove hosts on a running setup.';
266$string['configmemcachedpconn'] = 'For memcached. Use persistent connections. Use carefully -- it can make Apache/PHP crash after a restart of the memcached daemon.';
49aafb90 267$string['configmessaging'] = 'Should the messaging system between site users be enabled?';
a813a748 268$string['configmessaginghidereadnotifications'] = 'Hide read notifications of events like forum posts when viewing messaging history';
212badff 269$string['configmessagingdeletereadnotificationsdelay'] = 'Read notifications can be deleted to save space. How long after a notification is read can it be deleted?';
83022298 270$string['configminpassworddigits'] = 'Passwords must have at least these many digits.';
271$string['configminpasswordlength'] = 'Passwords must be at least these many characters long.';
272$string['configminpasswordlower'] = 'Passwords must have at least these many lower case letters.';
273$string['configminpasswordnonalphanum'] = 'Passwords must have at least these many non-alphanumeric characters.';
274$string['configminpasswordupper'] = 'Passwords must have at least these many upper case letters.';
f54217e0 275$string['configmycoursesperpage'] = 'Maximum number of courses to display in any list of a user\'s own courses';
3b27b0fe 276$string['configmymoodleredirect'] = 'This setting forces redirects to /my on login for non-admins and replaces the top level site navigation with /my';
03d9401e 277$string['configmypagelocked'] = 'This setting prevents the default page from being edited by any non-admins';
4766a50c 278$string['confignavcourselimit'] = 'Limits the number of courses shown to the user when they are either not logged in or are not enrolled in any courses.';
ba2789c1
SH
279$string['confignavshowallcourses'] = 'Setting this ensures that all courses on the site are shown in the navigation at all times.';
280$string['confignavshowcategories'] = 'Show course categories in the navigation bar and navigation blocks. This does not occur with courses the user is currently enrolled in, they will still be listed under mycourses without categories.';
b069fbd9 281$string['confignodefaultuserrolelists'] = 'This setting prevents all users from being returned from the database from deprecated calls of get_course_user, etc., for the site course if the default role provides that access. Check this, if you suffer a performance hit.';
30c8dd34 282$string['confignoreplyaddress'] = 'Emails are sometimes sent out on behalf of a user (eg forum posts). The email address you specify here will be used as the "From" address in those cases when the recipients should not be able to reply directly to the user (eg when a user chooses to keep their address private).';
49aafb90 283$string['confignotifyloginfailures'] = 'If login failures have been recorded, email notifications can be sent out. Who should see these notifications?';
284$string['confignotifyloginthreshold'] = 'If notifications about failed logins are active, how many failed login attempts by one user or one IP address is it worth notifying about?';
304d08f0 285$string['confignotloggedinroleid'] = 'Users who are not logged in to the site will be treated as if they have this role granted to them at the site context. Guest is almost always what you want here, but you might want to create roles that are less or more restrictive. Things like creating posts still require the user to log in properly.';
49aafb90 286$string['configopentogoogle'] = 'If you enable this setting, then Google will be allowed to enter your site as a Guest. In addition, people coming in to your site via a Google search will automatically be logged in as a Guest. Note that this only provides transparent access to courses that already allow guest access.';
220a90c5 287$string['configoverride'] = 'Defined in config.php';
30c8dd34 288$string['configpasswordpolicy'] = 'Turning this on will make Moodle check user passwords against a valid password policy. Use the settings below to specify your policy (they will be ignored if you set this to \'No\').';
49aafb90 289$string['configpathtoclam'] = 'Path to clam AV. Probably something like /usr/bin/clamscan or /usr/bin/clamdscan. You need this in order for clam AV to run.';
290$string['configpathtodu'] = 'Path to du. Probably something like /usr/bin/du. If you enter this, pages that display directory contents will run much faster for directories with a lot of files.';
291$string['configperfdebug'] = 'If you turn this on, performance info will be printed in the footer of the standard theme';
30c8dd34 292$string['configprofileroles'] = 'List of roles that are visible on user profiles and participation page.';
acd0d53e 293$string['configprofilesforenrolledusersonly'] = 'To prevent misuse by spammers, profile descriptions of users who are not yet enrolled in any course are hidden. New users must enrol in at least one course before they can add a profile description.';
43149d3a 294$string['configprotectusernames'] = 'By default forget_password.php does not display any hints that would allow guessing of usernames or email addresses.';
9bc760f2 295$string['configproxybypass'] = 'Comma separated list of (partial) hostnames or IPs that should bypass proxy (e.g., 192.168., .mydomain.com)';
5f8bdc17 296$string['configproxyhost'] = 'If this <b>server</b> needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname here. Otherwise leave it blank.';
297$string['configproxypassword'] = 'Password needed to access internet through proxy if required, empty if none (PHP cURL extension required).';
304d08f0 298$string['configproxyport'] = 'If this server needs to use a proxy computer, then provide the proxy port here.';
5f8bdc17 299$string['configproxytype'] = 'Type of web proxy (PHP5 and cURL extension required for SOCKS5 support).';
30c8dd34 300$string['configproxyuser'] = 'Username needed to access internet through proxy if required, empty if none (PHP cURL extension required).';
253051dc 301$string['configquarantinedir'] = 'If you want clam AV to move infected files to a quarantine directory, enter it here. It must be writable by the webserver. If you leave this blank, or if you enter a directory that doesn\'t exist or isn\'t writable, infected files will be deleted. Do not include a trailing slash.';
bb931a61 302$string['configrcache'] = 'Use the cache to store database records. Remember to set \'cachetype\' as well!';
303$string['configrcachettl'] = 'Time-to-live for cached records, in seconds. Use a short (&lt;15) value here.';
5d6308d4 304$string['configrecaptchaprivatekey'] = 'String of characters used to communicate between your Moodle server and the recaptcha.net server. Obtain one for this site by visiting http://recaptcha.net';
305$string['configrecaptchapublickey'] = 'String of characters used to display the reCAPTCHA element in the signup form. Generated by http://recaptcha.net';
49aafb90 306$string['configrequestedstudentname'] = 'Word for student used in requested courses';
307$string['configrequestedstudentsname'] = 'Word for students used in requested courses';
304d08f0 308$string['configrequestedteachername'] = 'Word for teacher used in requested courses';
309$string['configrequestedteachersname'] = 'Word for teachers used in requested courses';
30c8dd34 310$string['configrequiremodintro'] = 'Disable this option if you do not want to force users to enter description of each activity.';
49aafb90 311$string['configrestrictbydefault'] = 'Should new courses that are created that fall into the above category have their modules restricted by default?';
eddb24ed 312$string['configrestrictmodulesfor'] = 'Which courses should have <b>the setting</b> for disabling some activity modules? Note that this setting only applies to teachers, administrators will still be able to add any activity to a course.';
304d08f0 313$string['configrunclamavonupload'] = 'When enabled, clam AV will be used to scan all uploaded files.';
49aafb90 314$string['configrunclamonupload'] = 'Run clam AV on file upload? You will need a correct path in pathtoclam for this to work. (Clam AV is a free virus scanner that you can get from http://www.clamav.net/)';
7bab5279 315$string['configuserquota'] = 'The maximum number of bytes that a user can store in their own private file area. {$a->bytes} bytes == {$a->displaysize}';
49aafb90 316$string['configsectioninterface'] = 'Interface';
317$string['configsectionmail'] = 'Mail';
318$string['configsectionmaintenance'] = 'Maintenance';
319$string['configsectionmisc'] = 'Miscellaneous';
004bd0cc 320$string['configsectionoperatingsystem'] = 'Operating system';
49aafb90 321$string['configsectionpermissions'] = 'Permissions';
322$string['configsectionrequestedcourse'] = 'Course requests';
323$string['configsectionsecurity'] = 'Security';
324$string['configsectionstats'] = 'Statistics';
325$string['configsectionuser'] = 'User';
326$string['configsecureforms'] = 'Moodle can use an additional level of security when accepting data from web forms. If this is enabled, then the browser\'s HTTP_REFERER variable is checked against the current form address. In a very few cases this can cause problems if the user is using a firewall (eg Zonealarm) configured to strip HTTP_REFERER from their web traffic. Symptoms are getting \'stuck\' on a form. If your users are having problems with the login page (for example) you might want to disable this setting, although it might leave your site more open to brute-force password attacks. If in doubt, leave this set to \'Yes\'.';
327$string['configsessioncookie'] = 'This setting customises the name of the cookie used for Moodle sessions. This is optional, and only useful to avoid cookies being confused when there is more than one copy of Moodle running within the same web site.';
e6e13284 328$string['configsessioncookiedomain'] = 'This allows you to change the domain that the Moodle cookies are available from. This is useful for Moodle customisations (e.g. authentication or enrolment plugins) that need to share Moodle session information with a web application on another subdomain. <strong>WARNING: it is strongly recommended to leave this setting at the default (empty) - an incorrect value will prevent all logins to the site.</strong>';
29d218ce 329$string['configsessioncookiepath'] = 'If you need to change where browsers send the Moodle cookies, you can change this setting to specify a subdirectory of your web site. Otherwise the default \'/\' should be fine.';
49aafb90 330$string['configsessiontimeout'] = 'If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended). This variable specifies how long this time should be.';
db954aba 331$string['configshowcommentscount'] = 'Show comments count, it will cost one more query when display comments link';
304d08f0 332$string['configshowsiteparticipantslist'] = 'All of these site students and site teachers will be listed on the site participants list. Who shall be allowed to see this site participants list?';
79bb9d2d
HF
333$string['configsitedefaultlicense'] = 'Default site licence';
334$string['configsitedefaultlicensehelp'] = 'The default licence for publishing content on this site';
49aafb90 335$string['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.';
5735fefc 336$string['configsitemaxcategorydepth'] = 'Maximum category depth';
30c8dd34 337$string['configsitemaxcategorydepthhelp'] = 'This specifies the maximum depth of child categories shown';
848917d1 338$string['configslasharguments'] = 'Files (images, uploads etc) are provided via a script using \'slash arguments\'. This method allows files to be more easily cached in web browsers, proxy servers etc. Unfortunately, some PHP servers don\'t allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), disable this setting.';
24c66531 339$string['configsmartpix'] = 'With this on, icons are served through a PHP script that searches the current theme, then all parent themes, then the Moodle /pix folder. This reduces the need to duplicate image files within themes, but has a slight performance cost.';
8b98bb6a 340$string['configsmtphosts'] = 'Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg \'mail.a.com\' or \'mail.a.com;mail.b.com\'). To specify a non-default port (i.e other than port 25), you can use the [server]:[port] syntax (eg \'mail.a.com:587\'. If you leave it blank, Moodle will use the PHP default method of sending mail.';
30c8dd34 341$string['configsmtpmaxbulk'] = 'Maximum number of messages sent per SMTP session. Grouping messages may speed up the sending of emails. Values lower than 2 force creation of new SMTP session for each email.';
49aafb90 342$string['configsmtpuser'] = 'If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.';
6d746b98 343$string['configstartwday'] = 'Start of week';
49aafb90 344$string['configstatsfirstrun'] = 'This specifies how far back the logs should be processed <b>the first time</b> the cronjob wants to process statistics. If you have a lot of traffic and are on shared hosting, it\'s probably not a good idea to go too far back, as it could take a long time to run and be quite resource intensive. (Note that for this setting, 1 month = 28 days. In the graphs and reports generated, 1 month = 1 calendar month.)';
345$string['configstatsmaxruntime'] = 'Stats processing can be quite intensive, so use a combination of this field and the next one to specify when it will run and how long for.';
5e7206a8 346$string['configstatsmaxruntime2'] = 'Stats processing can be quite intensive, specify maximum time allowed for gathering of one day of statistics. Maximum number of days processed in one cron execution is 31.';
347$string['configstatsmaxruntime3'] = 'Specify the maximum time allowed to calculate the statistics for one day, bearing in mind that stats processing can put a big load on the server. The maximum number of days processed in one cron can be specified below.';
348$string['configstatsruntimedays'] = 'Specify the maximum number of days processed in each stats execution. When stats are up-to-date, only one day will be processed, so adjust this value depending of your server load, reducing it if shorter cron executions are needed.';
61460dd6 349$string['configstatsruntimestart'] = 'What time should the cronjob that does the stats processing <b>start</b>? Please specify different times if there are multiple Moodles on one physical server.';
6d746b98 350$string['configstatsuserthreshold'] = 'This setting specifies the minimum number of enrolled users for a course to be included in statistics calculations.';
07e853e9 351$string['configstripalltitletags'] = 'Uncheck this setting to allow HTML tags in activity and resource names.';
dceaf5bf 352$string['configsupportemail'] = 'This email address will be published to users of this site as the one to email when they need general help (for example, when new users create their own accounts). If this email is left blank then no such helpful email address is supplied.';
353$string['configsupportname'] = 'This is the name of a person or other entity offering general help via the support email or web address.';
354$string['configsupportpage'] = 'This web address will be published to users of this site as the one to go to when they need general help (for example, when new users create their own accounts). If this address is left blank then no link will be supplied.';
6c2e2008 355$string['configthemedesignermode'] = 'Normally all theme images and style sheets are cached in browsers and on the server for a very long time, for performance. If you are designing themes or developing code then you probably want to turn this mode on so that you are not served cached versions. Warning: this will make your site slower for all users! Alternatively, you can also reset the theme caches manually from the Theme selection page.';
770fef0a 356$string['configthemelist'] = 'Leave this blank to allow any valid theme to be used. If you want to shorten the theme menu, you can specify a comma-separated list of names here (Don\'t use spaces!).
49aafb90 357For example: standard,orangewhite.';
30c8dd34 358$string['configtimezone'] = 'You can set the default timezone here. This is the only the DEFAULT timezone for displaying dates - each user can override this by setting their own in their profile. "Server time" here will make Moodle default to the server\'s operating system setting, but "Server time" in the user profile will make the user default to this timezone setting. Cronjobs that depend on a time of day to run will use this timezone.';
49aafb90 359$string['configunzip'] = 'Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines.';
30c8dd34 360$string['configuseblogassociations'] = 'Should users be able to organize their blog by associating entries with courses and course modules?';
32fe576f 361$string['configuseexternalyui'] = 'Instead of using local files, use online files available on Yahoo&#145;s servers. WARNING: This requires an internet connection, or no AJAX will work on your site.';
9db103e9 362$string['configusetags'] = 'Should tags functionality across the site be enabled?';
49aafb90 363$string['configvariables'] = 'Variables';
bff34a67 364$string['configverifychangedemail'] = 'Enables verification of changed email addresses using allowed and denied email domains settings. If this setting is disabled the domains are enforced only when creating new users.';
30c8dd34 365$string['configvisiblecourses'] = 'Display courses in hidden categories normally';
49aafb90 366$string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.';
2f67d1f8 367$string['configxmlstrictheaders'] = 'Set to on, each page will be generated using XML http headers and prolog, so browsers will show XHTML errors inline. This is only useful for developers.';
84d6e832 368$string['configyuicomboloading'] = 'This options enables combined file loading optimisation for YUI libraries. This setting should be enabled on production sites for performance reasons.';
49aafb90 369$string['configzip'] = 'Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines.';
370$string['confirmation'] = 'Confirmation';
34e20eb4 371$string['confirmdeletecomments'] = 'You are about to delete comments, are you sure?';
30c8dd34
DM
372$string['confirmed'] = 'Confirmed';
373$string['confirminstall'] = 'You are about to install language pack ({$a}), are you sure?';
cf4e7548 374$string['convertformat'] = '<i>convert</i> output format';
4ea8df21 375$string['cookiehttponly'] = 'Only http cookies';
376$string['cookiesecure'] = 'Secure cookies only';
304d08f0 377$string['country'] = 'Default country';
df997f84
PS
378$string['coursecontact'] = 'Course contacts';
379$string['coursecontact_desc'] = 'This setting allows you to control who appears on the course description. Users need to have at least one of these roles in a course to be shown on the course description for that course.';
304d08f0 380$string['coursemgmt'] = 'Add/edit courses';
381$string['courseoverview'] = 'Course overview';
e452210a 382$string['courserequestnotify'] = 'Course request notification';
30c8dd34 383$string['courserequestnotifyemail'] = 'User {$a->user} requested a new course at {$a->link}';
5735fefc 384$string['courserequests'] = 'Course requests';
e452210a 385$string['courserequestspending'] = 'Pending course requests';
304d08f0 386$string['courses'] = 'Courses';
387$string['coursesperpage'] = 'Courses per page';
5e992f56 388$string['creatornewroleid'] = 'Creators\' role in new courses';
9047d80e
DM
389$string['cron'] = 'Cron';
390$string['cron_help'] = 'The cron.php maintenance script assists some of Moodle\'s modules to perform tasks on a scheduled basis, such as mailing out copies of new forum posts. A mechanism is required to run the script regularly e.g. every 5 minutes.';
391$string['cron_link'] = 'admin/cron';
e08df351 392$string['cronclionly'] = 'Cron execution via command line only';
393$string['cronerrorclionly'] = 'Sorry, internet access to this page has been disabled by the administrator.';
394$string['cronerrorpassword'] = 'Sorry, you have not provided a valid password to access this page';
395$string['cronremotepassword'] = 'Cron password for remote access';
30c8dd34
DM
396$string['cronwarning'] = 'The <a href="cron.php">cron.php maintenance script</a> has not been run for at least 24 hours.';
397$string['csvdelimiter'] = 'CSV delimiter';
bbbfc057 398$string['ctyperecommended'] = 'Installing the optional ctype PHP extension is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.';
399$string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';
5430f05b 400$string['curlcache'] = 'cURL cache TTL';
5f8bdc17 401$string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
2b4e3545 402$string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to communicate with Moodle repositories.';
5735fefc 403$string['customcheck'] = 'Other checks';
d2dbd0c0
SH
404$string['custommenu'] = 'Custom menu';
405$string['custommenuitems'] = 'Custom menu items';
bba0beae 406$string['datarootsecurityerror'] = '<p><strong>SECURITY WARNING!</strong></p><p>Your dataroot directory is in the wrong location and is exposed to the web. This means that all your private files are available to anyone in the world, and some of them could be used by a cracker to obtain unauthorised administrative access to your site!</p>
30c8dd34
DM
407<p>You <em>must</em> move dataroot directory ({$a}) to a new location that is not within your public web directory, and update the <code>$CFG->dataroot</code> setting in your config.php accordingly.</p>';
408$string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ({$a}) is not directly accessible via web.';
5735fefc 409$string['dbmigrate'] = 'Moodle database migration';
cb8229d0 410$string['dbmigrateconnecerror'] = 'Could not connect to the database specified.';
30c8dd34
DM
411$string['dbmigrateencodingerror'] = 'The database specified has encoding {$a} rather than required UNICODE/UTF8.<br />Please specify another.';
412$string['dbmigratepostgres'] = 'It seems that you are using PostgreSQL as the database server. To continue the migration process you need to manually create a new database with encoding "UNICODE"(PostgreSQL 7) or "UTF8" (PostgreSQL 8) to store the migrated data. Please enter your new database connection settings below to continue:';
4de3322d 413$string['dbmigratewarning'] = 'Please make sure that you have backed up your Moodle database before commencing this procedure. If you are unsure of how to do that, please contact your system admin. Your Moodle site will be put under maintenance mode after you start the migration process';
304d08f0 414$string['dbmigratewarning2'] = '<b>Warning: You are about to start the database migration process. Please be very sure that your entire Moodle database is backed up.</b>';
30c8dd34
DM
415$string['dbmigrationdeprecateddb'] = '<font color="#ff0000">This database is migrated to a new UTF8 database and deprecated. Please edit your config.php and use the new database for this moodle.</font>';
416$string['dbmigrationdupfailed'] = 'Database duplication failed with possible error:<font color="#ff0000"><pre>{$a}</pre></font>';
304d08f0 417$string['dbsessions'] = 'Use database for session information';
30c8dd34 418$string['dbtest'] = 'Functional DB tests';
304d08f0 419$string['debug'] = 'Debug messages';
7eb0b60a 420$string['debugall'] = 'ALL: Show all reasonable PHP debug messages';
421$string['debugdeveloper'] = 'DEVELOPER: extra Moodle debug messages for developers';
30c8dd34 422$string['debugdisplay'] = 'Display debug messages';
304d08f0 423$string['debugging'] = 'Debugging';
424$string['debugminimal'] = 'MINIMAL: Show only fatal errors';
425$string['debugnone'] = 'NONE: Do not show any errors or warnings';
426$string['debugnormal'] = 'NORMAL: Show errors, warnings and notices';
360dde50 427$string['debugpageinfo'] = 'Show page information';
30c8dd34
DM
428$string['debugsmtp'] = 'Debug email sending';
429$string['debugstringids'] = 'Show origin of languages strings';
360dde50 430$string['debugvalidators'] = 'Show validator links';
304d08f0 431$string['defaultallowedmodules'] = 'Default allowed modules';
4766a50c 432$string['defaulthomepage'] = 'Default home page for users';
304d08f0 433$string['defaultrequestcategory'] = 'Default category for course requests';
30c8dd34 434$string['defaultsettinginfo'] = 'Default: {$a}';
304d08f0 435$string['defaultuserroleid'] = 'Default role for all users';
066bfbfe 436$string['defaultvalues'] = 'Default values';
a7db355a 437$string['deleteerrors'] = 'Delete errors';
30c8dd34
DM
438$string['deletefilterareyousure'] = 'Are you sure you want to delete the filter \'{$a}\'';
439$string['deletefilterareyousuremessage'] = 'You are about to completely delete the filter \'{$a}\'. Are you sure you want to uninstall it?';
440$string['deletefilterfiles'] = 'All data associated with the filter \'{$a->filter}\' has been deleted from the database. To complete the deletion (and to prevent the filter from re-installing itself), you should now delete this directory from your server: {$a->directory}';
a4a57da9 441$string['deleteincompleteusers'] = 'Delete incomplete users after';
30c8dd34
DM
442$string['deleteqtypeareyousure'] = 'Are you sure you want to delete the question type \'{$a}\'';
443$string['deleteqtypeareyousuremessage'] = 'You are about to completely delete the question type \'{$a}\'. Are you sure you want to uninstall it?';
a4a57da9 444$string['deleteunconfirmed'] = 'Delete not fully setup users after';
38d2d43b 445$string['deleteuser'] = 'Delete user';
30c8dd34
DM
446$string['deletingfilter'] = 'Deleting filter \'{$a}\'';
447$string['deletingqtype'] = 'Deleting question type \'{$a}\'';
49aafb90 448$string['density'] = 'Density';
304d08f0 449$string['denyemailaddresses'] = 'Denied email domains';
b032b490 450$string['development'] = 'Development';
304d08f0 451$string['digestmailtime'] = 'Hour to send digest emails';
7bab5279 452$string['disableuserimages'] = 'Disable user profile images';
b3732604 453$string['displayerrorswarning'] = 'Enabling the PHP setting <em>display_errors</em> is not recommended on production sites because some error messages may reveal sensitive information about your server.';
304d08f0 454$string['displayloginfailures'] = 'Display login failures to';
455$string['docroot'] = 'Moodle Docs document root';
456$string['doctonewwindow'] = 'Open in new window';
49aafb90 457$string['download'] = 'Download';
5d6993b1 458$string['editennotallowed'] = 'Language en_utf8 cannot be edited with this page - switch to local';
49aafb90 459$string['edithelpdocs'] = 'Edit help documents';
1510efa2 460$string['editingnoncorelangfile'] = 'You are trying to modify translation of an add-on module/plugin. You can save translation of 3rd party modules in your _local folder only. You may want to move the file with translation into the module\'s lang directory and/or send it to the maintainer of the add-on module.';
2dbc40f4 461$string['editlang'] = '<b>Edit</b>';
304d08f0 462$string['editorbackgroundcolor'] = 'Background color';
42424a46 463$string['editordictionary'] = 'Editor dictionary';
304d08f0 464$string['editorfontfamily'] = 'Font family';
465$string['editorfontlist'] = 'Font list';
466$string['editorfontsize'] = 'Font size';
467$string['editorhidebuttons'] = 'Hidden buttons';
468$string['editorkillword'] = 'Word format filter';
42424a46 469$string['editorspelling'] = 'Editor spelling';
30c8dd34 470$string['editorspellinghelp'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server.';
1bfb0c61 471$string['editstrings'] = 'Edit words or phrases';
d6ace123 472$string['emailchangeconfirmation'] = 'Email change confirmation';
7680da6c
DM
473$string['emoticontext'] = 'Text';
474$string['emoticonimagename'] = 'Image name';
475$string['emoticonalt'] = 'Alternative text';
476$string['emoticoncomponent'] = 'Image component';
93c61c18 477$string['emoticons'] = 'Emoticons';
7680da6c
DM
478$string['emoticons_desc'] = 'This form defines the emoticons (or smileys) used at your site. To remove a row from the table, save the form with an empty value in any of the required fields. To register a new emoticon, fill the fields in the last blank row. To reset all the fields into default values, follow the link above.
479
480* Text (required) - This text will be replaced with the emoticon image. It must be at least two characters long.
481* Image name (required) - The emoticon image file name without the extension, relative to the component pix folder.
482* Image component (required) - The component providing the icon.
483* Alternative text (optional) - String identifier and component of the alternative text of the emoticon.';
484$string['emoticonsreset'] = 'Reset emoticons setting to default values';
220a90c5 485$string['emptysettingvalue'] = 'Empty';
304d08f0 486$string['enableajax'] = 'Enable AJAX';
dbf9d4cb 487$string['enablecalendarexport'] = 'Enable calendar export';
1bcb7eb5 488$string['enablecomments'] = 'Enable comments';
8b2918a4
DM
489$string['enablecourseajax'] = 'Enable AJAX course editing';
490$string['enablecourseajax_desc'] = 'Allow AJAX when editing main course pages. Note that the course format and the theme must support AJAX editing and the user has to enable AJAX in their profiles, too.';
30c8dd34 491$string['enablecourserequests'] = 'Enable course requests';
304d08f0 492$string['enableglobalsearch'] = 'Enable global search';
98da6021 493$string['enablegroupmembersonly'] = 'Enable group members only';
e0ac8448 494$string['enablehtmlpurifier'] = 'Enable HTML Purifier';
7bab5279 495$string['enablerecordcache'] = 'Enable record cache';
304d08f0 496$string['enablerssfeeds'] = 'Enable RSS feeds';
7d4dfc48 497$string['enablesafebrowserintegration'] = 'Enable Safe Exam Browser integration';
304d08f0 498$string['enablestats'] = 'Enable statistics';
7bab5279 499$string['enabletrusttext'] = 'Enable trusted content';
884f46c9 500$string['enablewebservices'] = 'Enable web services';
7886efc4 501$string['enablewsdocumentation'] = 'Web services documentation';
ed22a01b 502$string['encoding'] = 'Encoding';
df997f84
PS
503$string['enrolinstancedefaults'] = 'Enrolment instance defaults';
504$string['enrolinstancedefaults_desc'] = 'Default enrolment settings in new courses.';
51471f2a 505$string['enrolmultipleusers'] = 'Enrol the users';
49aafb90 506$string['environment'] = 'Environment';
507$string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
c3c56974 508$string['environmenterrorupgrade'] = 'Warning: you should solve all the environmental problems (errors) found above before proceeding to upgrade this Moodle version! Upgrading without fixing these requirements could cause problems such as data loss. Are you sure you want to continue with the upgrade?';
f404df92 509$string['environmentmustfixsetting'] = 'PHP setting must be changed.';
29461961 510$string['environmentok'] = 'Your server environment meets all minimum requirements.';
ce5f4578 511$string['environmentrecommendcustomcheck'] = 'if this test fails, it indicates a potential problem';
512$string['environmentrecommendinstall'] = 'should be installed and enabled for best results';
30c8dd34 513$string['environmentrecommendversion'] = 'version {$a->needed} is recommended and you are running {$a->current}';
ce5f4578 514$string['environmentrequirecustomcheck'] = 'this test must pass';
515$string['environmentrequireinstall'] = 'must be installed and enabled';
30c8dd34
DM
516$string['environmentrequireversion'] = 'version {$a->needed} is required and you are running {$a->current}';
517$string['environmentsettingok'] = 'recommended setting detected';
518$string['environmentshouldfixsetting'] = 'PHP setting should be changed.';
519$string['environmentxmlerror'] = 'Error reading environment data ({$a->error_code})';
520$string['errordeletingconfig'] = 'An error occurred while deleting the configuration records for plugin \'{$a}\'.';
49aafb90 521$string['errors'] = 'Errors';
304d08f0 522$string['errorsetting'] = 'Could not save setting:';
220a90c5 523$string['errorwithsettings'] = 'Some settings were not changed due to an error.';
30c8dd34 524$string['everyonewhocan'] = 'Everyone who can \'{$a}\'';
4b600aa0 525$string['exceptions'] = 'exceptions';
30c8dd34 526$string['excludeoldflashclients'] = 'Required Flash player version';
304d08f0 527$string['experimental'] = 'Experimental';
3b49f849 528$string['experimentalsettings'] = 'Experimental settings';
304d08f0 529$string['extendedusernamechars'] = 'Allow extended characters in usernames';
c6e1d6af 530$string['extramemorylimit'] = 'Extra PHP memory limit';
99cd2f77 531$string['extrauserselectorfields'] = 'When selecting users, search and display';
a825fec7 532$string['fatalmagicquotesruntime'] = '<p>Serious configuration error detected, please notify server administrator.</p><p> To operate properly, Moodle requires that administrator changes PHP settings.</p><p><code>magic_quotes_runtime</code> must be set to <code>off</code>.</p><p>This setting is controlled by editing <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file on the server.</p>';
30c8dd34 533$string['fatalsessionautostart'] = '<p>Serious configuration error detected, please notify server administrator.</p><p> To operate properly, Moodle requires that administrator changes PHP settings.</p><p><code>session.auto_start</code> must be set to <code>off</code>.</p><p>This setting is controlled by editing <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file on the server.</p>';
5d6993b1 534$string['filecreated'] = 'New file created';
535$string['filestoredin'] = 'Save file into folder :';
536$string['filestoredinhelp'] = 'Where the file will be stored';
49aafb90 537$string['filterall'] = 'Filter all strings';
538$string['filtermatchoneperpage'] = 'Filter match once per page';
539$string['filtermatchonepertext'] = 'Filter match once per text';
0f74bb01 540$string['filters'] = 'Filters';
220a90c5 541$string['filtersettings'] = 'Manage filters';
542$string['filtersettingsgeneral'] = 'General filter settings';
49aafb90 543$string['filteruploadedfiles'] = 'Filter uploaded files';
304d08f0 544$string['forcelogin'] = 'Force users to login';
545$string['forceloginforprofiles'] = 'Force users to login for profiles';
546$string['forcetimezone'] = 'Force default timezone';
547$string['framename'] = 'Frame name';
1369948c
DM
548$string['frontpage'] = 'Front page';
549$string['frontpagebackup'] = 'Front page backup';
8e5da17a 550$string['frontpagedefaultrole'] = 'Default frontpage role';
0f74bb01 551$string['frontpagefilters'] = 'Front page filters';
304d08f0 552$string['frontpageloggedin'] = 'Front page items when logged in';
1369948c
DM
553$string['frontpageoverrides'] = 'Front page permission overrides';
554$string['frontpagequestions'] = 'Front page questions';
555$string['frontpagerestore'] = 'Front page restore';
556$string['frontpageroles'] = 'Front page roles';
557$string['frontpagesettings'] = 'Front page settings';
558$string['fullnamedisplay'] = 'Full name format';
3ad2bfed 559$string['gdrecommended'] = 'GD extension is used for conversion of images, some features such as user profile images will not be available if missing.';
304d08f0 560$string['gdversion'] = 'GD version';
561$string['generalsettings'] = 'General settings';
7bab5279 562$string['geoipfile'] = 'GeoIP city data file';
62ea712f 563$string['getremoteaddrconf'] = 'Logged IP address source';
49aafb90 564$string['globalsquoteswarning'] = '<p><strong>Security Warning</strong>: to operate properly, Moodle requires <br />that you make certain changes to your current PHP settings.<p/><p>You <em>must</em> set <code>register_globals=off</code> and/or <code>magic_quotes_gpc=on</code>. <br />If possible, you should set <code>register_globals=off</code> to improve general <br /> server security, setting <code>magic_quotes_gpc=on</code> is also recommended.<p/><p>These settings are controlled by editing your <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file.</p>';
bba0beae 565$string['globalswarning'] = '<p><strong>SECURITY WARNING!</strong></p><p> To operate properly, Moodle requires <br />that you make certain changes to your current PHP settings.</p><p>You <em>must</em> set <code>register_globals=off</code>.</p><p>This setting is controlled by editing your <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file.</p>';
df997f84
PS
566$string['groupenrolmentkeypolicy'] = 'Group enrolment key policy';
567$string['groupenrolmentkeypolicy_desc'] = 'Turning this on will make Moodle check group enrolment keys against a valid password policy.';
7c09710c 568$string['googlemapkey'] = 'Google Maps API key';
5d6993b1 569$string['gotofirst'] = 'Go to first missing string';
304d08f0 570$string['gradebook'] = 'Gradebook';
571$string['gradebookroles'] = 'Graded roles';
6ba3d875 572$string['gradeexport'] = 'Primary grade export methods';
ebce32b5 573$string['guestroleid'] = 'Role for guest';
f0a25c37 574$string['guestroleid_help'] = 'This role is automatically assigned to the guest user. It is also temporarily assigned to not enrolled users that enter the course via guest enrolment plugin.';
49aafb90 575$string['helpadminseesall'] = 'Do admins see all calendar events or just those that apply to themselves?';
576$string['helpcalendarsettings'] = 'Configure various calendar and date/time-related aspects of Moodle';
577$string['helpforcetimezone'] = 'You can allow users to individually select their timezone, or force a timezone for everyone.';
578$string['helpsitemaintenance'] = 'For upgrades and other work';
579$string['helpstartofweek'] = 'Which day starts the week in the calendar?';
580$string['helpupcominglookahead'] = 'How many days in the future does the calendar look for upcoming events by default?';
581$string['helpupcomingmaxevents'] = 'How many (maximum) upcoming events are shown to users by default?';
30c8dd34 582$string['helpweekenddays'] = 'Which days of the week are treated as "weekend" and shown with a different colour?';
304d08f0 583$string['hiddenuserfields'] = 'Hide user fields';
d91f99a6 584$string['hidefromall'] = 'Hide from all users';
585$string['hidefromnone'] = 'Hide from nobody';
586$string['hidefromstudents'] = 'Hide from students';
1c63e174 587$string['htmleditor'] = 'HTML editor';
1d295d6c 588$string['htmleditorsettings'] = 'HTML editor settings';
8eb1d25f 589$string['htmlsettings'] = 'HTML settings';
304d08f0 590$string['http'] = 'HTTP';
591$string['httpsecurity'] = 'HTTP security';
30c8dd34
DM
592$string['change'] = 'change';
593$string['changesitelang'] = 'Change site language';
594$string['checkboxno'] = 'No';
595$string['checkboxyes'] = 'Yes';
596$string['choosefiletoedit'] = 'Choose file to edit';
4de3322d 597$string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.';
30d75d40 598$string['iconvrequired'] = 'Installing ICONV extension is required.';
ad0cf519 599$string['ignore'] = 'Ignore';
304d08f0 600$string['importlangreminder'] = 'The database migration process is commencing. You will need to <b>log in again</b> for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility <b>after</b> the database migration process is completed.';
49aafb90 601$string['importtimezones'] = 'Update complete list of timezones';
30c8dd34 602$string['importtimezonescount'] = '{$a->count} entries imported from {$a->source}';
49aafb90 603$string['importtimezonesfailed'] = 'No sources found! (Bad news)';
304d08f0 604$string['includemoduleuserdata'] = 'Include module user data';
688e209c 605$string['incompatibleblocks'] = 'Incompatible blocks';
606$string['install'] = 'Install selected language pack';
607$string['installedlangs'] = 'Installed language packs';
df997f84 608$string['installhijacked'] = 'Installation must be finished from the original IP address, sorry.';
88582df4 609$string['installsessionerror'] = 'Can not initialise PHP session, please verify that your browser accepts cookies.';
bb931a61 610$string['intcachemax'] = 'Int. cache max';
8b0846f7 611$string['intlrecommended'] = 'Intl extension is used to improve internationalization support, such as locale aware sorting.';
771dc7b2 612$string['invalidlangpack'] = 'to edit this language pack, you need to put it in language folder.';
30c8dd34
DM
613$string['invalidsection'] = 'Invalid section.';
614$string['invaliduserchangeme'] = 'Username "changeme" is reserved -- you cannot create an account with it.';
5035228f 615$string['ipblocked'] = 'This site is not available currently.';
fe6b274c
DM
616$string['ipblocker'] = 'IP blocker';
617$string['ipblockersyntax'] = 'Put every entry on one line. Valid entries are either full IP address (such as <b>192.168.10.1</b>) which matches a single host; or partial address (such as <b>192.168.</b>) which matches any address starting with those numbers; or CIDR notation (such as <b>231.54.211.0/20</b>); or a range of IP addresses (such as <b>231.3.56.10-20</b>) where the range applies to the last part of the address. Text domain names (like \'example.com\') are not supported. Blank lines are ignored.';
304d08f0 618$string['iplookup'] = 'IP address lookup';
30c8dd34 619$string['iplookupinfo'] = 'By default Moodle uses the free online NetGeo (The Internet Geographic Database) server to lookup location of IP addresses, unfortunately this database is not maintained anymore and may return <em>wildly incorrect</em> data.
7c09710c 620It is recommended to install local copy of free GeoLite City database from MaxMind.<br />
621IP address location is displayed on simple map or using Google Maps. Please note that you need to have a Google account and apply for free Google Maps API key to enable interactive maps.';
30c8dd34 622$string['iplookupmaxmindnote'] = 'This product includes GeoLite data created by MaxMind, available from <a href="http://www.maxmind.com/">http://www.maxmind.com/</a>.';
7c09710c 623$string['iplookupnetgeonote'] = 'The NetGeo server is currently being used to look up geographical information. For more accurate results we recommend installing a local copy of the MaxMind GeoLite database.';
90b4d599
AD
624$string['jabber'] = 'Jabber';
625$string['jabberhost'] = 'Jabber host';
626$string['jabberserver'] = 'Jabber server';
627$string['jabberusername'] = 'Jabber user name';
628$string['jabberpassword'] = 'Jabber password';
629$string['jabberport'] = 'Jabber port';
98b5789d 630$string['keeptagnamecase'] = 'Keep tag name casing';
304d08f0 631$string['lang'] = 'Default language';
304d08f0 632$string['langcache'] = 'Cache language menu';
3566b97c 633$string['langedit'] = 'Language editing';
33951ee4 634$string['langimport'] = 'Language import utility';
f9a064f9 635$string['langimportdisabled'] = 'Language import feature has been disabled. You have to update your language packs manually at the file-system level.';
688e209c 636$string['langimportsuccess'] = 'Language pack successfully upgraded';
304d08f0 637$string['langlist'] = 'Languages on language menu';
30c8dd34
DM
638$string['langlocalpackage'] = 'Local modifications';
639$string['langmasterenglish'] = 'Master English pack';
640$string['langmasterpackage'] = 'Master language pack';
304d08f0 641$string['langmenu'] = 'Display language menu';
4de3322d 642$string['langnoeditenglish'] = 'Can\'t overwrite the base English language pack. Please switch lang directory to make local changes';
30c8dd34 643$string['langpackinstalled'] = 'Language pack {$a} was successfully installed';
98240e51 644$string['langpackmaintaining'] = 'Language pack maintaining';
688e209c 645$string['langpackremoved'] = 'Language pack was uninstalled';
304d08f0 646$string['langpacks'] = 'Language packs';
30c8dd34
DM
647$string['langpackupdated'] = 'Language pack {$a} was successfully updated';
648$string['langpackupdateskipped'] = 'Update of {$a} language pack skipped';
e3c21e8c 649$string['langpackwillbeupdated'] = 'NOTE: Moodle will try to download updates for your language packs during the upgrade.';
dcbd0ad6 650$string['langrmyourself'] = 'To prevent data loss, lang.php is not able to overwrite existing file with empty content. Please, remove the file manually in order to get rid of it.';
e641b745 651$string['langstringcache'] = 'Cache all language strings';
304d08f0 652$string['languagesettings'] = 'Language settings';
688e209c 653$string['langupdatecomplete'] = 'Language pack update completed';
30c8dd34 654$string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update language packs directly from download.moodle.org by following the link below';
688e209c 655$string['latexpreamble'] = 'LaTeX preamble';
656$string['latexsettings'] = 'LaTeX renderer Settings';
195e90f9 657$string['latinexcelexport'] = 'Excel encoding';
deb73728
PS
658$string['legacyfilesinnewcourses'] = 'Legacy course files in new courses';
659$string['legacyfilesinnewcourses_help'] = 'By default legacy course files areas are available only in upgraded courses. Please note some features like single activity backup/restore are not compatible with this settings.';
79bb9d2d 660$string['licensesettings'] = 'Licence settings';
233b6ff9 661$string['loading'] = 'Loading';
304d08f0 662$string['localetext'] = 'Sitewide locale';
98240e51 663$string['localstringcustomization'] = 'Local string customization';
304d08f0 664$string['location'] = 'Location';
665$string['locationsettings'] = 'Location settings';
61ebef8f 666$string['locked'] = 'locked';
304d08f0 667$string['log'] = 'Logs';
f11f7b41
PS
668$string['logguests'] = 'Log guest access';
669$string['logguests_help'] = 'This setting enables logging of actions by guest account and not logged in users. High profile sites may want to disable this logging for performance reasons. It is recommended to keep this setting enabled on production sites.';
304d08f0 670$string['loginhttps'] = 'Use HTTPS for logins';
671$string['loglifetime'] = 'Keep logs for';
c581c003 672$string['longtimewarning'] = '<b>Please note that this process can take a long time.</b>';
304d08f0 673$string['mail'] = 'Email';
6265d463 674$string['mailnewline'] = 'Newline characters in mail';
5735fefc 675$string['maintenancemode'] = 'In maintenance mode';
49aafb90 676$string['maintfileopenerror'] = 'Error opening maintenance files!';
677$string['maintinprogress'] = 'Maintenance is in progress...';
4ed70f1b 678$string['managelang'] = 'Manage';
79bb9d2d 679$string['managelicenses'] = 'Manage licences';
4b600aa0 680$string['manageqtypes'] = 'Manage question types';
304d08f0 681$string['maxbytes'] = 'Maximum uploaded file size';
30c8dd34 682$string['maxconsecutiveidentchars'] = 'Consecutive identical characters';
304d08f0 683$string['maxeditingtime'] = 'Maximum time to edit posts';
4de3322d 684$string['mbstringrecommended'] = 'Installing the optional MBSTRING library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.';
49aafb90 685$string['mediapluginavi'] = 'Enable .avi filter';
686$string['mediapluginflv'] = 'Enable .flv filter';
30c8dd34 687$string['mediapluginimg'] = 'Enable auto-embedding of linked images';
49aafb90 688$string['mediapluginmov'] = 'Enable .mov filter';
49aafb90 689$string['mediapluginmpg'] = 'Enable .mpg filter';
30c8dd34 690$string['mediapluginmp3'] = 'Enable .mp3 filter';
ce5dc36e
RW
691$string['mediapluginogg'] = 'Enable .ogg filter';
692$string['mediapluginogv'] = 'Enable .ogv filter';
a68dc796 693$string['mediapluginram'] = 'Enable .ram filter';
304d08f0 694$string['mediapluginrm'] = 'Enable .rm filter';
6fe1db7e 695$string['mediapluginrpm'] = 'Enable .rpm filter';
304d08f0 696$string['mediapluginswf'] = 'Enable .swf filter';
aa2d0152 697$string['mediapluginswfnote'] = 'As a default security measure, normal users should not be allowed to embed swf flash files.';
49aafb90 698$string['mediapluginwmv'] = 'Enable .wmv filter';
30c8dd34 699$string['mediapluginyoutube'] = 'Enable YouTube links filter';
bb931a61 700$string['memcachedhosts'] = 'memcached hosts';
701$string['memcachedpconn'] = 'memcached use persistent connections';
304d08f0 702$string['messaging'] = 'Enable messaging system';
a813a748 703$string['messaginghidereadnotifications'] = 'Hide read notifications';
212badff 704$string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
83022298 705$string['minpassworddigits'] = 'Digits';
7bab5279 706$string['minpasswordlength'] = 'Password length';
83022298 707$string['minpasswordlower'] = 'Lowercase letters';
708$string['minpasswordnonalphanum'] = 'Non-alphanumeric characters';
709$string['minpasswordupper'] = 'Uppercase letters';
304d08f0 710$string['misc'] = 'Miscellaneous';
30c8dd34 711$string['missinglangparent'] = 'Missing parent language <em>{$a->parent}</em> of <em>{$a->lang}</em>.';
43f853c9 712$string['mnetrestore_extusers'] = '<strong>Note:</strong> This backup file contains remote Moodle Network user accounts which will be restored as part of the process.';
0d125cbe 713$string['mnetrestore_extusers_admin'] = '<strong>Note:</strong> This backup file seems to come from a different Moodle installation and contains remote Moodle Network user accounts. The restore process will try to match the Moodle Network hosts for all created users. Those not matching will be automatically switched to internal authentication (instead of mnet one). The restore log will inform you about that.';
43f853c9 714$string['mnetrestore_extusers_mismatch'] = '<strong>Note:</strong> This backup file apparently originates from a different Moodle installation and contains remote Moodle Network user accounts that may fail to restore. This operation is unsupported. If you are certain that it was created on this Moodle installation, or you can ensure that all the needed Moodle Network Hosts are configured, you may want to still try the restore.';
0d125cbe 715$string['mnetrestore_extusers_noadmin'] = '<strong>Note:</strong> This backup file seems to come from a different Moodle installation and contains remote Moodle Network user accounts. You are not allowed to execute this type of restore. Contact the administrator of the site or, alternatively, restore this course without any user information (modules, files...)';
30c8dd34 716$string['mnetrestore_extusers_switchuserauth'] = 'Remote Moodle Network user {$a->username} (coming from {$a->mnethosturl}) switched to local {$a->auth} authenticated user.';
aa54ed7b 717$string['modeditdefaults'] = 'Default values for activity settings';
220a90c5 718$string['modsettings'] = 'Manage activities';
304d08f0 719$string['modulesecurity'] = 'Module security';
30c8dd34 720$string['multilangforceold'] = 'Force old multilang syntax: &lt;span&gt; without the class="multilang" and &lt;lang&gt;';
f16242ce 721$string['multilangupgrade'] = 'Multilang upgrade';
30c8dd34
DM
722$string['multilangupgradeinfo'] = 'The multilang filter syntax was changed in 1.8, &lt;lang&gt; tag is not supported any more. <br /><br />Example: &lt;span lang="en" class="multilang">Hello!&lt;/span&gt;&lt;span lang="es" class="multilang">Hola!&lt;/span&gt;<br /><br /><strong>Do you want to upgrade the syntax in all existing texts now?</strong>';
723$string['multilangupgradenotice'] = 'Your site is probably using old multilang syntax, <a href="multilangupgrade.php">multilang upgrade</a> is recommended.';
304d08f0 724$string['mustenablestats'] = 'Stats have not yet been enabled on this site.';
f54217e0 725$string['mycoursesperpage'] = 'Number of courses';
03d9401e 726$string['mydashboard'] = 'System default dashboard';
304d08f0 727$string['mymoodle'] = 'My Moodle';
728$string['mymoodleredirect'] = 'Force users to use My Moodle';
03d9401e 729$string['mypage'] = 'Default My Moodle page';
7bab5279 730$string['myprofile'] = 'Default profile page';
03d9401e 731$string['mypagelocked'] = 'Lock default page';
49aafb90 732$string['mysql416bypassed'] = 'However, if your site is using iso-8859-1 (latin) languages ONLY, you may continue using your currently installed MySQL 4.1.12 (or higher).';
733$string['mysql416required'] = 'MySQL 4.1.16 is the minimum version required for Moodle 1.6 in order to guarantee that all data can be converted to UTF-8 in the future.';
2972166b 734$string['navigationupgrade'] = 'This upgrade introduces two new navigation blocks that will replace these blocks: Administration, Courses, Activities and Participants. If you had set any special permissions on those blocks you should check to make sure everything is behaving as you want it.';
4766a50c 735$string['navcourselimit'] = 'Course limit';
ba2789c1 736$string['navshowallcourses'] = 'Show all courses';
30c8dd34 737$string['navshowcategories'] = 'Show course categories';
304d08f0 738$string['nobookmarksforuser'] = 'You do not have any bookmarks.';
4b600aa0 739$string['nodatabase'] = 'No database';
b069fbd9 740$string['nodefaultuserrolelists'] = 'Don\'t return all default role users';
30c8dd34 741$string['nochanges'] = 'No changes';
49aafb90 742$string['nolangupdateneeded'] = 'All your language packs are up to date, no update is needed';
98240e51 743$string['nomissingstrings'] = 'No missing strings';
304d08f0 744$string['nonewsettings'] = 'No new settings were added during this upgrade.';
745$string['nonexistentbookmark'] = 'The bookmark you requested does not exist.';
746$string['noreplyaddress'] = 'No-reply address';
747$string['noresults'] = 'No results found.';
4b600aa0 748$string['noroles'] = 'No roles';
304d08f0 749$string['notifications'] = 'Notifications';
750$string['notifyloginfailures'] = 'Email login failures to';
751$string['notifyloginthreshold'] = 'Threshold for email notifications';
752$string['notloggedinroleid'] = 'Role for visitors';
30c8dd34
DM
753$string['numberofmissingstrings'] = 'Number of missing strings: {$a}';
754$string['numberofstrings'] = 'Total number of strings: {$a->strings}<br />Missing: {$a->missing} ({$a->missingpercent}&nbsp;%)';
4b600aa0 755$string['numquestions'] = 'No. questions';
30c8dd34 756$string['numquestionsandhidden'] = '{$a->numquestions} (+{$a->numhidden} hidden)';
81243438 757$string['opensslrecommended'] = 'Installing the optional OpenSSL library is highly recommended -- it enables Moodle Networking functionality.';
304d08f0 758$string['opentogoogle'] = 'Open to Google';
48aab749 759$string['optionalmaintenancemessage'] = 'Optional maintenance message';
49aafb90 760$string['order1'] = 'First';
761$string['order2'] = 'Second';
762$string['order3'] = 'Third';
b245d2e7 763$string['order4'] = 'Fourth';
7bab5279 764$string['passwordpolicy'] = 'Password policy';
49aafb90 765$string['pathconvert'] = 'Path of <i>convert</i> binary';
304d08f0 766$string['pathdvips'] = 'Path of <i>dvips</i> binary';
49aafb90 767$string['pathlatex'] = 'Path of <i>latex</i> binary';
304d08f0 768$string['pathtoclam'] = 'clam AV path';
769$string['pathtodu'] = 'Path to du';
9c9aeef1 770$string['pathtopgdump'] = 'Path to pg_dump';
771$string['pathtopgdumpdesc'] = 'This is only necessary to enter if you have more than one pg_dump on your system (for example if you have more than one version of postgresql installed)';
772$string['pathtopgdumpinvalid'] = 'Invalid path to pg_dump - either wrong path or not executable';
773$string['pathtopsql'] = 'Path to psql';
774$string['pathtopsqldesc'] = 'This is only necessary to enter if you have more than one psql on your system (for example if you have more than one version of postgresql installed)';
775$string['pathtopsqlinvalid'] = 'Invalid path to psql - either wrong path or not executable';
304d08f0 776$string['pathtounzip'] = 'Path to unzip';
777$string['pathtozip'] = 'Path to zip';
778$string['perfdebug'] = 'Performance info';
779$string['performance'] = 'Performance';
cb8229d0 780$string['pgcluster'] = 'PostgreSQL Cluster';
9c9aeef1 781$string['pgclusterdescription'] = 'PostgreSQL version/cluster parameter for command line operations. If you only have one postgresql on your system or you are not sure what this is, leave this blank.';
30c8dd34 782$string['phpfloatproblem'] = 'Detected unexpected problem in handling of PHP float numbers - {$a}';
93e779c2 783$string['php50restricted'] = 'PHP 5.0.x has a number of known problems, please upgrade to 5.1.x or downgrade to 4.3.x or 4.4.x';
30c8dd34 784$string['pleaserefreshregistration'] = 'Your site has been registered with moodle.org, please consider updating the registration if significant changes happened since your last update, on {$a}';
304d08f0 785$string['pleaseregister'] = 'Please register your site to remove this button';
cc93c7da 786$string['plugin'] = 'Plugin';
ff4b9fcb 787$string['plugins'] = 'Plugins';
f1ab51b7 788$string['profilecategory'] = 'Category';
789$string['profilecategoryname'] = 'Category name (must be unique)';
790$string['profilecategorynamenotunique'] = 'This category name is already in use';
791$string['profilecommonsettings'] = 'Common settings';
30c8dd34
DM
792$string['profileconfirmcategorydeletion'] = 'There is/are {$a} field/s in this category which will be moved into the category above (or below if in the top category).<br />Do you still wish to delete this category?';
793$string['profileconfirmfielddeletion'] = 'There is/are {$a} user record/s for this field which will be deleted.<br />Do you still wish to delete this field?';
f1ab51b7 794$string['profilecreatecategory'] = 'Create a new profile category';
30c8dd34 795$string['profilecreatefield'] = 'Create a new profile field:';
1f18fd5e 796$string['profilecreatenewcategory'] = 'Creating a new category';
30c8dd34 797$string['profilecreatenewfield'] = 'Creating a new &quot;{$a}&quot; profile field';
d687cb9e 798$string['profiledefaultcategory'] = 'Other fields';
f1ab51b7 799$string['profiledefaultdata'] = 'Default value';
30c8dd34 800$string['profiledefaultchecked'] = 'Checked by default';
1f18fd5e 801$string['profiledeletecategory'] = 'Deleting a category';
30c8dd34 802$string['profiledeletefield'] = 'Deleting a field';
f1ab51b7 803$string['profiledescription'] = 'Description of the field';
30c8dd34
DM
804$string['profileeditcategory'] = 'Editing category: {$a}';
805$string['profileeditfield'] = 'Editing profile field: {$a}';
7bab5279 806$string['profilefield'] = 'Profile field';
551022a5 807$string['profilefieldcolumns'] = 'Columns';
30c8dd34 808$string['profilefieldispassword'] = 'Is this a password field?';
410fc5a2 809$string['profilefieldlink'] = 'Link';
90f4a43a 810$string['profilefieldlink_help'] = 'To transform the text into a link, enter a URL containing $$, where $$ will be replaced with the text. For example, to transform a Twitter ID to a link, enter http://twitter.com/$$.';
410fc5a2 811$string['profilefieldlinktarget'] = 'Link target';
30c8dd34 812$string['profilefieldmaxlength'] = 'Maximum length';
551022a5 813$string['profilefieldrows'] = 'Rows';
f1ab51b7 814$string['profilefields'] = 'User profile fields';
815$string['profilefieldsize'] = 'Display size';
c1d1549f 816$string['profileforceunique'] = 'Should the data be unique?';
f1ab51b7 817$string['profileinvaliddata'] = 'Invalid value';
818$string['profilelocked'] = 'Is this field locked?';
819$string['profilemenudefaultnotinoptions'] = 'The default value is not one of the options';
820$string['profilemenunooptions'] = 'No menu options supplied';
821$string['profilemenuoptions'] = 'Menu options (one per line)';
822$string['profilemenutoofewoptions'] = 'You must provide at least 2 options';
823$string['profilename'] = 'Name';
d687cb9e 824$string['profilenofieldsdefined'] = 'No fields have been defined';
30c8dd34 825$string['profilerequired'] = 'Is this field required?';
4f0c2d00 826$string['profileroles'] = 'Profile visible roles';
30c8dd34 827$string['profilesforenrolledusersonly'] = 'Profiles for enrolled users only';
f1ab51b7 828$string['profileshortname'] = 'Short name (must be unique)';
829$string['profileshortnamenotunique'] = 'This short name is already in use';
c1d1549f 830$string['profilesignup'] = 'Display on signup page?';
f1ab51b7 831$string['profilespecificsettings'] = 'Specific settings';
30c8dd34 832$string['profilevisible'] = 'Who is this field visible to?';
165c9f1f 833$string['profilevisible_help'] = '* Not visible - For private data only viewable by administrators
c8166478
HF
834* Visible to user - For private data only viewable by the user and by administrators
835* Visible to everyone';
f1ab51b7 836$string['profilevisibleall'] = 'Visible to everyone';
837$string['profilevisiblenone'] = 'Not visible';
838$string['profilevisibleprivate'] = 'Visible to user';
304d08f0 839$string['protectusernames'] = 'Protect usernames';
9bc760f2 840$string['proxybypass'] = 'Proxy bypass hosts';
304d08f0 841$string['proxyhost'] = 'Proxy host';
5f8bdc17 842$string['proxypassword'] = 'Proxy password';
30c8dd34 843$string['proxyport'] = 'Proxy port';
5f8bdc17 844$string['proxytype'] = 'Proxy type';
30c8dd34
DM
845$string['proxyuser'] = 'Proxy username';
846$string['qtypedeletefiles'] = 'All data associated with the question type \'{$a->qtype}\' has been deleted from the database. To complete the deletion (and to prevent the question type from re-installing itself), you should now delete this directory from your server: {$a->directory}';
3bee1ead 847$string['qtyperqpwillberemoved'] = 'During the upgrade, the RQP question type will be removed. You were not using this question type, so you should not experience any problems.';
848$string['qtyperqpwillberemovedanyway'] = 'During the upgrade, the RQP question type will be removed. You have some RQP questions in your database, and these will stop working unless you reinstall the code from http://moodle.org/mod/data/view.php?d=13&amp;rid=797 before continuing with the upgrade.';
304d08f0 849$string['quarantinedir'] = 'Quarantine directory';
3bee1ead 850$string['question'] = 'Question';
30c8dd34 851$string['questioncwqpfscheck'] = 'One or more \'random\' questions in a quiz are set up to select questions from a mixture of shared and unshared question categories. There is a more detailed report <a href="{$a->reporturl}">here</a> and see Moodle Docs page <a href="{$a->docsurl}">here</a>.';
3bee1ead 852$string['questioncwqpfsok'] = 'Good. There are no \'random\' questions in your quizzes that are set up to select questions from a mixture of shared and unshared question categories.';
4b600aa0 853$string['questiontype'] = 'Question type';
854$string['questiontypes'] = 'Question types';
bb931a61 855$string['rcache'] = 'Record cache';
856$string['rcachettl'] = 'Record cache TTL';
5d6308d4 857$string['recaptchaprivatekey'] = 'ReCAPTCHA private key';
30c8dd34 858$string['recaptchapublickey'] = 'ReCAPTCHA public key';
f94824db 859$string['registration'] = 'Registration';
30c8dd34 860$string['releasenoteslink'] = 'For information about this version of Moodle, please see the online <a target="_blank" href="{$a}">Release Notes</a>';
a9e41d3e 861$string['remotelangnotavailable'] = 'Because Moodle can not connect to download.moodle.org, we are unable to do language pack installation automatically. Please download the appropriate zip file(s) from http://download.moodle.org, copy them to your {$a} directory and unzip them manually.';
a7db355a 862$string['renameerrors'] = 'Rename errors';
c6084d0e 863$string['requiredentrieschanged'] = '<strong>IMPORTANT - PLEASE READ<br/>(This warning message will only be displayed during this upgrade)</strong><br/>Due to a bug fix, the behaviour of database activities using the \'Required entries\' and \'Required entries before viewing settings\' settings will change. A more detailed explanation of the changes can be read on <a href="http://moodle.org/mod/forum/discuss.php?d=110928" target="_blank">the database module forum</a>. The expected behavior of these settings can also be read on <a href="http://docs.moodle.org/en/Adding/editing_a_database#Required_entries" target="_blank">Moodle Docs</a>.
30c8dd34
DM
864<br/><br/>This change affects the following databases in your system: (Please save this list now, and after the upgrade, check that these activities still work the way that the teacher intends.)<br/><strong>{$a->text}</strong><br/>';
865$string['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = username). See help for details and examples.';
aa54ed7b 866$string['requiremodintro'] = 'Require activity description';
4b600aa0 867$string['requires'] = 'Requires';
f87eab7e 868$string['purgecaches']= 'Purge all caches';
ba6c97ee 869$string['purgecachesconfirm']= 'Moodle can cache themes, javascript, language strings, filtered text, rss feeds and many other pieces of calculated data. Purging these caches will delete that data from the server and force browsers to refetch data, so that you can be sure you are seeing the most up-to-date values produced by the current code. There is no danger in purging caches, but your site may appear slower for a while until the server and clients calculate new information and cache it.';
f87eab7e 870$string['purgecachesfinished']= 'All caches were purged.';
304d08f0 871$string['restrictbydefault'] = 'Restrict modules by default';
872$string['restrictmodulesfor'] = 'Restrict modules for';
62ea712f 873$string['reverseproxy'] = 'Reverse proxy';
304d08f0 874$string['riskconfig'] = 'Users could change site configuration and behaviour';
b38d1d9b 875$string['riskconfigshort'] = 'Configuration risk';
faf75fe7 876$string['riskdataloss'] = 'Users could destroy large amounts of content or information';
877$string['riskdatalossshort'] = 'Data loss risk';
304d08f0 878$string['riskmanagetrust'] = 'Users could change trust settings of other users';
b38d1d9b 879$string['riskmanagetrustshort'] = 'Manage trusts';
304d08f0 880$string['riskpersonal'] = 'Users could gain access to private information of other users';
b38d1d9b 881$string['riskpersonalshort'] = 'Privacy risk';
304d08f0 882$string['riskspam'] = 'Users could send spam to site users or others';
b38d1d9b 883$string['riskspamshort'] = 'Spam risk';
304d08f0 884$string['riskxss'] = 'Users could add files and texts that allow cross-site scripting (XSS)';
b38d1d9b 885$string['riskxssshort'] = 'XSS risk';
30c8dd34 886$string['roleswithexceptions'] = '{$a->roles}, with {$a->exceptions}';
df7ecfe4 887$string['rowpreviewnum'] = 'Preview rows';
220a90c5 888$string['rssglobaldisabled'] = 'Disabled at server level';
304d08f0 889$string['runclamavonupload'] = 'Use clam AV on uploaded files';
dcdf3b29 890$string['save'] = 'Save';
5735fefc 891$string['savechanges'] = 'Save changes';
304d08f0 892$string['search'] = 'Search';
93741e67 893$string['searchinsettings'] = 'Search in settings';
5735fefc
HF
894$string['searchresults'] = 'Search results';
895$string['sectionerror'] = 'Section error!';
304d08f0 896$string['secureforms'] = 'Use additional form security';
897$string['security'] = 'Security';
898$string['server'] = 'Server';
5735fefc
HF
899$string['serverchecks'] = 'Server checks';
900$string['serverlimit'] = 'Server limit';
30c8dd34 901$string['sessionautostartwarning'] = '<p>Serious configuration error detected, please notify server administrator.</p><p> To operate properly, Moodle requires that administrator changes PHP settings.</p><p><code>session.auto_start</code> must be set to <code>off</code>.</p><p>This setting is controlled by editing <code>php.ini</code>, Apache/IIS <br />configuration or <code>.htaccess</code> file on the server.</p>';
304d08f0 902$string['sessioncookie'] = 'Cookie prefix';
e6e13284 903$string['sessioncookiedomain'] = 'Cookie domain';
304d08f0 904$string['sessioncookiepath'] = 'Cookie path';
1369948c 905$string['sessionhandling'] = 'Session handling';
304d08f0 906$string['sessiontimeout'] = 'Timeout';
3b818618 907$string['settingfileuploads'] = 'File uploading is required for normal operation, please enable it in PHP configuration.';
c808379e 908$string['settingmemorylimit'] = 'Insufficient memory detected, please set higher memory limit in PHP settings.';
30c8dd34 909$string['settingsafemode'] = 'Moodle is not fully compatible with safe mode, please ask server administrator to turn it off. Running Moodle under safe mode is not supported, please expect various problems if you do so.';
db954aba 910$string['showcommentscount'] = 'Show comments count';
4b600aa0 911$string['showdetails'] = 'Show details';
304d08f0 912$string['simpletest'] = 'Unit tests';
b004fca1 913$string['simplexmlrequired'] = 'The SimpleXML PHP extension is now required by Moodle.';
49aafb90 914$string['sitelangchanged'] = 'Site language setting changed successfully';
304d08f0 915$string['sitemailcharset'] = 'Character set';
49aafb90 916$string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';
917$string['sitemaintenancemode'] = 'Maintenance mode';
918$string['sitemaintenanceoff'] = 'Maintenance mode has been disabled and the site is running normally again';
919$string['sitemaintenanceon'] = 'Your site is currently in maintenance mode (only admins can log in or use the site).';
30c8dd34
DM
920$string['sitemaintenancewarning'] = 'Your site is currently in maintenance mode (only admins can log in). To return this site to normal operation, <a href="maintenance.php">disable maintenance mode</a>.';
921$string['sitemaintenancewarning2'] = 'Your site is currently in maintenance mode (only admins can log in). To return this site to normal operation, <a href="{$a}">disable maintenance mode</a>.';
304d08f0 922$string['sitepolicies'] = 'Site policies';
923$string['sitepolicy'] = 'Site policy URL';
b593d49d
PS
924$string['sitepolicy_help'] = 'If you have a site policy that all registered users must see and agree to before using this site, then specify the URL to it here, otherwise leave this field blank. This setting can contain any public URL.';
925$string['sitepolicyguest'] = 'Site policy URL for guests';
926$string['sitepolicyguest_help'] = 'If you have a site policy that all guests must see and agree to before using this site, then specify the URL to it here, otherwise leave this field blank. This setting can contain any public URL. Note: access of not-logged-in users may be prevented with forcelogin setting.';
304d08f0 927$string['sitesectionhelp'] = 'If selected, a topic section will be displayed on the site\'s front page.';
928$string['slasharguments'] = 'Use slash arguments';
30c8dd34 929$string['smartpix'] = 'Smart pix search';
304d08f0 930$string['smtphosts'] = 'SMTP hosts';
3a6c690a 931$string['smtpmaxbulk'] = 'SMTP session limit';
304d08f0 932$string['smtppass'] = 'SMTP password';
933$string['smtpuser'] = 'SMTP username';
621c6464 934$string['soaprecommended'] = 'Installing the optional soap extension is useful for web services and some contrib modules.';
7a856a93 935$string['spellengine'] = 'Spell engine';
1f409159 936$string['splrequired'] = 'The SPL PHP extension is now required by Moodle.';
304d08f0 937$string['stats'] = 'Statistics';
938$string['statsfirstrun'] = 'Maximum processing interval';
939$string['statsmaxruntime'] = 'Maximum runtime';
5e7206a8 940$string['statsruntimedays'] = 'Days to process';
304d08f0 941$string['statsruntimestart'] = 'Run at';
942$string['statsuserthreshold'] = 'User threshold';
49aafb90 943$string['stickyblocks'] = 'Sticky blocks';
304d08f0 944$string['stickyblockscourseview'] = 'Course page';
49aafb90 945$string['stickyblocksduplicatenotice'] = 'If any block you add here is already present in a particular page, it will result in a duplicate.<br />Only the pinned block will be non-editable, the duplicate will still be editable.';
4de3322d 946$string['stickyblocksmymoodle'] = 'My Moodle';
49aafb90 947$string['stickyblockspagetype'] = 'Page type to configure';
07e853e9 948$string['stripalltitletags'] = 'Remove HTML tags from all activity names';
dceaf5bf 949$string['supportemail'] = 'Support email';
950$string['supportname'] = 'Support name';
951$string['supportpage'] = 'Support page';
fc935b30 952$string['switchlang'] = 'Switch lang directory';
1369948c 953$string['systempaths'] = 'System paths';
cc93c7da 954$string['tablenosave'] = 'Changes in table above are saved automatically.';
955$string['tablesnosave'] = 'Changes in tables above are saved automatically.';
a2c07cfe 956$string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tab be placed at the front';
304d08f0 957$string['tabselectedtofronttext'] = 'Bring selected tab row to front';
78946b9b 958$string['themedesignermode'] = 'Theme designer mode';
304d08f0 959$string['themelist'] = 'Theme list';
a67f829e 960$string['themeresetcaches'] = 'Clear theme caches';
3cc8a905 961$string['themeselector'] = 'Theme selector';
304d08f0 962$string['themesettings'] = 'Theme settings';
49aafb90 963$string['therewereerrors'] = 'There were errors in your data';
304d08f0 964$string['timezone'] = 'Default timezone';
49aafb90 965$string['timezoneforced'] = 'This is forced by the site administrator';
966$string['timezoneisforcedto'] = 'Force all users to use';
967$string['timezonenotforced'] = 'Users can choose their own timezone';
44537915 968$string['tokenizerrecommended'] = 'Installing the optional PHP Tokenizer extension is recommended -- it improves Moodle Networking functionality.';
371a32e3 969$string['unattendedoperation'] = 'Unattended operation';
4de3322d 970$string['unbookmarkthispage'] = 'Unbookmark this page';
89c5cbc5 971$string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is recommended. New installations should be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).';
814c77c6 972$string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).';
30c8dd34 973$string['unicodeupgradenotice'] = 'In Moodle 1.6 we have migrated all languages to Unicode. To complete the upgrade for this site, you need to convert all the data in your database to Unicode (UTF-8) using our migration script. <a href="utfdbmigrate.php">Click here to run the migration script now</a>!';
004bd0cc 974$string['uninstall'] = 'Uninstall selected language pack';
30c8dd34 975$string['uninstallconfirm'] = 'You are about to completely uninstall language pack {$a}, are you sure?';
cc93c7da 976$string['uninstallplugin'] = 'Uninstall';
c861c8ac 977$string['uninstallqtype'] = 'Uninstall this question type.';
c9a49cea 978$string['unsupported'] = 'Unsupported';
304d08f0 979$string['updateaccounts'] = 'Update existing accounts';
5735fefc 980$string['updatecomponent'] = 'Update component';
a7d43f0d 981$string['updatelangs'] = 'Update all installed language packs';
304d08f0 982$string['updatetimezones'] = 'Update timezones';
575f245f 983$string['upgradestart'] = 'Upgrade';
30c8dd34
DM
984$string['upgradeerror'] = 'Unknown error upgrading {$a->plugin} to version {$a->version}, can not continue.';
985$string['upgradeforumread'] = 'A new feature has been added in Moodle 1.5 to track read/unread forum posts.<br />To use this functionality you need to <a href="{$a}">update your tables</a>.';
49aafb90 986$string['upgradeforumreadinfo'] = 'A new feature has been added in Moodle 1.5 to track read/unread forum posts. To use this functionality you need to update your tables with all the tracking information for existing posts. Depending on the size of your site this can take a long time (hours) and can be quite taxing on the database, so it\'s best to do it during a quiet period. However, your site will continue functioning during this upgrade and users won\'t be affected. Once you start this process you should let it finish (keep your browser window open). However, if you stop the process by closing the window: don\'t worry, you can start over.<br /><br />Do you want to start the upgrading process now?';
30c8dd34 987$string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href="{$a}">More information</a>';
49aafb90 988$string['upgradelogsinfo'] = 'Some changes have recently been made in the way logs are stored. To be able to view all of your old logs on a per-activity basis, your old logs need to be upgraded. Depending on your site this can take a long time (eg several hours) and can be quite taxing on the database for large sites. Once you start this process you should let it finish (by keeping the browser window open). Don\'t worry - your site will work fine for other people while the logs are being upgraded.<br /><br />Do you want to upgrade your logs now?';
304d08f0 989$string['upgradesettings'] = 'New settings';
4de3322d 990$string['upgradesettingsintro'] = 'The settings shown below were added during your last Moodle upgrade. Make any changes necessary to the defaults and then click the &quot;Save changes&quot; button at the bottom of this page.';
402e1a96 991$string['upgradesure'] = 'Your Moodle files have been changed, and you are about to automatically upgrade your server to this version: <br /><br />
30c8dd34 992<strong>{$a}</strong> <br /><br />
402e1a96 993Once you do this you can not go back again. <br /><br />
935c40d8 994Please note that this process can take a long time. <br /><br />
402e1a96 995Are you sure you want to upgrade this server to this version?';
775f811a 996$string['upgradetimedout'] = 'Upgrade timed out, please restart the upgrade.';
30c8dd34
DM
997$string['upgrade197notice'] = '<p>Moodle 1.9.7 contains a number of security fixes to user passwords and backups to protect the user data on your site. As a result some of your settings and permissions relating to backups may have changed.<br />
998See the <a href="http://docs.moodle.org/en/Moodle_1.9.7_release_notes" target="_blank">Moodle 1.9.7 release notes</a> for full details.</p>';
999$string['upgrade197noticesubject'] = 'Moodle 1.9.7 upgrade security notices';
1000$string['upgrade197salt'] = 'To reduce the risk of password theft, you are strongly recommended to set a password salt.<br />See the <a href="{$a}" target="_blank">password salting documentation</a> for details.';
49aafb90 1001$string['upgradingdata'] = 'Upgrading data';
1002$string['upgradinglogs'] = 'Upgrading logs';
1c82b3f2 1003$string['upgradingversion'] = 'Upgrading to new version';
30c8dd34
DM
1004$string['uploadpicture_baduserfield'] = 'The user attribute specified is not valid. Please, try again.';
1005$string['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.';
1006$string['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.';
1007$string['uploadpicture_cannotsave'] = 'Cannot save picture for user {$a}. Check original picture file.';
1008$string['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.';
1009$string['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.';
1010$string['uploadpicture_overwrite'] = 'Overwrite existing user pictures?';
1011$string['uploadpictures'] = 'Upload user pictures';
5535474a 1012$string['uploadpictures_help'] = 'User pictures can be uploaded as a zip file of image files. The image files should be named chosen-user-attribute.extension, for example user1234.jpg for a user with username user1234.';
30c8dd34
DM
1013$string['uploadpicture_userfield'] = 'User attribute to use to match pictures:';
1014$string['uploadpicture_usernotfound'] = 'User with a \'{$a->userfield}\' value of \'{$a->uservalue}\' does not exist. Skipping.';
1015$string['uploadpicture_userskipped'] = 'Skipping user {$a} (already has a picture).';
1016$string['uploadpicture_userupdated'] = 'Picture updated for user {$a}.';
6c7a5df7
DM
1017$string['uploadusers'] = 'Upload users';
1018$string['uploadusers_help'] = 'Users may be uploaded (and optionally enrolled in courses) via text file. The format of the file should be as follows:
1019
1020* Each line of the file contains one record
1021* Each record is a series of data separated by commas (or other delimiters)
1022* The first record contains a list of fieldnames defining the format of the rest of the file
1023* Required fieldnames are username, password, firstname, lastname, email';
1024$string['uploadusers_link'] = 'admin/uploaduser';
e4e38544 1025$string['uploaduserspreview'] = 'Upload users preview';
1026$string['uploadusersresult'] = 'Upload users results';
304d08f0 1027$string['upwards'] = 'upwards';
30c8dd34 1028$string['useblogassociations'] = 'Enable associations';
b958e941 1029$string['useexternalyui'] = 'Use online YUI libraries';
304d08f0 1030$string['usehtmleditor'] = 'Use HTML editor';
ad0cf519 1031$string['user'] = 'User';
304d08f0 1032$string['useraccountupdated'] = 'User updated';
68853d0d 1033$string['userbulk'] = 'Bulk user actions';
a7db355a 1034$string['userdeleted'] = 'User deleted';
304d08f0 1035$string['userlist'] = 'Browse list of users';
4766a50c 1036$string['userpreference'] = 'User preference';
304d08f0 1037$string['userpolicies'] = 'User policies';
1038$string['userrenamed'] = 'User renamed';
1039$string['users'] = 'Users';
1040$string['userscreated'] = 'Users created';
a7db355a 1041$string['usersdeleted'] = 'Users deleted';
e4e38544 1042$string['usersrenamed'] = 'Users renamed';
1043$string['usersskipped'] = 'Users skipped';
304d08f0 1044$string['usersupdated'] = 'Users updated';
30c8dd34 1045$string['usersweakpassword'] = 'Users having a weak password';
ea1780ad 1046$string['userquota'] = 'User quota';
9db103e9 1047$string['usetags'] = 'Enable tags functionality';
e4e38544 1048$string['uubulk'] = 'Select for bulk operations';
1049$string['uubulkall'] = 'All users';
1050$string['uubulknew'] = 'New users';
1051$string['uubulkupdated'] = 'Updated users';
30c8dd34 1052$string['uucsvline'] = 'CSV line';
e4e38544 1053$string['uulegacy1role'] = '(Original Student) typeN=1';
1054$string['uulegacy2role'] = '(Original Teacher) typeN=2';
1055$string['uulegacy3role'] = '(Original Non-editing teacher) typeN=3';
0c4807ab 1056$string['uunoemailduplicates'] = 'Prevent email address duplicates';
30c8dd34 1057$string['uuoptype'] = 'Upload type';
3fe2cfb5 1058$string['uuoptype_addinc'] = 'Add all, append number to usernames if needed';
e4e38544 1059$string['uuoptype_addnew'] = 'Add new only, skip existing users';
1060$string['uuoptype_addupdate'] = 'Add new and update existing users';
1061$string['uuoptype_update'] = 'Update existing users only';
e4e38544 1062$string['uupasswordnew'] = 'New user password';
1063$string['uupasswordold'] = 'Existing user password';
30c8dd34 1064$string['uupreprocessedcount'] = 'Number of preprocessed records: {$a}';
e4e38544 1065$string['uuupdateall'] = 'Override with file and defaults';
1066$string['uuupdatefromfile'] = 'Override with file';
1067$string['uuupdatemissing'] = 'Fill in missing from file and defaults';
1068$string['uuupdatetype'] = 'Existing user details';
304d08f0 1069$string['validateerror'] = 'This value was not valid:';
bff34a67 1070$string['verifychangedemail'] = 'Restrict domains when changing email';
30c8dd34 1071$string['warningcurrentsetting'] = 'Invalid current value: {$a}';
5f8bdc17 1072$string['webproxy'] = 'Web proxy';
1073$string['webproxyinfo'] = 'Fill in following options if your Moodle server can not access internet directly. Internet access is required for download of environment data, language packs, RSS feeds, timezones, etc.<br /><em>PHP cURL extension is highly recommended.</em>';
ff7dd386 1074$string['xmlrpcrecommended'] = 'The xmlrpc extension is needed for hub communication, and useful for web services and Moodle networking';
2f67d1f8 1075$string['xmlstrictheaders'] = 'XML strict headers';
84d6e832 1076$string['yuicomboloading'] = 'YUI combo loading';
ed94cb66 1077$string['ziprequired'] = 'The Zip PHP extension is now required by Moodle, info-ZIP binaries or PclZip library are not used anymore.';