MDL-35701 respect case of external column names in enrol_database
[moodle.git] / lang / en / admin.php
blobaa0ecca784f62fc4ef2b1c2f59e77c65ce29e391
1 <?php
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.
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/>.
18 /**
19 * Strings for component 'admin', language 'en', branch 'MOODLE_20_STABLE'
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
26 $string['accessdenied'] = 'Access denied';
27 $string['accounts'] = 'Accounts';
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, immediately after the BODY tag has been opened, or immediately 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 immediately 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.';
37 $string['admincategory'] = 'Category: {$a}';
38 $string['adminseesall'] = 'Admins see all';
39 $string['adminseesallevents'] = 'Administrators see all events';
40 $string['adminseesownevents'] = 'Administrators are just like other users';
41 $string['advancedfeatures'] = 'Advanced features';
42 $string['allcountrycodes'] = 'All country codes';
43 $string['allowbeforeblock'] = 'Allowed list will be processed first';
44 $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.';
45 $string['allowblockstodock'] = 'Allow blocks to use the dock';
46 $string['allowcategorythemes'] = 'Allow category themes';
47 $string['allowcoursethemes'] = 'Allow course themes';
48 $string['allowediplist'] = 'Allowed IP list';
49 $string['allowemailaddresses'] = 'Allowed email domains';
50 $string['allowframembedding'] = 'Allow frame embedding';
51 $string['allowframembedding_help'] = 'Allow embedding of this site in frames on external sites. Enabling of this feature is not recommended for security reasons.';
52 $string['allowguestmymoodle'] = 'Allow guest access to My Moodle';
53 $string['allowobjectembed'] = 'Allow EMBED and OBJECT tags';
54 $string['allowthemechangeonurl'] = 'Allow theme changes in the URL';
55 $string['allowuserblockhiding'] = 'Allow users to hide blocks';
56 $string['allowuserswitchrolestheycantassign'] = 'Allow users without the assign roles capability to switch roles';
57 $string['allowuserthemes'] = 'Allow user themes';
58 $string['antivirus'] = 'Anti-Virus';
59 $string['appearance'] = 'Appearance';
60 $string['aspellpath'] = 'Path to aspell';
61 $string['authentication'] = 'Authentication';
62 $string['authpreventaccountcreation'] = 'Prevent account creation when authenticating';
63 $string['authpreventaccountcreation_help'] = 'When a user authenticates, an account on the site is automatically created if it doesn\'t yet exist. If an external database, such as LDAP, is used for authentication, but you wish to restrict access to the site to users with an existing account only, then this option should be enabled. New accounts will need to be created manually or via the upload users feature. Note that this setting doesn\'t apply to MNet authentication.';
64 $string['authsettings'] = 'Manage authentication';
65 $string['autolang'] = 'Language autodetect';
66 $string['autologinguests'] = 'Auto-login guests';
67 $string['availableto'] = 'Available to';
68 $string['availablelicenses'] = 'Available licences';
69 $string['backgroundcolour'] = 'Transparent colour';
70 $string['backups'] = 'Backups';
71 $string['backup_shortname'] = 'Use course name in backup filename';
72 $string['backup_shortnamehelp'] = 'Use the course name as part of the backup filename.';
73 $string['badwordsconfig'] = 'Enter your list of bad words separated by commas.';
74 $string['badwordsdefault'] = 'If the custom list is empty, a default list from the language pack will be used.';
75 $string['badwordslist'] = 'Custom bad words list';
76 $string['blockediplist'] = 'Blocked IP List';
77 $string['blockinstances'] = 'Instances';
78 $string['blockmultiple'] = 'Multiple';
79 $string['blockprotect'] = 'Protect from delete';
80 $string['blockprotect_help'] = 'Selected block instances will be protected from deletion from the site-wide context. This is primarily used to protect the navigation and settings blocks which can be very hard to get back if accidentally deleted.';
81 $string['blockunprotect'] = 'Unprotect';
82 $string['blocksettings'] = 'Manage blocks';
83 $string['bloglevel'] = 'Blog visibility';
84 $string['bookmarkadded'] = 'Bookmark added.';
85 $string['bookmarkalreadyexists'] = 'You have already bookmarked this page.';
86 $string['bookmarkdeleted'] = 'Bookmark deleted.';
87 $string['bookmarkthispage'] = 'bookmark this page';
88 $string['cachejs'] = 'Cache Javascript';
89 $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.';
90 $string['cachetext'] = 'Text cache lifetime';
91 $string['cachetype'] = 'Cache type';
92 $string['calendarexportsalt'] = 'Calendar export salt';
93 $string['calendarsettings'] = 'Calendar';
94 $string['calendar_weekend'] = 'Weekend days';
95 $string['cannotdeletemodfilter'] = 'You cannot uninstall the \'{$a->filter}\' because it is part of the \'{$a->module}\' module.';
96 $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>.';
97 $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>.';
98 $string['clamfailureonupload'] = 'On clam AV failure';
99 $string['cleanup'] = 'Cleanup';
100 $string['clianswerno'] = 'n';
101 $string['cliansweryes'] = 'y';
102 $string['cliincorrectvalueerror'] = 'Error, incorrect value "{$a->value}" for "{$a->option}"';
103 $string['cliincorrectvalueretry'] = 'Incorrect value, please retry';
104 $string['clistatusdisabled'] = 'Status: disabled';
105 $string['clistatusenabled'] = 'Status: enabled';
106 $string['clitypevalue'] = 'type value';
107 $string['clitypevaluedefault'] = 'type value, press Enter to use default value ({$a})';
108 $string['cliunknowoption'] = 'Unrecognised options:
109 {$a}
110 Please use --help option.';
111 $string['cliupgradefinished'] = 'Command line upgrade completed successfully.';
112 $string['cliupgradenoneed'] = 'No upgrade needed for the installed version {$a}. Thanks for coming anyway!';
113 $string['cliyesnoprompt'] = 'type y (means yes) or n (means no)';
114 $string['commentsperpage'] = 'Comments displayed per page';
115 $string['commonfiltersettings'] = 'Common filter settings';
116 $string['commonsettings'] = 'Common settings';
117 $string['componentinstalled'] = 'Component installed';
118 $string['computedfromlogs'] = 'Computed from logs since {$a}.';
119 $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.';
120 $string['confeditorhidebuttons'] = 'Select the buttons that should be hidden in the HTML editor.';
121 $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.';
122 $string['configallowassign'] = 'You can allow people who have the roles on the left side to assign some of the column roles to other people';
123 $string['configallowblockstodock'] = 'If enabled and supported by the selected theme users can choose to move blocks to a special dock.';
124 $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.';
125 $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)';
126 $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>';
127 $string['configallowguestmymoodle'] = 'If enabled guests can access My Moodle, otherwise guests are redirected to the site front page.';
128 $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.';
129 $string['configallowoverride'] = 'You can allow people with the roles on the left side to override some of the column roles';
130 $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.';
131 $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.';
132 $string['configallowthemechangeonurl'] = 'If enabled, the theme can be changed by adding either:<br />?theme=themename to any Moodle URL (eg: mymoodlesite.com/?theme=afterburner ) or <br />&theme=themename to any internal Moodle URL (eg: mymoodlesite.com/course/view.php?id=2&theme=afterburner ).';
133 $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.';
134 $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.
135 It 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.';
136 $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)';
137 $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.';
138 $string['configauthenticationplugins'] = 'Please choose the authentication plugins you wish to use and arrange them in order of failthrough.';
139 $string['configautolang'] = 'Detect default language from browser setting, if disabled site default is used.';
140 $string['configautologinguests'] = 'Should visitors be logged in as guests automatically when entering courses with guest access?';
141 $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.';
142 $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).';
143 $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.';
144 $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.';
145 $string['configclamactlikevirus'] = 'Treat files like viruses';
146 $string['configclamdonothing'] = 'Treat files as OK';
147 $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.';
148 $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.';
149 $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.';
150 $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.';
151 $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.';
152 $string['configcourserequestnotify'] = 'Type username of user to be notified when new course requested.';
153 $string['configcourserequestnotify2'] = 'Users who will be notified when a course is requested. Only users who can approve course requests are listed here.';
154 $string['configcoursesperpage'] = 'Enter the number of courses to be display per page in a course listing.';
155 $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.';
156 $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>
157 http://site.example.com/admin/cron.php?password=opensesame
158 </pre>If this is left empty, no password is required.';
159 $string['configcurlcache'] = 'Time-to-live for cURL cache, in seconds.';
160 $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:
161 <pre>
162 Moodle community|http://moodle.org
163 -Moodle free support|http://moodle.org/support
164 -Moodle development|http://moodle.org/development
165 --Moodle Tracker|http://tracker.moodle.org
166 --Moodle Docs|http://docs.moodle.org
167 -Moodle News|http://moodle.org/news
168 Moodle company
169 -Moodle commercial hosting|http://moodle.com/hosting
170 -Moodle commercial support|http://moodle.com/support
171 </pre>';
172 $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.';
173 $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.';
174 $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.';
175 $string['configdebugpageinfo'] = 'Enable if you want page information printed in page footer.';
176 $string['configdebugsmtp'] = 'Enable verbose debug information during sending of email messages to SMTP server.';
177 $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!';
178 $string['configdefaulthomepage'] = 'This determines the home page for logged in users';
179 $string['configdefaultrequestcategory'] = 'Courses requested by users will be automatically placed in this category.';
180 $string['configdefaultrequestedcategory'] = 'Default category to put courses that were requested into, if they\'re approved.';
181 $string['configdefaultuserroleid'] = 'All logged in users will be given the capabilities of the role you specify here, at the site level, in ADDITION to any other roles they may have been given. The default is the Authenticated user role. Note that this will not conflict with other roles they have unless you prohibit capabilities, it just ensures that all users have capabilities that are not assignable at the course level (eg post blog entries, manage own calendar, etc).';
182 $string['configdeleteincompleteusers'] = 'After this period, old not fully setup accounts are deleted.';
183 $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.';
184 $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>';
185 $string['configenableblogs'] = 'This switch provides all site users with their own blog.';
186 $string['configenabledevicedetection'] = 'Enables detection of mobiles, smartphones, tablets or default devices (desktop PCs, laptops, etc) for the application of themes and other features.';
187 $string['configdisableuserimages'] = 'Disable the ability for users to change user profile images.';
188 $string['configdisplayloginfailures'] = 'This will display information to selected users about previous failed logins.';
189 $string['configdndallowtextandlinks'] = 'Enable or disable the dragging and dropping of text and links onto a course page, alongside the dragging and dropping of files. Note that the dragging of text into Firefox or between different browsers is unreliable and may result in no data being uploaded, or corrupted text being uploaded.';
190 $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.';
191 $string['configdoctonewwindow'] = 'If you enable this, then links to Moodle Docs will be shown in a new window.';
192 $string['configeditordictionary'] = 'This value will be used if aspell doesn\'t have dictionary for users own language.';
193 $string['configeditorfontlist'] = 'Select the fonts that should appear in the editor\'s drop-down list.';
194 $string['configemailchangeconfirmation'] = 'Require an email confirmation step when users change their email address in their profile.';
195 $string['configenableajax'] = 'This setting controls the use of AJAX across the site. AJAX is required for certain functionality such as drag and drop.';
196 $string['configenablecalendarexport'] = 'Enable exporting or subscribing to calendars.';
197 $string['configenablecomments'] = 'Enable comments';
198 $string['configenablecourserequests'] = 'This will allow any user to request a course be created.';
199 $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.';
200 $string['configenablemobilewebservice'] = 'Enable mobile service for the official Moodle app or other app requesting it. For more information, read the {$a}';
201 $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.';
202 $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.';
203 $string['configenablerssfeedsdisabled2'] = 'RSS feeds are disabled at the server level. You need to enable them first in Server/RSS.';
204 $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.';
205 $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.';
206 $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.';
207 $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.';
208 $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.';
209 $string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice.';
210 $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 (@).';
211 $string['configextramemorylimit'] = 'Some scripts like search, backup/restore or cron require more memory. Set higher values for large sites.';
212 $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.';
213 $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.';
214 $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>.';
215 $string['configfilteruploadedfiles'] = 'Process all uploaded HTML and text files with the filters before displaying them, only uploaded HTML files or none at all.';
216 $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.';
217 $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.';
218 $string['configfrontpage'] = 'The items selected above will be displayed on the site\'s front page.';
219 $string['configfrontpageloggedin'] = 'The items selected above will be displayed on the site\'s front page when a user is logged in.';
220 $string['configfullnamedisplay'] = 'This defines how names are shown when they are displayed in full. For most mono-lingual sites the most efficient setting is "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).';
221 $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.';
222 $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://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz" >http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz</a> and extract it into "{$a}" directory on your server.';
223 $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.';
224 $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.';
225 $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.';
226 $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.';
227 $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.';
228 $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.';
229 $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.';
230 $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.';
231 $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.';
232 $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.';
233 $string['configkeeptagnamecase'] = 'Check this if you want tag names to keep the original casing as entered by users who created them';
234 $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.';
235 $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.';
236 $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';
237 $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.';
238 $string['configlatinexcelexport'] = 'Choose the encoding for Excel exports.';
239 $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.';
240 $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.';
241 $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.';
242 $string['configlookahead'] = 'Days to look ahead';
243 $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.';
244 $string['configmaxconsecutiveidentchars'] = 'Passwords must not have more than this number of consecutive identical characters. Use 0 to disable this check.';
245 $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.';
246 $string['configmaxevents'] = 'Events to Lookahead';
247 $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.';
248 $string['configmemcachedpconn'] = 'For memcached. Use persistent connections. Use carefully -- it can make Apache/PHP crash after a restart of the memcached daemon.';
249 $string['configmessaging'] = 'Should the messaging system between site users be enabled?';
250 $string['configmessagingallowemailoverride'] = 'Allow users to have email message notifications sent to an email address other than the email address in their profile';
251 $string['configmessaginghidereadnotifications'] = 'Hide read notifications of events like forum posts when viewing messaging history';
252 $string['configmessagingdeletereadnotificationsdelay'] = 'Read notifications can be deleted to save space. How long after a notification is read can it be deleted?';
253 $string['configminpassworddigits'] = 'Passwords must have at least these many digits.';
254 $string['configminpasswordlength'] = 'Passwords must be at least these many characters long.';
255 $string['configminpasswordlower'] = 'Passwords must have at least these many lower case letters.';
256 $string['configminpasswordnonalphanum'] = 'Passwords must have at least these many non-alphanumeric characters.';
257 $string['configminpasswordupper'] = 'Passwords must have at least these many upper case letters.';
258 $string['configmodchooserdefault'] = 'Should the activity chooser be presented to users by default?';
259 $string['configmycoursesperpage'] = 'Maximum number of courses to display in any list of a user\'s own courses';
260 $string['configmymoodleredirect'] = 'This setting forces redirects to /my on login for non-admins and replaces the top level site navigation with /my';
261 $string['configmypagelocked'] = 'This setting prevents the default page from being edited by any non-admins';
262 $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.';
263 $string['confignavshowallcourses'] = 'If enabled users will see courses they are enrolled in both within the My Courses branch and the course structure. When disabled users with enrolments will only see the My Courses branch of the navigaiton.';
264 $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.';
265 $string['confignotifyloginfailures'] = 'If login failures have been recorded, email notifications can be sent out. Who should see these notifications?';
266 $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?';
267 $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.';
268 $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.';
269 $string['configoverride'] = 'Defined in config.php';
270 $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\').';
271 $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.';
272 $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.';
273 $string['configperfdebug'] = 'If you turn this on, performance info will be printed in the footer of the standard theme';
274 $string['configprofileroles'] = 'List of roles that are visible on user profiles and participation page.';
275 $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.';
276 $string['configprotectusernames'] = 'By default forget_password.php does not display any hints that would allow guessing of usernames or email addresses.';
277 $string['configproxybypass'] = 'Comma separated list of (partial) hostnames or IPs that should bypass proxy (e.g., 192.168., .mydomain.com)';
278 $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.';
279 $string['configproxypassword'] = 'Password needed to access internet through proxy if required, empty if none (PHP cURL extension required).';
280 $string['configproxyport'] = 'If this server needs to use a proxy computer, then provide the proxy port here.';
281 $string['configproxytype'] = 'Type of web proxy (PHP5 and cURL extension required for SOCKS5 support).';
282 $string['configproxyuser'] = 'Username needed to access internet through proxy if required, empty if none (PHP cURL extension required).';
283 $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.';
284 $string['configrcache'] = 'Use the cache to store database records. Remember to set \'cachetype\' as well!';
285 $string['configrcachettl'] = 'Time-to-live for cached records, in seconds. Use a short (&lt;15) value here.';
286 $string['configrecaptchaprivatekey'] = 'String of characters used to communicate between your Moodle server and the recaptcha server. Obtain one for this site by visiting http://www.google.com/recaptcha';
287 $string['configrecaptchapublickey'] = 'String of characters used to display the reCAPTCHA element in the signup form. Generated by http://www.google.com/recaptcha';
288 $string['configrequestcategoryselection'] = 'Allow the selection of a category when requesting a course.';
289 $string['configrequestedstudentname'] = 'Word for student used in requested courses';
290 $string['configrequestedstudentsname'] = 'Word for students used in requested courses';
291 $string['configrequestedteachername'] = 'Word for teacher used in requested courses';
292 $string['configrequestedteachersname'] = 'Word for teachers used in requested courses';
293 $string['configrequiremodintro'] = 'Disable this option if you do not want to force users to enter description of each activity.';
294 $string['configrunclamavonupload'] = 'When enabled, clam AV will be used to scan all uploaded files.';
295 $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/)';
296 $string['configuserquota'] = 'The maximum number of bytes that a user can store in their own private file area. {$a->bytes} bytes == {$a->displaysize}';
297 $string['configsectioninterface'] = 'Interface';
298 $string['configsectionmail'] = 'Mail';
299 $string['configsectionmaintenance'] = 'Maintenance';
300 $string['configsectionmisc'] = 'Miscellaneous';
301 $string['configsectionoperatingsystem'] = 'Operating system';
302 $string['configsectionpermissions'] = 'Permissions';
303 $string['configsectionrequestedcourse'] = 'Course requests';
304 $string['configsectionsecurity'] = 'Security';
305 $string['configsectionstats'] = 'Statistics';
306 $string['configsectionuser'] = 'User';
307 $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\'.';
308 $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.';
309 $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>';
310 $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.';
311 $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.';
312 $string['configshowcommentscount'] = 'Show comments count, it will cost one more query when display comments link';
313 $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?';
314 $string['configsitedefaultlicense'] = 'Default site licence';
315 $string['configsitedefaultlicensehelp'] = 'The default licence for publishing content on this site';
316 $string['configsitemaxcategorydepth'] = 'Maximum category depth';
317 $string['configsitemaxcategorydepthhelp'] = 'This specifies the maximum depth of child categories shown';
318 $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.';
319 $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.';
320 $string['configstartwday'] = 'Start of week';
321 $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.)';
322 $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.';
323 $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.';
324 $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.';
325 $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.';
326 $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.';
327 $string['configstatsuserthreshold'] = 'This setting specifies the minimum number of enrolled users for a course to be included in statistics calculations.';
328 $string['configstrictformsrequired'] = 'If enabled, users are prevented from entering a space or line break only in required fields in forms.';
329 $string['configstripalltitletags'] = 'Uncheck this setting to allow HTML tags in activity and resource names.';
330 $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.';
331 $string['configsupportname'] = 'This is the name of a person or other entity offering general help via the support email or web address.';
332 $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.';
333 $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.';
334 $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!).
335 For example: standard,orangewhite.';
336 $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.';
337 $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.';
338 $string['configuseblogassociations'] = 'Should users be able to organize their blog by associating entries with courses and course modules?';
339 $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. This setting is not compatible with sites using https.';
340 $string['configusesitenameforsitepages'] = 'If enabled the site\'s shortname will be used for the site pages node in the navigation rather than the string \'Site pages\'';
341 $string['configusetags'] = 'Should tags functionality across the site be enabled?';
342 $string['configvariables'] = 'Variables';
343 $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.';
344 $string['configvisiblecourses'] = 'Display courses in hidden categories normally';
345 $string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.';
346 $string['configyuicomboloading'] = 'This options enables combined file loading optimisation for YUI libraries. This setting should be enabled on production sites for performance reasons.';
347 $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.';
348 $string['confirmation'] = 'Confirmation';
349 $string['confirmdeletecomments'] = 'You are about to delete comments, are you sure?';
350 $string['confirmed'] = 'Confirmed';
351 $string['convertformat'] = '<i>convert</i> output format';
352 $string['cookiehttponly'] = 'Only http cookies';
353 $string['cookiesecure'] = 'Secure cookies only';
354 $string['country'] = 'Default country';
355 $string['coursecontact'] = 'Course contacts';
356 $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.';
357 $string['courselistshortnames'] = 'Display extended course names';
358 $string['courselistshortnames_desc'] = 'When showing lists of courses, or when referring to courses on administration screens, show the course short name as well as the full name. In fact, when you turn this setting on, the display uses the \'courseextendednamedisplay\' language string, so you can changewhat is displayed using Language customisation.';
359 $string['coursemgmt'] = 'Add/edit courses';
360 $string['courseoverview'] = 'Course overview';
361 $string['courserequestnotify'] = 'Course request notification';
362 $string['courserequestnotifyemail'] = 'User {$a->user} requested a new course at {$a->link}';
363 $string['courserequests'] = 'Course requests';
364 $string['courserequestspending'] = 'Pending course requests';
365 $string['courses'] = 'Courses';
366 $string['coursesperpage'] = 'Courses per page';
367 $string['creatornewroleid'] = 'Creators\' role in new courses';
368 $string['creatornewroleid_help'] = 'If the user does not already have the permission to manage the new course, the user is automatically enrolled using this role.';
369 $string['cron'] = 'Cron';
370 $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.';
371 $string['cron_link'] = 'admin/cron';
372 $string['cronclionly'] = 'Cron execution via command line only';
373 $string['cronerrorclionly'] = 'Sorry, internet access to this page has been disabled by the administrator.';
374 $string['cronerrorpassword'] = 'Sorry, you have not provided a valid password to access this page';
375 $string['cronremotepassword'] = 'Cron password for remote access';
376 $string['cronwarning'] = 'The <a href="cron.php">cron.php maintenance script</a> has not been run for at least 24 hours.';
377 $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.';
378 $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.';
379 $string['curlcache'] = 'cURL cache TTL';
380 $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
381 $string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to communicate with Moodle repositories.';
382 $string['curltimeoutkbitrate'] = 'Bitrate to use when calculating cURL timeouts (Kbps)';
383 $string['curltimeoutkbitrate_help'] = 'This setting is used to calculate an appropriate timeout during large cURL requests. As part of this calculation an HTTP HEAD request is made to determine the size of the content. Setting this to 0 disables this request from being made.';
384 $string['currenttheme'] = 'Current theme';
385 $string['customcheck'] = 'Other checks';
386 $string['custommenu'] = 'Custom menu';
387 $string['custommenuitems'] = 'Custom menu items';
388 $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>
389 <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>';
390 $string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ({$a}) is not directly accessible via web.';
391 $string['dbmigrate'] = 'Moodle database migration';
392 $string['dbmigrateconnecerror'] = 'Could not connect to the database specified.';
393 $string['dbmigrateencodingerror'] = 'The database specified has encoding {$a} rather than required UNICODE/UTF8.<br />Please specify another.';
394 $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:';
395 $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';
396 $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>';
397 $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>';
398 $string['dbmigrationdupfailed'] = 'Database duplication failed with possible error:<font color="#ff0000"><pre>{$a}</pre></font>';
399 $string['dbsessions'] = 'Use database for session information';
400 $string['debug'] = 'Debug messages';
401 $string['debugall'] = 'ALL: Show all reasonable PHP debug messages';
402 $string['debugdeveloper'] = 'DEVELOPER: extra Moodle debug messages for developers';
403 $string['debugdisplay'] = 'Display debug messages';
404 $string['debugging'] = 'Debugging';
405 $string['debugminimal'] = 'MINIMAL: Show only fatal errors';
406 $string['debugnone'] = 'NONE: Do not show any errors or warnings';
407 $string['debugnormal'] = 'NORMAL: Show errors, warnings and notices';
408 $string['debugpageinfo'] = 'Show page information';
409 $string['debugsmtp'] = 'Debug email sending';
410 $string['debugstringids'] = 'Show origin of languages strings';
411 $string['debugstringids_desc'] = 'This option is designed to help translators. When this option is enabled, if you add the parameter strings=1 to a request URL, it will show the language file and string id beside each string that is output.';
412 $string['debugvalidators'] = 'Show validator links';
413 $string['defaultcity'] = 'Default city';
414 $string['defaultcity_help'] = 'A city entered here will be the default city when creating new user accounts.';
415 $string['defaulthomepage'] = 'Default home page for users';
416 $string['defaultrequestcategory'] = 'Default category for course requests';
417 $string['defaultsettinginfo'] = 'Default: {$a}';
418 $string['defaultuserroleid'] = 'Default role for all users';
419 $string['deletefilterareyousure'] = 'Are you sure you want to delete the filter \'{$a}\'';
420 $string['deletefilterareyousuremessage'] = 'You are about to completely delete the filter \'{$a}\'. Are you sure you want to uninstall it?';
421 $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}';
422 $string['deleteincompleteusers'] = 'Delete incomplete users after';
423 $string['deleteunconfirmed'] = 'Delete not fully setup users after';
424 $string['deleteuser'] = 'Delete user';
425 $string['deletingfilter'] = 'Deleting filter \'{$a}\'';
426 $string['density'] = 'Density';
427 $string['denyemailaddresses'] = 'Denied email domains';
428 $string['development'] = 'Development';
429 $string['devicedetectregex'] = 'Device detection regular expressions';
430 $string['devicedetectregex_desc'] = '<p>By default, Moodle can detect devices of the type default (desktop PCs, laptops, etc), mobile (phones and small hand held devices), tablet (iPads, Android tablets) and legacy (Internet Explorer 6 users). The theme selector can be used to apply separate themes to all of these. This setting allows regular expressions that allow the detection of extra device types (these take precedence over the default types).</p>
431 <p>For example, you could enter the regular expression \'/(MIDP-1.0|Maemo|Windows CE)/\' to detect some commonly used feature phones add the return value \'featurephone\'. This adds \'featurephone\' on the theme selector that would allow you to add a theme that would be used on these devices. Other phones would still use the theme selected for the mobile device type.</p>';
432 $string['devicedetectregexexpression'] = 'Regular expression';
433 $string['devicedetectregexvalue'] = 'Return value';
434 $string['devicetype'] = 'Device type';
435 $string['disableuserimages'] = 'Disable user profile images';
436 $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.';
437 $string['displayloginfailures'] = 'Display login failures to';
438 $string['dndallowtextandlinks'] = 'Drag and drop upload of text/links';
439 $string['docroot'] = 'Moodle Docs document root';
440 $string['doctonewwindow'] = 'Open in new window';
441 $string['download'] = 'Download';
442 $string['edithelpdocs'] = 'Edit help documents';
443 $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.';
444 $string['editlang'] = '<b>Edit</b>';
445 $string['editorbackgroundcolor'] = 'Background color';
446 $string['editordictionary'] = 'Editor dictionary';
447 $string['editorfontfamily'] = 'Font family';
448 $string['editorfontlist'] = 'Font list';
449 $string['editorfontsize'] = 'Font size';
450 $string['editorhidebuttons'] = 'Hidden buttons';
451 $string['editorkillword'] = 'Word format filter';
452 $string['editorspelling'] = 'Editor spelling';
453 $string['editorspellinghelp'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server.';
454 $string['editstrings'] = 'Edit words or phrases';
455 $string['emailchangeconfirmation'] = 'Email change confirmation';
456 $string['emoticontext'] = 'Text';
457 $string['emoticonimagename'] = 'Image name';
458 $string['emoticonalt'] = 'Alternative text';
459 $string['emoticoncomponent'] = 'Image component';
460 $string['emoticons'] = 'Emoticons';
461 $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.
463 * Text (required) - This text will be replaced with the emoticon image. It must be at least two characters long.
464 * Image name (required) - The emoticon image file name without the extension, relative to the component pix folder.
465 * Image component (required) - The component providing the icon.
466 * Alternative text (optional) - String identifier and component of the alternative text of the emoticon.';
467 $string['emoticonsreset'] = 'Reset emoticons setting to default values';
468 $string['emptysettingvalue'] = 'Empty';
469 $string['enableajax'] = 'Enable AJAX';
470 $string['enableblogs'] = 'Enable blogs';
471 $string['enablecalendarexport'] = 'Enable calendar export';
472 $string['enablecomments'] = 'Enable comments';
473 $string['enablecourserequests'] = 'Enable course requests';
474 $string['enablecssoptimiser'] = 'Enable CSS optimiser';
475 $string['enablecssoptimiser_desc'] = 'When enabled CSS will be run through an optimisation process before being cached. The optimiser processes the CSS removing duplicate rules and styles, as well as white space removable and reformatting. Please note turning this on at the same time as theme designer mode is awful for performance but will help theme designers create optimised CSS.';
476 $string['enabledevicedetection'] = 'Enable device detection';
477 $string['enablegravatar'] = 'Enable Gravatar';
478 $string['enablegravatar_help'] = 'When enabled Moodle will attempt to fetch a user profile picture from Gravatar if the user has not uploaded an image.';
479 $string['enablegroupmembersonly'] = 'Enable group members only';
480 $string['enablemobilewebservice'] = 'Enable web services for mobile devices';
481 $string['enablerecordcache'] = 'Enable record cache';
482 $string['enablerssfeeds'] = 'Enable RSS feeds';
483 $string['enablesafebrowserintegration'] = 'Enable Safe Exam Browser integration';
484 $string['enablestats'] = 'Enable statistics';
485 $string['enabletrusttext'] = 'Enable trusted content';
486 $string['enablewebservices'] = 'Enable web services';
487 $string['enablewsdocumentation'] = 'Web services documentation';
488 $string['enrolinstancedefaults'] = 'Enrolment instance defaults';
489 $string['enrolinstancedefaults_desc'] = 'Default enrolment settings in new courses.';
490 $string['enrolmultipleusers'] = 'Enrol the users';
491 $string['environment'] = 'Environment';
492 $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
493 $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?';
494 $string['environmentmustfixsetting'] = 'PHP setting must be changed.';
495 $string['environmentok'] = 'Your server environment meets all minimum requirements.';
496 $string['environmentrecommendcustomcheck'] = 'if this test fails, it indicates a potential problem';
497 $string['environmentrecommendinstall'] = 'should be installed and enabled for best results';
498 $string['environmentrecommendversion'] = 'version {$a->needed} is recommended and you are running {$a->current}';
499 $string['environmentrequirecustomcheck'] = 'this test must pass';
500 $string['environmentrequireinstall'] = 'must be installed and enabled';
501 $string['environmentrequireversion'] = 'version {$a->needed} is required and you are running {$a->current}';
502 $string['environmentsettingok'] = 'recommended setting detected';
503 $string['environmentshouldfixsetting'] = 'PHP setting should be changed.';
504 $string['environmentxmlerror'] = 'Error reading environment data ({$a->error_code})';
505 $string['errordeletingconfig'] = 'An error occurred while deleting the configuration records for plugin \'{$a}\'.';
506 $string['errorsetting'] = 'Could not save setting:';
507 $string['errorwithsettings'] = 'Some settings were not changed due to an error.';
508 $string['everyonewhocan'] = 'Everyone who can \'{$a}\'';
509 $string['exceptions'] = 'exceptions';
510 $string['experimental'] = 'Experimental';
511 $string['experimentalsettings'] = 'Experimental settings';
512 $string['extendedusernamechars'] = 'Allow extended characters in usernames';
513 $string['extramemorylimit'] = 'Extra PHP memory limit';
514 $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>';
515 $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>';
516 $string['filecreated'] = 'New file created';
517 $string['filestoredin'] = 'Save file into folder :';
518 $string['filestoredinhelp'] = 'Where the file will be stored';
519 $string['filterall'] = 'Filter all strings';
520 $string['filtermatchoneperpage'] = 'Filter match once per page';
521 $string['filtermatchonepertext'] = 'Filter match once per text';
522 $string['filters'] = 'Filters';
523 $string['filtersettings'] = 'Manage filters';
524 $string['filtersettingsgeneral'] = 'General filter settings';
525 $string['filteruploadedfiles'] = 'Filter uploaded files';
526 $string['forcelogin'] = 'Force users to login';
527 $string['forceloginforprofileimage'] = 'Force users to login to view user pictures';
528 $string['forceloginforprofileimage_help'] = 'If enabled, users must login in order to view user profile pictures and the default user picture will be used in all notification emails.';
529 $string['forceloginforprofiles'] = 'Force users to login for profiles';
530 $string['forcetimezone'] = 'Force default timezone';
531 $string['frontpage'] = 'Front page';
532 $string['frontpagebackup'] = 'Front page backup';
533 $string['frontpagedefaultrole'] = 'Default frontpage role';
534 $string['frontpagefilters'] = 'Front page filters';
535 $string['frontpageloggedin'] = 'Front page items when logged in';
536 $string['frontpageoverrides'] = 'Front page permission overrides';
537 $string['frontpagequestions'] = 'Front page questions';
538 $string['frontpagerestore'] = 'Front page restore';
539 $string['frontpageroles'] = 'Front page roles';
540 $string['frontpagesettings'] = 'Front page settings';
541 $string['fullnamedisplay'] = 'Full name format';
542 $string['gdrecommended'] = 'GD extension is used for conversion of images, some features such as user profile images will not be available if missing.';
543 $string['gdversion'] = 'GD version';
544 $string['generalsettings'] = 'General settings';
545 $string['geoipfile'] = 'GeoIP city data file';
546 $string['getremoteaddrconf'] = 'Logged IP address source';
547 $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>';
548 $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>';
549 $string['groupenrolmentkeypolicy'] = 'Group enrolment key policy';
550 $string['groupenrolmentkeypolicy_desc'] = 'Turning this on will make Moodle check group enrolment keys against a valid password policy.';
551 $string['googlemapkey3'] = 'Google Maps API V3 key';
552 $string['googlemapkey3_help'] = '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="https://developers.google.com/maps/documentation/javascript/tutorial#api_key" target="_blank">https://developers.google.com/maps/documentation/javascript/tutorial#api_key</a>';
553 $string['gotofirst'] = 'Go to first missing string';
554 $string['gradebook'] = 'Gradebook';
555 $string['gradebookroles'] = 'Graded roles';
556 $string['gradeexport'] = 'Primary grade export methods';
557 $string['guestroleid'] = 'Role for guest';
558 $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.';
559 $string['helpadminseesall'] = 'Do admins see all calendar events or just those that apply to themselves?';
560 $string['helpcalendarsettings'] = 'Configure various calendar and date/time-related aspects of Moodle';
561 $string['helpforcetimezone'] = 'You can allow users to individually select their timezone, or force a timezone for everyone.';
562 $string['helpsitemaintenance'] = 'For upgrades and other work';
563 $string['helpstartofweek'] = 'Which day starts the week in the calendar?';
564 $string['helpupcominglookahead'] = 'How many days in the future does the calendar look for upcoming events by default?';
565 $string['helpupcomingmaxevents'] = 'How many (maximum) upcoming events are shown to users by default?';
566 $string['helpweekenddays'] = 'Which days of the week are treated as "weekend" and shown with a different colour?';
567 $string['hiddenuserfields'] = 'Hide user fields';
568 $string['hidefromall'] = 'Hide from all users';
569 $string['hidefromnone'] = 'Hide from nobody';
570 $string['hidefromstudents'] = 'Hide from students';
571 $string['htmleditor'] = 'HTML editor';
572 $string['htmleditorsettings'] = 'HTML editor settings';
573 $string['htmlsettings'] = 'HTML settings';
574 $string['http'] = 'HTTP';
575 $string['httpsecurity'] = 'HTTP security';
576 $string['hubs'] = 'Hubs';
577 $string['change'] = 'change';
578 $string['checkboxno'] = 'No';
579 $string['checkboxyes'] = 'Yes';
580 $string['choosefiletoedit'] = 'Choose file to edit';
581 $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.';
582 $string['iconvrequired'] = 'Installing ICONV extension is required.';
583 $string['ignore'] = 'Ignore';
584 $string['includemoduleuserdata'] = 'Include module user data';
585 $string['incompatibleblocks'] = 'Incompatible blocks';
586 $string['installhijacked'] = 'Installation must be finished from the original IP address, sorry.';
587 $string['installsessionerror'] = 'Can not initialise PHP session, please verify that your browser accepts cookies.';
588 $string['intcachemax'] = 'Int. cache max';
589 $string['intlrecommended'] = 'Intl extension is used to improve internationalization support, such as locale aware sorting.';
590 $string['invalidsection'] = 'Invalid section.';
591 $string['invaliduserchangeme'] = 'Username "changeme" is reserved -- you cannot create an account with it.';
592 $string['ipblocked'] = 'This site is not available currently.';
593 $string['ipblocker'] = 'IP blocker';
594 $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.';
595 $string['iplookup'] = 'IP address lookup';
596 $string['iplookupgeoplugin'] = '<a href="http://www.geoplugin.com">geoPlugin</a> service is currently being used to look up geographical information. For more accurate results we recommend installing a local copy of the MaxMind GeoLite database.';
597 $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.
598 It is recommended to install local copy of free GeoLite City database from MaxMind.<br />
599 IP 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.';
600 $string['iplookupmaxmindnote'] = 'This product includes GeoLite data created by MaxMind, available from <a href="http://www.maxmind.com/">http://www.maxmind.com/</a>.';
601 $string['keeptagnamecase'] = 'Keep tag name casing';
602 $string['lang'] = 'Default language';
603 $string['langcache'] = 'Cache language menu';
604 $string['langcache_desc'] = 'Cache the language menu. If enabled, the list of available translations is cached. The cache is automatically refreshed when you install or delete a language pack via the in-built language packs management tool. If you install a new language pack manually, you have to use Purge all caches feature to refresh the cached list.';
605 $string['langlist'] = 'Languages on language menu';
606 $string['langmenu'] = 'Display language menu';
607 $string['langpackwillbeupdated'] = 'NOTE: Moodle will try to download updates for your language packs during the upgrade.';
608 $string['langstringcache'] = 'Cache all language strings';
609 $string['languagesettings'] = 'Language settings';
610 $string['latexpreamble'] = 'LaTeX preamble';
611 $string['latexsettings'] = 'LaTeX renderer Settings';
612 $string['latinexcelexport'] = 'Excel encoding';
613 $string['legacyfilesinnewcourses'] = 'Legacy course files in new courses';
614 $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.';
615 $string['licensesettings'] = 'Licence settings';
616 $string['linkadmincategories'] = 'Link admin categories';
617 $string['linkadmincategories_help'] = 'If enabled admin setting categories will be displayed as links in the navigation and will lead to the admin category pages.';
618 $string['loading'] = 'Loading';
619 $string['localetext'] = 'Sitewide locale';
620 $string['localstringcustomization'] = 'Local string customization';
621 $string['location'] = 'Location';
622 $string['locationsettings'] = 'Location settings';
623 $string['locked'] = 'locked';
624 $string['log'] = 'Logs';
625 $string['logguests'] = 'Log guest access';
626 $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.';
627 $string['loginhttps'] = 'Use HTTPS for logins';
628 $string['loginpageautofocus'] = 'Autofocus login page form';
629 $string['loginpageautofocus_help'] = 'Enabling this option improves usability of the login page, but automatically focusing fields may be considered an accessibility issue.';
630 $string['loginpasswordautocomplete'] = 'Prevent password autocompletion on login form';
631 $string['loginpasswordautocomplete_help'] = 'Having this off will let users save their account password in their browser. Switching this setting on will result in your site no longer following XHTML strict validation rules.';
632 $string['loglifetime'] = 'Keep logs for';
633 $string['longtimewarning'] = '<b>Please note that this process can take a long time.</b>';
634 $string['maintenancemode'] = 'In maintenance mode';
635 $string['maintfileopenerror'] = 'Error opening maintenance files!';
636 $string['maintinprogress'] = 'Maintenance is in progress...';
637 $string['managelang'] = 'Manage';
638 $string['managelicenses'] = 'Manage licences';
639 $string['manageqbehaviours'] = 'Manage question behaviours';
640 $string['manageqtypes'] = 'Manage question types';
641 $string['maturity50'] = 'Alpha';
642 $string['maturity100'] = 'Beta';
643 $string['maturity150'] = 'Release candidate';
644 $string['maturity200'] = 'Stable version';
645 $string['maturityallowunstable'] = 'Hint: You may want to run this script with --allow-unstable option';
646 $string['maturitycoreinfo'] = 'Your site is currently running unstable "{$a}" development code.';
647 $string['maturitycorewarning'] = 'The version of Moodle that you are about to install or upgrade to contains
648 unstable "{$a}" development code that is not suitable for use on most production
649 sites. If this is not what you wanted then you should make sure you are updating
650 from a STABLE branch of the Moodle code. See Moodle Docs for more details.';
651 $string['maxbytes'] = 'Maximum uploaded file size';
652 $string['maxconsecutiveidentchars'] = 'Consecutive identical characters';
653 $string['maxeditingtime'] = 'Maximum time to edit posts';
654 $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.';
655 $string['mediapluginavi'] = 'Enable .avi filter';
656 $string['mediapluginflv'] = 'Enable .flv filter';
657 $string['mediapluginimg'] = 'Enable auto-embedding of linked images';
658 $string['mediapluginmov'] = 'Enable .mov filter';
659 $string['mediapluginmpg'] = 'Enable .mpg filter';
660 $string['mediapluginmp3'] = 'Enable .mp3 filter';
661 $string['mediapluginogg'] = 'Enable .ogg filter';
662 $string['mediapluginogv'] = 'Enable .ogv filter';
663 $string['mediapluginram'] = 'Enable .ram filter';
664 $string['mediapluginrm'] = 'Enable .rm filter';
665 $string['mediapluginrpm'] = 'Enable .rpm filter';
666 $string['mediapluginswf'] = 'Enable .swf filter';
667 $string['mediapluginswfnote'] = 'As a default security measure, normal users should not be allowed to embed swf flash files.';
668 $string['mediapluginwmv'] = 'Enable .wmv filter';
669 $string['mediapluginyoutube'] = 'Enable YouTube links filter';
670 $string['memcachedhosts'] = 'memcached hosts';
671 $string['memcachedpconn'] = 'memcached use persistent connections';
672 $string['messaging'] = 'Enable messaging system';
673 $string['messagingallowemailoverride'] = 'Notification email override';
674 $string['messaginghidereadnotifications'] = 'Hide read notifications';
675 $string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
676 $string['minpassworddigits'] = 'Digits';
677 $string['minpasswordlength'] = 'Password length';
678 $string['minpasswordlower'] = 'Lowercase letters';
679 $string['minpasswordnonalphanum'] = 'Non-alphanumeric characters';
680 $string['minpasswordupper'] = 'Uppercase letters';
681 $string['misc'] = 'Miscellaneous';
682 $string['mnetrestore_extusers'] = '<strong>Note:</strong> This backup file contains remote Moodle Network user accounts which will be restored as part of the process.';
683 $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.';
684 $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.';
685 $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...)';
686 $string['mnetrestore_extusers_switchuserauth'] = 'Remote Moodle Network user {$a->username} (coming from {$a->mnethosturl}) switched to local {$a->auth} authenticated user.';
687 $string['modchooserdefault'] = 'Activity chooser default';
688 $string['modeditdefaults'] = 'Default values for activity settings';
689 $string['modsettings'] = 'Manage activities';
690 $string['modulesecurity'] = 'Module security';
691 $string['multilangforceold'] = 'Force old multilang syntax: &lt;span&gt; without the class="multilang" and &lt;lang&gt;';
692 $string['mustenablestats'] = 'Stats have not yet been enabled on this site.';
693 $string['mycoursesperpage'] = 'Number of courses';
694 $string['mydashboard'] = 'System default dashboard';
695 $string['mymoodle'] = 'My Moodle';
696 $string['mymoodleredirect'] = 'Force users to use My Moodle';
697 $string['mypage'] = 'Default My Moodle page';
698 $string['myprofile'] = 'Default profile page';
699 $string['mypagelocked'] = 'Lock default page';
700 $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).';
701 $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.';
702 $string['navadduserpostslinks'] = 'Add links to view user posts';
703 $string['navadduserpostslinks_help'] = 'If enabled two links will be added to each user in the navigation to view discussions the user has started and posts the user has made in forums throughout the site or in specific courses.';
704 $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.';
705 $string['navcourselimit'] = 'Course limit';
706 $string['navshowfrontpagemods'] = 'Show front page activities in the navigation';
707 $string['navshowfrontpagemods_help'] = 'If enabled, front page activities will be shown on the navigation under site pages.';
708 $string['navshowallcourses'] = 'Show all courses';
709 $string['navshowcategories'] = 'Show course categories';
710 $string['navshowmycoursecategories'] = 'Show my course categories';
711 $string['navshowmycoursecategories_help'] = 'If enabled courses in the users my courses branch will be shown in categories.';
712 $string['neverdeleteruns'] = 'Never delete runs';
713 $string['nobookmarksforuser'] = 'You do not have any bookmarks.';
714 $string['nodatabase'] = 'No database';
715 $string['nohttpsformobilewarning'] = 'It is recommended to enable HTTPS with a valid certificate. The Moodle app will always try to use a secured connection first.';
716 $string['nomissingstrings'] = 'No missing strings';
717 $string['nonewsettings'] = 'No new settings were added during this upgrade.';
718 $string['nonexistentbookmark'] = 'The bookmark you requested does not exist.';
719 $string['noresults'] = 'No results found.';
720 $string['noroles'] = 'No roles';
721 $string['notifications'] = 'Notifications';
722 $string['notifyloginfailures'] = 'Email login failures to';
723 $string['notifyloginthreshold'] = 'Threshold for email notifications';
724 $string['notloggedinroleid'] = 'Role for visitors';
725 $string['numberofmissingstrings'] = 'Number of missing strings: {$a}';
726 $string['numberofstrings'] = 'Total number of strings: {$a->strings}<br />Missing: {$a->missing} ({$a->missingpercent}&nbsp;%)';
727 $string['numcoursesincombo'] = 'Maximum number of courses in combo list';
728 $string['numcoursesincombo_help'] = 'The combo list doesn\'t work well with large numbers of courses. When the total number of courses in the site is higher than this setting then a link to the dedicated course listing will be shown instead of trying to display all the courses on the front page.';
729 $string['opensslrecommended'] = 'Installing the optional OpenSSL library is highly recommended -- it enables Moodle Networking functionality.';
730 $string['opentogoogle'] = 'Open to Google';
731 $string['optionalmaintenancemessage'] = 'Optional maintenance message';
732 $string['order1'] = 'First';
733 $string['order2'] = 'Second';
734 $string['order3'] = 'Third';
735 $string['order4'] = 'Fourth';
736 $string['passwordpolicy'] = 'Password policy';
737 $string['pathconvert'] = 'Path of <i>convert</i> binary';
738 $string['pathdvips'] = 'Path of <i>dvips</i> binary';
739 $string['pathlatex'] = 'Path of <i>latex</i> binary';
740 $string['pathtoclam'] = 'clam AV path';
741 $string['pathtodot'] = 'Path to dot';
742 $string['pathtodot_help'] = 'Path to dot. Probably something like /usr/bin/dot. To be able to generate graphics from DOT files, you must have installed the dot executable and point to it here. Note that, for now, this only used by the profiling features (Development->Profiling) built into Moodle.';
743 $string['pathtodu'] = 'Path to du';
744 $string['pathtopgdump'] = 'Path to pg_dump';
745 $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)';
746 $string['pathtopgdumpinvalid'] = 'Invalid path to pg_dump - either wrong path or not executable';
747 $string['pathtopsql'] = 'Path to psql';
748 $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)';
749 $string['pathtopsqlinvalid'] = 'Invalid path to psql - either wrong path or not executable';
750 $string['pathtounzip'] = 'Path to unzip';
751 $string['pathtozip'] = 'Path to zip';
752 $string['pcreunicodewarning'] = 'It is strongly recommended to use PCRE PHP extension that is compatible with Unicode characters.';
753 $string['perfdebug'] = 'Performance info';
754 $string['performance'] = 'Performance';
755 $string['pgcluster'] = 'PostgreSQL Cluster';
756 $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.';
757 $string['php533warning'] = 'PHP 5.3.3 and upwards is recommended';
758 $string['phpfloatproblem'] = 'Detected unexpected problem in handling of PHP float numbers - {$a}';
759 $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';
760 $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}';
761 $string['pleaseregister'] = 'Please register your site to remove this button';
762 $string['plugin'] = 'Plugin';
763 $string['plugins'] = 'Plugins';
764 $string['pluginscheck'] = 'Plugin dependencies check';
765 $string['pluginscheckfailed'] = 'Dependencies check failed for {$a->pluginslist}';
766 $string['pluginschecktodo'] = 'You must solve all the plugin requirements before proceeding to install this Moodle version!';
767 $string['pluginsoverview'] = 'Plugins overview';
768 $string['profilecategory'] = 'Category';
769 $string['profilecategoryname'] = 'Category name (must be unique)';
770 $string['profilecategorynamenotunique'] = 'This category name is already in use';
771 $string['profilecommonsettings'] = 'Common settings';
772 $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?';
773 $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?';
774 $string['profilecreatecategory'] = 'Create a new profile category';
775 $string['profilecreatefield'] = 'Create a new profile field:';
776 $string['profilecreatenewcategory'] = 'Creating a new category';
777 $string['profilecreatenewfield'] = 'Creating a new \'{$a}\' profile field';
778 $string['profiledefaultcategory'] = 'Other fields';
779 $string['profiledefaultdata'] = 'Default value';
780 $string['profiledefaultchecked'] = 'Checked by default';
781 $string['profiledeletecategory'] = 'Deleting a category';
782 $string['profiledeletefield'] = 'Deleting field \'{$a}\'';
783 $string['profiledescription'] = 'Description of the field';
784 $string['profiledscript'] = 'This script has been profiled';
785 $string['profiledscriptview'] = 'View profiling information for this script';
786 $string['profileeditcategory'] = 'Editing category: {$a}';
787 $string['profileeditfield'] = 'Editing profile field: {$a}';
788 $string['profilefield'] = 'Profile field';
789 $string['profilefieldcolumns'] = 'Columns';
790 $string['profilefieldispassword'] = 'Is this a password field?';
791 $string['profilefieldlink'] = 'Link';
792 $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/$$.';
793 $string['profilefieldlinktarget'] = 'Link target';
794 $string['profilefieldmaxlength'] = 'Maximum length';
795 $string['profilefieldrows'] = 'Rows';
796 $string['profilefields'] = 'User profile fields';
797 $string['profilefieldsize'] = 'Display size';
798 $string['profileforceunique'] = 'Should the data be unique?';
799 $string['profileinvaliddata'] = 'Invalid value';
800 $string['profilelocked'] = 'Is this field locked?';
801 $string['profilemenudefaultnotinoptions'] = 'The default value is not one of the options';
802 $string['profilemenunooptions'] = 'No menu options supplied';
803 $string['profilemenuoptions'] = 'Menu options (one per line)';
804 $string['profilemenutoofewoptions'] = 'You must provide at least 2 options';
805 $string['profilename'] = 'Name';
806 $string['profilenofieldsdefined'] = 'No fields have been defined';
807 $string['profilerequired'] = 'Is this field required?';
808 $string['profileroles'] = 'Profile visible roles';
809 $string['profilesforenrolledusersonly'] = 'Profiles for enrolled users only';
810 $string['profileshortname'] = 'Short name (must be unique)';
811 $string['profileshortnamenotunique'] = 'This short name is already in use';
812 $string['profilesignup'] = 'Display on signup page?';
813 $string['profilespecificsettings'] = 'Specific settings';
814 $string['profilevisible'] = 'Who is this field visible to?';
815 $string['profilevisible_help'] = '* Not visible - For private data only viewable by administrators
816 * Visible to user - For private data only viewable by the user and by administrators
817 * Visible to everyone';
818 $string['profilevisibleall'] = 'Visible to everyone';
819 $string['profilevisiblenone'] = 'Not visible';
820 $string['profilevisibleprivate'] = 'Visible to user';
821 $string['profiling'] = 'Profiling';
822 $string['profilingallowall'] = 'Continuous profiling';
823 $string['profilingallowall_help'] = 'If you enable this setting, then, at any moment, you can use the PROFILEALL parameter anywhere (PGC) to enable profiling for all the executed scripts along the Moodle session life. Analogously, you can use the PROFILEALLSTOP parameter to stop it.';
824 $string['profilingallowme'] = 'Selective profiling';
825 $string['profilingallowme_help'] = 'If you enable this setting, then, selectively, you can use the PROFILEME parameter anywhere (PGC) and profiling for that script will happen. Analogously, you can use the DONTPROFILEME parameter to prevent profiling to happen';
826 $string['profilingautofrec'] = 'Automatic profiling';
827 $string['profilingautofrec_help'] = 'By configuring this setting, some request (randomly, based on the frecuency specified - 1 of XXX) will be picked and automatically profiled, storing results for further analysis. Note that this way of profiling observes the include/exclude settings. Set it to 0 to disable automatic profiling.';
828 $string['profilingenabled'] = 'Enable profiling';
829 $string['profilingenabled_help'] = 'If you enable this setting, then profiling will be available in this site and you will be able to define its behavior by configuring the next options.';
830 $string['profilingexcluded'] = 'Exclude profiling';
831 $string['profilingexcluded_help'] = 'List of (comma separated, absolute skipping wwwroot, callable) URLs that will be excluded from being profiled from the ones defined by \'Profile these\' setting.';
832 $string['profilingincluded'] = 'Profile these';
833 $string['profilingincluded_help'] = 'List of (comma separated, absolute skipping wwwroot, callable) URLs that will be automatically profiled. Examples: /index.php, /course/view.php. Also accepts the * wildchar at any position. Examples: /mod/forum/*, /mod/*/view.php.';
834 $string['profilinglifetime'] = 'Keep profiling runs';
835 $string['profilinglifetime_help'] = 'Specify the time you want to keep information about old profiling runs. Older ones will be pruned periodically. Note that this excludes any profiling run marked as \'reference run\'.';
836 $string['protectusernames'] = 'Protect usernames';
837 $string['proxybypass'] = 'Proxy bypass hosts';
838 $string['proxyhost'] = 'Proxy host';
839 $string['proxypassword'] = 'Proxy password';
840 $string['proxyport'] = 'Proxy port';
841 $string['proxytype'] = 'Proxy type';
842 $string['proxyuser'] = 'Proxy username';
843 $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.';
844 $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.';
845 $string['quarantinedir'] = 'Quarantine directory';
846 $string['question'] = 'Question';
847 $string['questionbehaviours'] = 'Question behaviours';
848 $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>.';
849 $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.';
850 $string['questiontype'] = 'Question type';
851 $string['questiontypes'] = 'Question types';
852 $string['rcache'] = 'Record cache';
853 $string['rcachettl'] = 'Record cache TTL';
854 $string['recaptchaprivatekey'] = 'ReCAPTCHA private key';
855 $string['recaptchapublickey'] = 'ReCAPTCHA public key';
856 $string['register'] = 'Register your site';
857 $string['registermoodleorg'] = 'When you register your site with {$a}';
858 $string['registermoodleorgli1'] = 'You are added to a low-volume mailing list for important notifications such as security alerts and new releases of Moodle.';
859 $string['registermoodleorgli2'] = 'Statistics about your site will be added to the {$a} of the worldwide Moodle community.';
860 $string['registermoodleorgli3'] = 'Your site is also registered with the Moodle.org Open Community Hub ({$a}), allowing users with the publish courses capability (by default only managers) the option of publishing courses to MOOCH.';
861 $string['registerwithmoodleorg'] = 'Register with Moodle.org';
862 $string['registration'] = 'Registration';
863 $string['registration_help'] = 'It is recommended to register on Moodle.org to receive security email alerts, to contribute to the Moodle growth and statistics, or to be able to share courses on MOOCH.';
864 $string['registrationwarning'] = 'Your site is not yet registered.';
865 $string['releasenoteslink'] = 'For information about this version of Moodle, please see the online <a target="_blank" href="{$a}">Release Notes</a>';
866 $string['rememberusername'] = 'Remember username';
867 $string['rememberusername_desc'] = 'Enable if you want to store permanent cookies with usernames during user login. Permanent cookies may be considered a privacy issue if used without consent.';
868 $string['reportsmanage'] = 'Manage reports';
869 $string['reportsdeleteconfirm'] = 'You are about to completely delete the report \'{$a}\'. This will completely delete everything in the database associated with this plugin. Are you SURE you want to continue?';
870 $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>.
871 <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/>';
872 $string['requiremodintro'] = 'Require activity description';
873 $string['requires'] = 'Requires';
874 $string['purgecaches']= 'Purge all caches';
875 $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.';
876 $string['purgecachesfinished']= 'All caches were purged.';
877 $string['requestcategoryselection'] = 'Enable category selection';
878 $string['restorernewroleid'] = 'Restorers\' role in courses';
879 $string['restorernewroleid_help'] = 'If the user does not already have the permission to manage the newly restored course, the user is automatically assigned this role and enrolled if necessary. Select "None" if you do not want restorers to be able to manage every restored course.';
880 $string['reverseproxy'] = 'Reverse proxy';
881 $string['riskconfig'] = 'Users could change site configuration and behaviour';
882 $string['riskconfigshort'] = 'Configuration risk';
883 $string['riskdataloss'] = 'Users could destroy large amounts of content or information';
884 $string['riskdatalossshort'] = 'Data loss risk';
885 $string['riskmanagetrust'] = 'Users could change trust settings of other users';
886 $string['riskmanagetrustshort'] = 'Manage trusts';
887 $string['riskpersonal'] = 'Users could gain access to private information of other users';
888 $string['riskpersonalshort'] = 'Privacy risk';
889 $string['riskspam'] = 'Users could send spam to site users or others';
890 $string['riskspamshort'] = 'Spam risk';
891 $string['riskxss'] = 'Users could add files and texts that allow cross-site scripting (XSS)';
892 $string['riskxssshort'] = 'XSS risk';
893 $string['roleswithexceptions'] = '{$a->roles}, with {$a->exceptions}';
894 $string['rssglobaldisabled'] = 'Disabled at server level';
895 $string['runclamavonupload'] = 'Use clam AV on uploaded files';
896 $string['save'] = 'Save';
897 $string['savechanges'] = 'Save changes';
898 $string['search'] = 'Search';
899 $string['searchinsettings'] = 'Search in settings';
900 $string['searchresults'] = 'Search results';
901 $string['sectionerror'] = 'Section error!';
902 $string['secureforms'] = 'Use additional form security';
903 $string['security'] = 'Security';
904 $string['selectdevice'] = 'Select device';
905 $string['selecttheme'] = 'Select theme for {$a} device';
906 $string['server'] = 'Server';
907 $string['serverchecks'] = 'Server checks';
908 $string['serverlimit'] = 'Server limit';
909 $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>';
910 $string['sessioncookie'] = 'Cookie prefix';
911 $string['sessioncookiedomain'] = 'Cookie domain';
912 $string['sessioncookiepath'] = 'Cookie path';
913 $string['sessionhandling'] = 'Session handling';
914 $string['sessiontimeout'] = 'Timeout';
915 $string['settingfileuploads'] = 'File uploading is required for normal operation, please enable it in PHP configuration.';
916 $string['settingmemorylimit'] = 'Insufficient memory detected, please set higher memory limit in PHP settings.';
917 $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.';
918 $string['showcommentscount'] = 'Show comments count';
919 $string['showdetails'] = 'Show details';
920 $string['showuseridentity'] = 'Show user identity';
921 $string['showuseridentity_desc'] = 'When selecting or searching for users, and when displaying lists of users, these fields may be shown in addition to their full name. The fields are only shown to users who have the moodle/site:viewuseridentity capability; by default, teachers and managers. (This option makes most sense if you choose one or two fields that are mandatory at your institution.)';
922 $string['simplexmlrequired'] = 'The SimpleXML PHP extension is now required by Moodle.';
923 $string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';
924 $string['sitemaintenancemode'] = 'Maintenance mode';
925 $string['sitemaintenanceoff'] = 'Maintenance mode has been disabled and the site is running normally again';
926 $string['sitemaintenanceon'] = 'Your site is currently in maintenance mode (only admins can log in or use the site).';
927 $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>.';
928 $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>.';
929 $string['sitepolicies'] = 'Site policies';
930 $string['sitepolicy'] = 'Site policy URL';
931 $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.';
932 $string['sitepolicyguest'] = 'Site policy URL for guests';
933 $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.';
934 $string['sitesectionhelp'] = 'If selected, a topic section will be displayed on the site\'s front page.';
935 $string['slasharguments'] = 'Use slash arguments';
936 $string['smartpix'] = 'Smart pix search';
937 $string['soaprecommended'] = 'Installing the optional soap extension is useful for web services and some contrib modules.';
938 $string['spellengine'] = 'Spell engine';
939 $string['spelllanguagelist'] = 'Spell language list';
940 $string['splrequired'] = 'The SPL PHP extension is now required by Moodle.';
941 $string['stats'] = 'Statistics';
942 $string['statsfirstrun'] = 'Maximum processing interval';
943 $string['statsmaxruntime'] = 'Maximum runtime';
944 $string['statsmoodleorg'] = 'statistics';
945 $string['statsruntimedays'] = 'Days to process';
946 $string['statsruntimestart'] = 'Run at';
947 $string['statsuserthreshold'] = 'User threshold';
948 $string['stickyblocks'] = 'Sticky blocks';
949 $string['stickyblockscourseview'] = 'Course page';
950 $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.';
951 $string['stickyblocksmymoodle'] = 'My Moodle';
952 $string['stickyblockspagetype'] = 'Page type to configure';
953 $string['strictformsrequired'] = 'Strict validation of required fields';
954 $string['stripalltitletags'] = 'Remove HTML tags from all activity names';
955 $string['supportcontact'] = 'Support contact';
956 $string['supportemail'] = 'Support email';
957 $string['supportname'] = 'Support name';
958 $string['supportpage'] = 'Support page';
959 $string['suspenduser'] = 'Suspend user account';
960 $string['switchlang'] = 'Switch lang directory';
961 $string['systempaths'] = 'System paths';
962 $string['tablenosave'] = 'Changes in table above are saved automatically.';
963 $string['tablesnosave'] = 'Changes in tables above are saved automatically.';
964 $string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tab be placed at the front';
965 $string['tabselectedtofronttext'] = 'Bring selected tab row to front';
966 $string['themedesignermode'] = 'Theme designer mode';
967 $string['themelist'] = 'Theme list';
968 $string['themenoselected'] = 'No theme selected';
969 $string['themeresetcaches'] = 'Clear theme caches';
970 $string['themeselect'] = 'Change theme';
971 $string['themeselector'] = 'Theme selector';
972 $string['themesettings'] = 'Theme settings';
973 $string['therewereerrors'] = 'There were errors in your data';
974 $string['timezone'] = 'Default timezone';
975 $string['timezoneforced'] = 'This is forced by the site administrator';
976 $string['timezoneisforcedto'] = 'Force all users to use';
977 $string['timezonenotforced'] = 'Users can choose their own timezone';
978 $string['tokenizerrecommended'] = 'Installing the optional PHP Tokenizer extension is recommended -- it improves Moodle Networking functionality.';
979 $string['tools'] = 'Admin tools';
980 $string['toolsdeleteconfirm'] = 'You are about to completely delete the admin tool \'{$a}\'. This will completely delete everything in the database associated with this plugin. Are you SURE you want to continue?';
981 $string['toolsmanage'] = 'Manage admin tools';
982 $string['unattendedoperation'] = 'Unattended operation';
983 $string['unbookmarkthispage'] = 'Unbookmark this page';
984 $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).';
985 $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).';
986 $string['uninstallplugin'] = 'Uninstall';
987 $string['unsettheme'] = 'Unset theme';
988 $string['unsupported'] = 'Unsupported';
989 $string['unsuspenduser'] = 'Activate user account';
990 $string['updateaccounts'] = 'Update existing accounts';
991 $string['updatecomponent'] = 'Update component';
992 $string['updateavailable'] = 'There is a newer Moodle version available!';
993 $string['updateavailabledetailslink'] = 'See {$a->url} for more details';
994 $string['updateavailableforplugin'] = 'There is a newer version for some of your plugins available!';
995 $string['updateavailable_moreinfo'] = 'More info...';
996 $string['updateavailable_release'] = 'Moodle {$a}';
997 $string['updateavailable_version'] = 'Version {$a}';
998 $string['updateavailablenot'] = 'Your Moodle code is up-to-date!';
999 $string['updatenotifications'] = 'Update notifications';
1000 $string['updatenotificationfooter'] = 'Your Moodle site {$a->siteurl} is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Settings block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.';
1001 $string['updatenotificationsubject'] = 'There are available updates for your Moodle site';
1002 $string['updateautocheck'] = 'Automatically check for available updates';
1003 $string['updateautocheck_desc'] = 'If enabled, your site will automatically check for available updates for both Moodle code and all additional plugins. If there is a new update available, a notification will be sent to site admins.';
1004 $string['updateminmaturity'] = 'Required code maturity';
1005 $string['updateminmaturity_desc'] = 'Notify about available updates only if the available code has the selected maturity level at least. Updates for plugins that do not declare their code maturity level are always reported regardless this setting.';
1006 $string['updatenotifybuilds'] = 'Notify about new builds';
1007 $string['updatenotifybuilds_desc'] = 'If enabled, the available update for Moodle code is also reported when a new build for the current version is available. Builds are continuous improvements of a given Moodle version. They are generally released every week. If disabled, the available update will be reported only when there is a higher version of Moodle released. Checks for plugins are not affected by this setting.';
1008 $string['upgradestart'] = 'Upgrade Moodle database now';
1009 $string['upgradepluginsfirst'] = 'You have to download and install available updates manually';
1010 $string['upgradepluginsinfo'] = 'Updating plugins';
1011 $string['upgradepluginsinfo_help'] = 'There are available updates for some of your plugins. Moodle does not update them automatically yet. You have to download the update and install it at your server manually.';
1012 $string['upgradepluginsinfo_link'] = 'admin/upgradepluginsinfo';
1013 $string['upgradeerror'] = 'Unknown error upgrading {$a->plugin} to version {$a->version}, can not continue.';
1014 $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>.';
1015 $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?';
1016 $string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href="{$a}">More information</a>';
1017 $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?';
1018 $string['upgradesettings'] = 'New settings';
1019 $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.';
1020 $string['upgradestalefiles'] = 'Mixed Moodle versions detected, upgrade cannot continue';
1021 $string['upgradestalefilesinfo'] = 'The Moodle update process has been paused because PHP scripts from at least two major versions of Moodle have been detected in the Moodle directory.
1023 This can cause significant problems later, so in order to continue you must ensure that the Moodle directory contains only files for a single version of Moodle.
1025 The recommended way to clean your Moodle directory is as follows:
1027 * rename the current Moodle directory to "moodle_old"
1028 * create a new Moodle directory containing only files from either a standard Moodle package download, or from the Moodle CVS or GIT repositories
1029 * move the original config.php file and any non-standard plugins from the "moodle_old" directory to the new Moodle directory
1031 When you have a clean Moodle directory, refresh this page to resume the Moodle update process.
1033 This warning is often caused by unzipping a standard Moodle package over a previous version of Moodle. While this is OK for minor upgrades, it is strongly discouraged for major Moodle upgrades.
1035 This warning can also be caused by an incomplete checkout or update operation from a CVS, SVN or GIT repository, in which case you may just have to wait for the operation complete, or perhaps run the appropriate clean up command and retry the operation.
1037 You can find more information in upgrade documentation at <a href="{$a}">{$a}</a>';
1038 $string['upgradesure'] = 'Your Moodle files have been changed, and you are about to automatically upgrade your server to this version: <br /><br />
1039 <strong>{$a}</strong> <br /><br />
1040 Once you do this you can not go back again. <br /><br />
1041 Please note that this process can take a long time. <br /><br />
1042 Are you sure you want to upgrade this server to this version?';
1043 $string['upgradetimedout'] = 'Upgrade timed out, please restart the upgrade.';
1044 $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 />
1045 See the <a href="http://docs.moodle.org/dev/Moodle_1.9.7_release_notes" target="_blank">Moodle 1.9.7 release notes</a> for full details.</p>';
1046 $string['upgrade197noticesubject'] = 'Moodle 1.9.7 upgrade security notices';
1047 $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.';
1048 $string['upgradingdata'] = 'Upgrading data';
1049 $string['upgradinglogs'] = 'Upgrading logs';
1050 $string['upgradingversion'] = 'Upgrading to new version';
1051 $string['upwards'] = 'upwards';
1052 $string['useblogassociations'] = 'Enable associations';
1053 $string['useexternalyui'] = 'Use online YUI libraries';
1054 $string['usehtmleditor'] = 'Use HTML editor';
1055 $string['user'] = 'User';
1056 $string['userbulk'] = 'Bulk user actions';
1057 $string['userlist'] = 'Browse list of users';
1058 $string['userpreference'] = 'User preference';
1059 $string['userpolicies'] = 'User policies';
1060 $string['users'] = 'Users';
1061 $string['userquota'] = 'User quota';
1062 $string['usesitenameforsitepages'] = 'Use site name for site pages';
1063 $string['usetags'] = 'Enable tags functionality';
1064 $string['validateerror'] = 'This value was not valid:';
1065 $string['verifychangedemail'] = 'Restrict domains when changing email';
1066 $string['warningcurrentsetting'] = 'Invalid current value: {$a}';
1067 $string['warningiconvbuggy'] = 'Your version of the iconv library does not support the //IGNORE modifier. You should install the mbstring extension which can be used instead for cleaning strings containing invalid UTF-8 characters.';
1068 $string['webproxy'] = 'Web proxy';
1069 $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>';
1070 $string['xmlrpcrecommended'] = 'The xmlrpc extension is needed for hub communication, and useful for web services and Moodle networking';
1071 $string['yuicomboloading'] = 'YUI combo loading';
1072 $string['ziprequired'] = 'The Zip PHP extension is now required by Moodle, info-ZIP binaries or PclZip library are not used anymore.';