2 // admin.php - created with Moodle 1.7 beta + (2006101003)
3 $string['accessdenied'] = 'Access denied';
4 $string['accounts'] = 'Accounts';
5 $string['adminseesall'] = 'Admins See All';
6 $string['adminseesallevents'] = 'Administrators see all events';
7 $string['adminseesownevents'] = 'Administrators are just like other users';
8 $string['allowcategorythemes'] = 'Allow category themes';
9 $string['allowcoursethemes'] = 'Allow course themes';
10 $string['allowemailaddresses'] = 'Allowed email domains';
11 $string['allowobjectembed'] = 'Allow EMBED and OBJECT tags';
12 $string['allowrenames'] = 'Allow renames';
13 $string['allowuserblockhiding'] = 'Allow users to hide blocks';
14 $string['allowusermailcharset'] = 'Allow user to select character set';
15 $string['allowuserthemes'] = 'Allow user themes';
16 $string['allowvisiblecoursesinhiddencategories'] = 'Allow visible courses in hidden categories';
17 $string['antivirus'] = 'Anti-Virus';
18 $string['appearance'] = 'Appearance';
19 $string['aspellpath'] = 'Path to aspell';
20 $string['authentication'] = 'Authentication';
21 $string['autologinguests'] = 'Auto-login guests';
22 $string['availablelangs'] = 'Available language packs';
23 $string['backgroundcolour'] = 'Transparent colour';
24 $string['backups'] = 'Backups';
25 $string['badwordsconfig'] = 'Enter your list of bad words separated by commas.';
26 $string['badwordsdefault'] = 'If the custom list is empty, a default list from the language pack will be used.';
27 $string['badwordslist'] = 'Custom bad words list';
28 $string['blockinstances'] = 'Instances';
29 $string['blockmultiple'] = 'Multiple';
30 $string['bloglevel'] = 'Blog Visibility';
31 $string['bookmarkadded'] = 'Bookmark added.';
32 $string['bookmarkalreadyexists'] = 'You have already bookmarked this page.';
33 $string['bookmarkdeleted'] = 'Bookmark deleted.';
34 $string['bookmarkthispage'] = 'bookmark this page';
35 $string['cachetext'] = 'Text cache lifetime';
36 $string['cachetype'] = 'Cache Type';
37 $string['calendar_weekend'] = 'Weekend Days';
38 $string['calendarsettings'] = 'Calendar';
39 $string['change'] = 'change';
40 $string['changesitelang'] = 'Change site language';
41 $string['choosefiletoedit'] = 'Choose file to edit from the box above';
42 $string['clamfailureonupload'] = 'On clam AV failure';
43 $string['cleanup'] = 'Cleanup';
44 $string['componentinstalled'] = 'Component Installed';
45 $string['confeditorhidebuttons'] = 'Select the buttons that should be hidden in the HTML editor.';
46 $string['configallowassign'] = 'Allow the roles on the left side to assign the roles in each column';
47 $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.';
48 $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)';
49 $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. eg <strong>ourcollege.edu.au .gov.au</strong>';
50 $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.';
51 $string['configallowoverride'] = 'Allow the roles on the left side to override the roles in each column';
52 $string['configallowunenroll'] = 'If this is set \'Yes\', then students are allowed to unenroll themselves from courses whenever they like. Otherwise they are not allowed, and this process will be solely controlled by the teachers and administrators.';
53 $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.';
54 $string['configallowusermailcharset'] = 'Enabling this, every user in the site will be able to specify his own charset for email.';
55 $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)';
56 $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.';
57 $string['configvisiblecourses'] = 'Display courses in hidden categories normally';
58 $string['configauthenticationplugins'] = 'Please choose the authentication plugins you wish to use and arrange them in order of failthrough. Self registration will be handled by the plugin selected in the \'Registration\' column (usually \'email\').';
59 $string['configautologinguests'] = 'Should visitors be logged in as guests automatically when entering courses with guest access?';
60 $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.';
61 $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).';
62 $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.';
63 $string['configclamactlikevirus'] = 'Treat files like viruses';
64 $string['configclamdonothing'] = 'Treat files as OK';
65 $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 desination 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.';
66 $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.';
67 $string['configcoursemanager'] = '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.';
68 $string['configcoursesperpage'] = 'Enter the number of courses to be display per page in a course listing.';
69 $string['configcreatornewroleid'] = 'This role is automatically assigned to creators in new courses they created. This role is not assigned if creator already has needed capabilitites in parent context.';
70 $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.';
71 $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.';
72 $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.';
73 $string['configdebugsmtp'] = 'Enable verbose debug information during sending of email messages to SMTP server.';
74 $string['configdefaultallowedmodules'] = 'For the courses which fall into the above category, which modules do you want to allow by default <b>when the course is created</b>?';
75 $string['configdefaultcourseroleid'] = 'Users who enrol in a course will be automatically assigned this role.';
76 $string['configdefaultrequestcategory'] = 'Courses requested by users will be automatically placed in this category.';
77 $string['configdefaultrequestedcategory'] = 'Default category to put courses that were requested into, if they\'re approved.';
78 $string['configdefaultuserroleid'] = 'All logged in users will be given the capabilities of the role you specify here, at the site level, in ADDITION to any other roles they may have been given. The default is the Authenticated user role (or Guest role in older versions). Note that this will not conflict with other roles they have, it just ensures that all users have capabilities that are not assignable at the course level (eg post blog entries, manage own calendar, etc).';
79 $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.';
80 $string['configdenyemailaddresses'] = 'To deny email addresses from particular domains list them here in the same way. All other domains will be accepted. eg <strong>hotmail.com yahoo.co.uk</strong>';
81 $string['configdigestmailtime'] = 'People who choose to have emails sent to them in digest form will be emailed the digest daily. This setting controls which time of day the daily mail will be sent (the next cron that runs after this hour will send it).';
82 $string['configdisableuserimages'] = 'Disable the ability for users to change user profile images.';
83 $string['configdisplayloginfailures'] = 'This will display information to selected users about previous failed logins.';
84 $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.';
85 $string['configdoctonewwindow'] = 'If you enable this, then links to Moodle Docs will be shown in a new window.';
86 $string['configeditorfontlist'] = 'Select the fonts that should appear in the editor\'s drop-down list.';
87 $string['configeditordictionary'] = 'This value will be used if aspell doesn\'t have dictionary for users own language.';
88 $string['configenableajax'] = 'This setting allows you to control the use of AJAX (advanced client/server interfaces using Javascript) across the whole site. With this setting enabled users can still make a choice in their profile, otherwise AJAX is disabled for everybody.';
89 $string['configenablecourserequests'] = 'This will allow any user to request a course be created.';
90 $string['configenableglobalsearch'] = 'This setting enables global text searching in resources and activities, it is not compatible with PHP 4.';
91 $string['configenablehtmlpurifier'] = 'Use HTML Purifier instead of KSES for cleaning of untrusted text. HTML Purifier is actively developed and is believed to be more secure, but it is more resource intensive. Expect minor visual differences in the resulting html code. Please note that embed and object tags can not be enabled, MathML tags and old lang tags are not supported. ';
92 $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.';
93 $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.';
94 $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.';
95 $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 partcular 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.';
96 $string['configenrolmentplugins'] = 'Please choose the enrolment plugins you wish to use. Don\'t forget to configure the settings properly.<br /><br />You have to indicate which plugins are enabled, and <strong>one</strong> plugin can be set as the default plugin for <em>interactive</em> enrolment. To disable interactive enrolment, set \"enrollable\" to \"No\" in required courses.';
97 $string['configerrorlevel'] = 'Choose the amount of PHP warnings that you want to be displayed. Normal is usually the best choice.';
98 $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 characters only';
99 $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.';
100 $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.';
101 $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>.';
102 $string['configfilteruploadedfiles'] = 'Process all uploaded HTML and text files with the filters before displaying them, only uploaded HTML files or none at all.';
103 $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.';
104 $string['configforceloginforprofiles'] = 'Enable this setting to force people to login as a real (non-guest) account before being allowed to see the user profile pages. By default this is enabled (\"true\")';
105 $string['configframename'] = 'If you are embedding Moodle within a web frame, then put the name of this frame here. Otherwise this value should remain as \'_top\'';
106 $string['configfrontpage'] = 'The items selected above will be displayed on the site\'s front page.';
107 $string['configfrontpageloggedin'] = 'The items selected above will be displayed on the site\'s front page when a user is logged in.';
108 $string['configfullnamedisplay'] = 'This defines how names are shown when they are displayed in full. For most mono-lingual sites the most efficient setting is the default \"Given names + 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).';
109 $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.';
110 $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.';
111 $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.';
112 $string['configguestroleid'] = 'This role is automatically assigned to the guest user. It is also temporarily assigned to not enrolled users when they enter course that allows guests without password. Please verify that the role has moodle/legacy:guest and moodle/course:view capability.';
113 $string['confighiddenuserfields'] = 'Select which user infomation 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.';
114 $string['confighideactivitytypenavlink'] = 'Select from whom to hide the activity type (e.g. Quizzes) link in the navigation displayed for activity modules.';
115 $string['confightmleditor'] = 'Choose whether or not to allow use of the embedded HTML text editor. Even if you choose allow, this editor will only appear when the user is using a compatible web browser. Users can also choose not to use it.';
116 $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.';
117 $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.';
118 $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.';
119 $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.';
120 $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.';
121 $string['configintrotimezones'] = 'This page will search for new information about world timezones (including daylight savings time rules) and update your local database with this information. These locations will be checked, in order: $a This procedure is generally very safe and can not break normal installations. Do you wish to update your timezones now?';
122 $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.';
123 $string['configlang'] = 'Choose a default language for the whole site. Users can override this setting later.';
124 $string['configlangcache'] = 'Cache the language menu. Saves a lot of memory and processing power. If you enable this, the menu takes a few minutes to update after you have added or removed languages.';
125 $string['configlangdir'] = 'Most languages are printed left-to-right, but some, like Arabic and Hebrew, are printed right-to-left.';
126 $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';
127 $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.';
128 $string['configlatinexcelexport'] = 'Choose the encoding for Excel exports.';
129 $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.';
130 $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.';
131 $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.';
132 $string['configlongtimenosee'] = 'If students haven\'t logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit.';
133 $string['configlookahead'] = 'Days to Lookahead';
134 $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 maxiumum allowed by the server will be used.';
135 $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.';
136 $string['configmaxevents'] = 'Events to Lookahead';
137 $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.';
138 $string['configmemcachedpconn'] = 'For memcached. Use persistent connections. Use carefully -- it can make Apache/PHP crash after a restart of the memcached daemon.';
139 $string['configmessaging'] = 'Should the messaging system between site users be enabled?';
140 $string['configminpassworddigits'] = 'Passwords must have at least these many digits.';
141 $string['configminpasswordlength'] = 'Passwords must be at least these many characters long.';
142 $string['configminpasswordlower'] = 'Passwords must have at least these many lower case letters.';
143 $string['configminpasswordnonalphanum'] = 'Passwords must have at least these many non-alphanumeric characters.';
144 $string['configminpasswordupper'] = 'Passwords must have at least these many upper case letters.';
145 $string['configmymoodleredirect'] = 'This setting forces redirects to /my on login for non-admins and replaces the top level site navigation with /my';
146 $string['confignodefaultuserrolelists'] = 'This setting prevents all users from being returned from the database from deprecated calls of get_course_user, etc., for the site course if the default role provides that access. Check this, if you suffer a performance hit.';
147 $string['confignonmetacoursesyncroleids'] = 'By default all enrolments from child courses are synchronised to metacourses. Roles that are selected here will not be included in the synchronisation process.';
148 $string['confignoreplyaddress'] = 'Emails are sometimes sent out on behalf of a user (eg forum posts). The email address you specify here will be used as the \"From\" address in those cases when the recipients should not be able to reply directly to the user (eg when a user chooses to keep their address private).';
149 $string['confignotifyloginfailures'] = 'If login failures have been recorded, email notifications can be sent out. Who should see these notifications?';
150 $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?';
151 $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.';
152 $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\').';
153 $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.';
154 $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.';
155 $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.';
156 $string['configperfdebug'] = 'If you turn this on, performance info will be printed in the footer of the standard theme';
157 $string['configprotectusernames'] = 'By default forget_password.php does not display any hints that would allow guessing of usernames or email addresses.';
158 $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 and port here. Otherwise leave it blank.';
159 $string['configproxyport'] = 'If this server needs to use a proxy computer, then provide the proxy port here.';
160 $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.';
161 $string['configcronclionly'] = 'If this is set, then the cron script can only be run from the commandline instead of via the web. This overrides the cron password setting below.';
162 $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>
163 http://site.example.com/admin/cron.php?password=opensesame
164 </pre>If this is left empty, no password is required.';
165 $string['configrcache'] = 'Use the cache to store database records. Remember to set \'cachetype\' as well!';
166 $string['configrcachettl'] = 'Time-to-live for cached records, in seconds. Use a short (<15) value here.';
167 $string['configrequestedstudentname'] = 'Word for student used in requested courses';
168 $string['configrequestedstudentsname'] = 'Word for students used in requested courses';
169 $string['configrequestedteachername'] = 'Word for teacher used in requested courses';
170 $string['configrequestedteachersname'] = 'Word for teachers used in requested courses';
171 $string['configrestrictbydefault'] = 'Should new courses that are created that fall into the above category have their modules restricted by default?';
172 $string['configrestrictmodulesfor'] = 'Which courses should have <b>the setting</b> for disabling some activity modules? Note that this setting only applies to teachers, administrators will still be able to add any activity to a course.';
173 $string['configrunclamavonupload'] = 'When enabled, clam AV will be used to scan all uploaded files.';
174 $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/)';
175 $string['configsectioninterface'] = 'Interface';
176 $string['configsectionmail'] = 'Mail';
177 $string['configsectionmaintenance'] = 'Maintenance';
178 $string['configsectionmisc'] = 'Miscellaneous';
179 $string['configsectionoperatingsystem'] = 'Operating system';
180 $string['configsectionpermissions'] = 'Permissions';
181 $string['configsectionrequestedcourse'] = 'Course requests';
182 $string['configsectionsecurity'] = 'Security';
183 $string['configsectionstats'] = 'Statistics';
184 $string['configsectionuser'] = 'User';
185 $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\'.';
186 $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.';
187 $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.';
188 $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.';
189 $string['configshowblocksonmodpages'] = 'Some activity modules support blocks on their pages. If you turn this on, then teachers will be able to add side blocks on those pages, otherwise the interface does not show this feature.';
190 $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?';
191 $string['configsitemailcharset'] = 'All the emails generated by your site will be sent in the charset specified here. Anyway, every individual user will be able to adjust it if the next setting is enabled.';
192 $string['configsitepolicy'] = 'If you have a site policy that all users must see and agree to before using this site, then specify the URL to it here, otherwise leave this field blank. The URL can point to anywhere - one convenient place would be a file in the site files. eg http://yoursite/file.php/1/policy.html';
193 $string['configslasharguments'] = 'Files (images, uploads etc) are provided via a script using \'slash arguments\' (the second option here). 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.';
194 $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.';
195 $string['configsmtphosts'] = 'Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg \'mail.a.com\' or \'mail.a.com;mail.b.com\'). If you leave it blank, Moodle will use the PHP default method of sending mail.';
196 $string['configsmtpuser'] = 'If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.';
197 $string['configstartwday'] = 'Start of Week';
198 $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.)';
199 $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.';
200 $string['configstatsruntimestart'] = 'What time should the cronjob that does the stats processing <b>start</b>?';
201 $string['configstatsuserthreshold'] = 'If you enter a non-zero, non numeric value here, for ranking courses, courses with less than this number of enrolled users (all roles) will be ignored';
202 $string['configteacherassignteachers'] = 'Should ordinary teachers be allowed to assign other teachers within courses they teach? If \'No\', then only course creators and admins can assign teachers.';
203 $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!).
204 For example: standard,orangewhite.';
205 $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.';
206 $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.';
207 $string['configvariables'] = 'Variables';
208 $string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.';
209 $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.';
210 $string['confirmation'] = 'Confirmation';
211 $string['confirminstall'] = 'You are about to install language pack ($a), are you sure?';
212 $string['country'] = 'Default country';
213 $string['coursemanager'] = 'Course managers';
214 $string['coursemgmt'] = 'Add/edit courses';
215 $string['courseoverview'] = 'Course overview';
216 $string['courserequests'] = 'Course Requests';
217 $string['courses'] = 'Courses';
218 $string['coursesperpage'] = 'Courses per page';
219 $string['creatornewroleid'] = 'Creators\' role in new courses';
220 $string['cronclionly'] = 'Cron execution via command line only';
221 $string['cronerrorclionly'] = 'Sorry, internet access to this page has been disabled by the administrator.';
222 $string['cronerrorpassword'] = 'Sorry, you have not provided a valid password to access this page';
223 $string['cronremotepassword'] = 'Cron password for remote access';
224 $string['cronwarning'] = 'The <a href=\"cron.php\">cron.php maintenance script</a> has not been run for at least 24 hours.';
225 $string['curlrecommended'] = 'Installing the optional Curl library is highly recommended in order to enable Moodle Networking functionality.';
226 $string['customcheck'] = 'Other Checks';
227 $string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ($a) is not directly accessible via web.';
228 $string['dbmigrate'] = 'Moodle Database Migration';
229 $string['dbmigrateconnecerror'] = 'Could not connect to the database specified.';
230 $string['dbmigrateencodingerror'] = 'The database specified has encoding $a rather than required UNICODE/UTF8.<br />Please specify another.';
231 $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:';
232 $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';
233 $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>';
234 $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>';
235 $string['dbmigrationdupfailed'] = 'Database duplication failed with possible error:<font color=\"#ff0000\"><pre>$a</pre></font>';
236 $string['dbsessions'] = 'Use database for session information';
237 $string['debug'] = 'Debug messages';
238 $string['debugdisplay'] = 'Display debug messages';
239 $string['debugsmtp'] = 'Debug email sending';
240 $string['debugall'] = 'ALL: Show all reasonable PHP debug messages';
241 $string['debugdeveloper'] = 'DEVELOPER: extra Moodle debug messages for developers';
242 $string['debugging'] = 'Debugging';
243 $string['debugminimal'] = 'MINIMAL: Show only fatal errors';
244 $string['debugnone'] = 'NONE: Do not show any errors or warnings';
245 $string['debugnormal'] = 'NORMAL: Show errors, warnings and notices';
246 $string['defaultallowedmodules'] = 'Default allowed modules';
247 $string['defaultcourseroleid'] = 'Default role for users in a course';
248 $string['defaultrequestcategory'] = 'Default category for course requests';
249 $string['defaultuserroleid'] = 'Default role for all users';
250 $string['deleteunconfirmed'] = 'Delete unconfirmed users after';
251 $string['deleteuser'] = 'Delete user';
252 $string['density'] = 'Density';
253 $string['denyemailaddresses'] = 'Denied email domains';
254 $string['digestmailtime'] = 'Hour to send digest emails';
255 $string['disableuserimages'] = 'Disable User Profile Images';
256 $string['displayloginfailures'] = 'Display login failures to';
257 $string['docroot'] = 'Moodle Docs document root';
258 $string['doctonewwindow'] = 'Open in new window';
259 $string['download'] = 'Download';
260 $string['editennotallowed'] = 'Language en_utf8 cannot be edited with this page - switch to local';
261 $string['edithelpdocs'] = 'Edit help documents';
262 $string['editlang'] = '<b>Edit</b>';
263 $string['editorbackgroundcolor'] = 'Background color';
264 $string['editordictionary'] = 'Editor dictionary';
265 $string['editorfontfamily'] = 'Font family';
266 $string['editorfontlist'] = 'Font list';
267 $string['editorfontsize'] = 'Font size';
268 $string['editorhidebuttons'] = 'Hidden buttons';
269 $string['editorkillword'] = 'Word format filter';
270 $string['editorspellinghelp'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server.';
271 $string['editorspelling'] = 'Editor spelling';
272 $string['editstrings'] = 'Edit words or phrases';
273 $string['enableajax'] = 'Enable AJAX';
274 $string['enablecourserequests'] = 'Enable course requests';
275 $string['enableglobalsearch'] = 'Enable global search';
276 $string['enablehtmlpurifier'] = 'Enable HTML Purifier';
277 $string['enablerecordcache'] = 'Enable Record Cache';
278 $string['enablerssfeeds'] = 'Enable RSS feeds';
279 $string['enablestats'] = 'Enable statistics';
280 $string['enabletrusttext'] = 'Enable Trusted Content';
281 $string['environment'] = 'Environment';
282 $string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
283 $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?';
284 $string['environmentok'] = 'Your server environment meets all minimum requirements.';
285 $string['environmentrecommendcustomcheck'] = 'if this test fails, it indicates a potential problem';
286 $string['environmentrecommendinstall'] = 'should be installed and enabled for best results';
287 $string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current';
288 $string['environmentrequirecustomcheck'] = 'this test must pass';
289 $string['environmentrequireinstall'] = 'must be installed and enabled';
290 $string['environmentrequireversion'] = 'version $a->needed is required and you are running $a->current';
291 $string['environmentxmlerror'] = 'Error reading environment data ($a->error_code)';
292 $string['errors'] = 'Errors';
293 $string['errorsetting'] = 'Could not save setting:';
294 $string['errorwithsettings'] = 'Some settings were not changed due to an error:';
295 $string['experimental'] = 'Experimental';
296 $string['extendedusernamechars'] = 'Allow extended characters in usernames';
297 $string['filecreated'] = 'New file created';
298 $string['filestoredin'] = 'Save file into folder :';
299 $string['filestoredinhelp'] = 'Where the file will be stored';
300 $string['filterall'] = 'Filter all strings';
301 $string['filtermatchoneperpage'] = 'Filter match once per page';
302 $string['filtermatchonepertext'] = 'Filter match once per text';
303 $string['filtersettings'] = 'Filter settings';
304 $string['filteruploadedfiles'] = 'Filter uploaded files';
305 $string['forcelogin'] = 'Force users to login';
306 $string['forceloginforprofiles'] = 'Force users to login for profiles';
307 $string['forcetimezone'] = 'Force default timezone';
308 $string['framename'] = 'Frame name';
309 $string['frontpage'] = 'Front Page';
310 $string['frontpagebackup'] = 'Front Page backup';
311 $string['frontpageloggedin'] = 'Front page items when logged in';
312 $string['frontpagerestore'] = 'Front Page restore';
313 $string['frontpageroles'] = 'Front Page roles';
314 $string['frontpagesettings'] = 'Front Page settings';
315 $string['fullnamedisplay'] = 'Full Name Format';
316 $string['gdversion'] = 'GD version';
317 $string['generalsettings'] = 'General settings';
318 $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>';
319 $string['gotofirst'] = 'Go to first missing string';
320 $string['gradebook'] = 'Gradebook';
321 $string['gradebookroles'] = 'Graded roles';
322 $string['gradeexport'] = 'Primary grade export methods';
323 $string['guestroleid'] = 'Role for guest';
324 $string['helpadminseesall'] = 'Do admins see all calendar events or just those that apply to themselves?';
325 $string['helpcalendarsettings'] = 'Configure various calendar and date/time-related aspects of Moodle';
326 $string['helpforcetimezone'] = 'You can allow users to individually select their timezone, or force a timezone for everyone.';
327 $string['helpsitemaintenance'] = 'For upgrades and other work';
328 $string['helpstartofweek'] = 'Which day starts the week in the calendar?';
329 $string['helpupcominglookahead'] = 'How many days in the future does the calendar look for upcoming events by default?';
330 $string['helpupcomingmaxevents'] = 'How many (maximum) upcoming events are shown to users by default?';
331 $string['helpweekenddays'] = 'Which days of the week are treated as \"weekend\" and shown with a different colour?';
332 $string['hiddenuserfields'] = 'Hide user fields';
333 $string['hideactivitytypenavlink'] = 'Hide activity type navigation';
334 $string['hidefromall'] = 'Hide from all users';
335 $string['hidefromnone'] = 'Hide from nobody';
336 $string['hidefromstudents'] = 'Hide from students';
337 $string['htmleditor'] = 'HTML Editor';
338 $string['http'] = 'HTTP';
339 $string['httpsecurity'] = 'HTTP security';
340 $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.';
341 $string['importlangreminder'] = 'The database migration process is commencing. You will need to <b>log in again</b> for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility <b>after</b> the database migration process is completed.';
342 $string['importtimezones'] = 'Update complete list of timezones';
343 $string['importtimezonescount'] = '$a->count entries imported from $a->source';
344 $string['importtimezonesfailed'] = 'No sources found! (Bad news)';
345 $string['includemoduleuserdata'] = 'Include module user data';
346 $string['incompatibleblocks'] = 'Incompatible blocks';
347 $string['install'] = 'Install selected language pack';
348 $string['installedlangs'] = 'Installed language packs';
349 $string['intcachemax'] = 'Int. cache max';
350 $string['invalidsection'] = 'Invalid section.';
351 $string['invaliduserchangeme'] = 'Username \"changeme\" is reserved -- you cannot create an account with it.';
352 $string['iplookup'] = 'IP address lookup';
353 $string['lang'] = 'Default language';
354 $string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update language packs directly from download.moodle.org by following the link below';
355 $string['langcache'] = 'Cache language menu';
356 $string['langedit'] = 'Language editing';
357 $string['langimport'] = 'Language import utility';
358 $string['langimportsuccess'] = 'Language pack successfully upgraded';
359 $string['langlist'] = 'Languages on language menu';
360 $string['langmenu'] = 'Display language menu';
361 $string['langnoeditenglish'] = 'Can\'t overwrite the base english language pack. Please switch lang directory to make local changes';
362 $string['langpackremoved'] = 'Language pack was uninstalled';
363 $string['langpacks'] = 'Language packs';
364 $string['langpackupdated'] = 'Language pack $a was successfully installed';
365 $string['languagesettings'] = 'Language settings';
366 $string['langupdatecomplete'] = 'Language pack update completed';
367 $string['latexpreamble'] = 'LaTeX preamble';
368 $string['latexsettings'] = 'LaTeX renderer Settings';
369 $string['latinexcelexport'] = 'Excel encoding';
370 $string['localetext'] = 'Sitewide locale';
371 $string['location'] = 'Location';
372 $string['locationsettings'] = 'Location settings';
373 $string['log'] = 'Logs';
374 $string['loginhttps'] = 'Use HTTPS for logins';
375 $string['loglifetime'] = 'Keep logs for';
376 $string['longtimenosee'] = 'Unsubscribe users from courses after';
377 $string['longtimewarning'] = '<b>Please note that this process can take a long time.</b>';
378 $string['mail'] = 'Email';
379 $string['maintfileopenerror'] = 'Error opening maintenance files!';
380 $string['maintinprogress'] = 'Maintenance is in progress...';
381 $string['managelang'] = 'Manage';
382 $string['maxbytes'] = 'Maximum uploaded file size';
383 $string['maxeditingtime'] = 'Maximum time to edit posts';
384 $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.';
385 $string['mediapluginavi'] = 'Enable .avi filter';
386 $string['mediapluginflv'] = 'Enable .flv filter';
387 $string['mediapluginmov'] = 'Enable .mov filter';
388 $string['mediapluginmp3'] = 'Enable .mp3 filter';
389 $string['mediapluginmpg'] = 'Enable .mpg filter';
390 $string['mediapluginram'] = 'Enable .ram filter';
391 $string['mediapluginrm'] = 'Enable .rm filter';
392 $string['mediapluginrpm'] = 'Enable .rpm filter';
393 $string['mediapluginswf'] = 'Enable .swf filter';
394 $string['mediapluginswfnote'] = 'As a default security measure, normal users should not be allowed to embed swf flash files.';
395 $string['mediapluginwmv'] = 'Enable .wmv filter';
396 $string['memcachedhosts'] = 'memcached hosts';
397 $string['memcachedpconn'] = 'memcached use persistent connections';
398 $string['messaging'] = 'Enable messaging system';
399 $string['minpasswordlength'] = 'Password Length';
400 $string['minpassworddigits'] = 'Digits';
401 $string['minpasswordlower'] = 'Lowercase letters';
402 $string['minpasswordnonalphanum'] = 'Non-alphanumeric characters';
403 $string['minpasswordupper'] = 'Uppercase letters';
404 $string['misc'] = 'Miscellaneous';
405 $string['mnetrestore_extusers'] = '<strong>Note:</strong> This backup file contains remote Moodle Network user accounts which will be restored as part of the process.';
406 $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.';
407 $string['modulesecurity'] = 'Module security';
408 $string['multilangforceold'] = 'Force old multilang syntax: <span> without the class=\"multilang\" and <lang>';
409 $string['multilangupgrade'] = 'Multilang upgrade';
410 $string['multilangupgradeinfo'] = 'The multilang filter syntax was changed in 1.8, <lang> tag is not supported any more. <br /><br />Example: <span lang=\"en\" class=\"multilang\">Hello!</span><span lang=\"es\" class=\"multilang\">Hola!</span><br /><br /><strong>Do you want to upgrade the syntax in all existing texts now?</strong>';
411 $string['multilangupgradenotice'] = 'Your site is probably using old multilang syntax, <a href=\"multilangupgrade.php\">multilang upgrade</a> is recommended.';
412 $string['mustenablestats'] = 'Stats have not yet been enabled on this site.';
413 $string['mymoodle'] = 'My Moodle';
414 $string['mymoodleredirect'] = 'Force users to use My Moodle';
415 $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).';
416 $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.';
417 $string['nobookmarksforuser'] = 'You do not have any bookmarks.';
418 $string['nodefaultuserrolelists'] = 'Don\'t return all default role users';
419 $string['nolangupdateneeded'] = 'All your language packs are up to date, no update is needed';
420 $string['nonewsettings'] = 'No new settings were added during this upgrade.';
421 $string['nonexistentbookmark'] = 'The bookmark you requested does not exist.';
422 $string['nonmetacoursesyncroleids'] = 'Roles that are not synchronised to metacourses';
423 $string['noreplyaddress'] = 'No-reply address';
424 $string['noresults'] = 'No results found.';
425 $string['notifications'] = 'Notifications';
426 $string['notifyloginfailures'] = 'Email login failures to';
427 $string['notifyloginthreshold'] = 'Threshold for email notifications';
428 $string['notloggedinroleid'] = 'Role for visitors';
429 $string['opensslrecommended'] = 'Installing the optional OpenSSL library is highly recommended -- it enables Moodle Networking functionality.';
430 $string['opentogoogle'] = 'Open to Google';
431 $string['optionalmaintenancemessage'] = 'Optional maintenance messsage';
432 $string['order1'] = 'First';
433 $string['order2'] = 'Second';
434 $string['order3'] = 'Third';
435 $string['order4'] = 'Fourth';
436 $string['passwordpolicy'] = 'Password Policy';
437 $string['pathconvert'] = 'Path of <i>convert</i> binary';
438 $string['pathdvips'] = 'Path of <i>dvips</i> binary';
439 $string['pathlatex'] = 'Path of <i>latex</i> binary';
440 $string['pathtoclam'] = 'clam AV path';
441 $string['pathtodu'] = 'Path to du';
442 $string['pathtopgdump'] = 'Path to pg_dump';
443 $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)';
444 $string['pathtopgdumpinvalid'] = 'Invalid path to pg_dump - either wrong path or not executable';
445 $string['pathtopsql'] = 'Path to psql';
446 $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)';
447 $string['pathtopsqlinvalid'] = 'Invalid path to psql - either wrong path or not executable';
448 $string['pathtounzip'] = 'Path to unzip';
449 $string['pathtozip'] = 'Path to zip';
450 $string['perfdebug'] = 'Performance info';
451 $string['performance'] = 'Performance';
452 $string['pgcluster'] = 'PostgreSQL Cluster';
453 $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.';
454 $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';
455 $string['pleaseregister'] = 'Please register your site to remove this button';
456 $string['plugins'] = 'Modules';
457 $string['profilecategory'] = 'Category';
458 $string['profilecategoryname'] = 'Category name (must be unique)';
459 $string['profilecategorynamenotunique'] = 'This category name is already in use';
460 $string['profilecommonsettings'] = 'Common settings';
461 $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?';
462 $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?';
463 $string['profilecreatecategory'] = 'Create a new profile category';
464 $string['profilecreatefield'] = 'Create a new profile field: ';
465 $string['profilecreatenewcategory'] = 'Creating a new category';
466 $string['profilecreatenewfield'] = 'Creating a new "$a" profile field';
467 $string['profiledefaultcategory'] = 'Other fields';
468 $string['profiledefaultdata'] = 'Default value';
469 $string['profiledeletefield'] = 'Deleting a field';
470 $string['profiledeletecategory'] = 'Deleting a category';
471 $string['profiledescription'] = 'Description of the field';
472 $string['profileeditcategory'] = 'Editing category: $a';
473 $string['profileeditfield'] = 'Editing profile field: $a';
474 $string['profilefield'] = 'Profile Field';
475 $string['profilefieldcolumns'] = 'Columns';
476 $string['profilefieldrows'] = 'Rows';
477 $string['profilefields'] = 'User profile fields';
478 $string['profilefieldsize'] = 'Display size';
479 $string['profilefieldtypemenu'] = 'Menu of choices';
480 $string['profilefieldtypetext'] = 'Text input';
481 $string['profilefieldtypetextarea'] = 'Text area';
482 $string['profilefieldmaxlength'] = 'Maximum length';
483 $string['profileinvaliddata'] = 'Invalid value';
484 $string['profilelocked'] = 'Is this field locked?';
485 $string['profilemenudefaultnotinoptions'] = 'The default value is not one of the options';
486 $string['profilemenunooptions'] = 'No menu options supplied';
487 $string['profilemenuoptions'] = 'Menu options (one per line)';
488 $string['profilemenutoofewoptions'] = 'You must provide at least 2 options';
489 $string['profilename'] = 'Name';
490 $string['profilenofieldsdefined'] = 'No fields have been defined';
491 $string['profileshortname'] = 'Short name (must be unique)';
492 $string['profileshortnamenotunique'] = 'This short name is already in use';
493 $string['profilespecificsettings'] = 'Specific settings';
494 $string['profilerequired'] = 'Is this field required?';
495 $string['profilevisibleall'] = 'Visible to everyone';
496 $string['profilevisiblenone'] = 'Not visible';
497 $string['profilevisibleprivate'] = 'Visible to user';
498 $string['profilevisible'] = 'Who is this field visible to?';
499 $string['protectusernames'] = 'Protect usernames';
500 $string['proxyhost'] = 'Proxy host';
501 $string['proxyport'] = 'Proxy port';
502 $string['quarantinedir'] = 'Quarantine directory';
503 $string['rcache'] = 'Record cache';
504 $string['rcachettl'] = 'Record cache TTL';
505 $string['releasenoteslink'] = 'For information about this version of Moodle, please see the online <a target=\"_new\" href=\"$a\">Release Notes</a>';
506 $string['remotelangnotavailable'] = 'Because Moodle can not connect to download.moodle.org, we are unable to do language pack installation automatically. Please download the appropriate zip file(s) from the list below, copy them to your $a directory and unzip them manually.';
507 $string['renameerrors'] = 'Errors in renames';
508 $string['restrictbydefault'] = 'Restrict modules by default';
509 $string['restrictmodulesfor'] = 'Restrict modules for';
510 $string['riskconfig'] = 'Users could change site configuration and behaviour';
511 $string['riskconfigshort'] = 'Configuration risk';
512 $string['riskmanagetrust'] = 'Users could change trust settings of other users';
513 $string['riskmanagetrustshort'] = 'Manage trusts';
514 $string['riskpersonal'] = 'Users could gain access to private information of other users';
515 $string['riskpersonalshort'] = 'Privacy risk';
516 $string['riskspam'] = 'Users could send spam to site users or others';
517 $string['riskspamshort'] = 'Spam risk';
518 $string['riskxss'] = 'Users could add files and texts that allow cross-site scripting (XSS)';
519 $string['riskxssshort'] = 'XSS risk';
520 $string['runclamavonupload'] = 'Use clam AV on uploaded files';
521 $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.';
522 $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&rid=797 before continuing with the upgrade.';
523 $string['savechanges'] = 'Save Changes';
524 $string['search'] = 'Search';
525 $string['searchresults'] = 'Search Results';
526 $string['searchinsettings'] = 'Search in settings';
527 $string['secureforms'] = 'Use additional form security';
528 $string['security'] = 'Security';
529 $string['server'] = 'Server';
530 $string['serverchecks'] = 'Server Checks';
531 $string['serverlimit'] = 'Server Limit';
532 $string['sessioncookie'] = 'Cookie prefix';
533 $string['sessioncookiepath'] = 'Cookie path';
534 $string['sessionhandling'] = 'Session Handling';
535 $string['sessiontimeout'] = 'Timeout';
536 $string['showblocksonmodpages'] = 'Show blocks on module pages';
537 $string['simpletest'] = 'Unit tests';
538 $string['sitelangchanged'] = 'Site language setting changed successfully';
539 $string['sitemailcharset'] = 'Character set';
540 $string['sitemaintenance'] = 'The site is undergoing maintenance and is currently not available';
541 $string['sitemaintenancemode'] = 'Maintenance mode';
542 $string['sitemaintenanceoff'] = 'Maintenance mode has been disabled and the site is running normally again';
543 $string['sitemaintenanceon'] = 'Your site is currently in maintenance mode (only admins can log in or use the site).';
544 $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>.';
545 $string['sitepolicies'] = 'Site policies';
546 $string['sitepolicy'] = 'Site policy URL';
547 $string['sitesectionhelp'] = 'If selected, a topic section will be displayed on the site\'s front page.';
548 $string['slasharguments'] = 'Use slash arguments';
549 $string['smartpix'] ='Smart pix search';
550 $string['smtphosts'] = 'SMTP hosts';
551 $string['smtppass'] = 'SMTP password';
552 $string['smtpuser'] = 'SMTP username';
553 $string['stats'] = 'Statistics';
554 $string['statsfirstrun'] = 'Maximum processing interval';
555 $string['statsmaxruntime'] = 'Maximum runtime';
556 $string['statsruntimestart'] = 'Run at';
557 $string['statsuserthreshold'] = 'User threshold';
558 $string['stickyblocks'] = 'Sticky blocks';
559 $string['stickyblockscourseview'] = 'Course page';
560 $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.';
561 $string['stickyblocksmymoodle'] = 'My moodle';
562 $string['stickyblockspagetype'] = 'Page type to configure';
563 $string['switchlang'] = 'Switch lang directory';
564 $string['systempaths'] = 'System Paths';
565 $string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tab be placed at the front';
566 $string['tabselectedtofronttext'] = 'Bring selected tab row to front';
567 $string['themelist'] = 'Theme list';
568 $string['themeselector'] = 'Theme Selector';
569 $string['themesettings'] = 'Theme settings';
570 $string['therewereerrors'] = 'There were errors in your data';
571 $string['timezone'] = 'Default timezone';
572 $string['timezoneforced'] = 'This is forced by the site administrator';
573 $string['timezoneisforcedto'] = 'Force all users to use';
574 $string['timezonenotforced'] = 'Users can choose their own timezone';
575 $string['tokenizerrecommended'] = 'Installing the optional PHP Tokenizer extension is recommended -- it improves Moodle Networking functionality.';
576 $string['unattendedoperation'] = 'Unattended operation';
577 $string['unbookmarkthispage'] = 'unbookmark this page';
578 $string['unicodeupgradenotice'] = 'In Moodle 1.6 we have migrated all languages to Unicode. To complete the upgrade for this site, you need to convert all the data in your database to Unicode (UTF-8) using our migration script. <a href=\"utfdbmigrate.php\">Click here to run the migration script now</a>!';
579 $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).';
580 $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).';
581 $string['uninstall'] = 'Uninstall selected language pack';
582 $string['uninstallconfirm'] = 'You are about to completely uninstall language pack $a, are you sure?';
583 $string['unsupported'] = 'Unsupported';
584 $string['updateaccounts'] = 'Update existing accounts';
585 $string['updatecomponent'] = 'Update Component';
586 $string['updatelangs'] = 'Update all local language packs';
587 $string['updatetimezones'] = 'Update timezones';
588 $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>.';
589 $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?';
590 $string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href=\"$a\">More information</a>';
591 $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?';
592 $string['upgradesettings'] = 'New settings';
593 $string['upgradesettingsintro'] = 'The settings shown below were added during your last Moodle upgrade. Make any changes necessary to the defaults and then click "Save settings" at the bottom of this page.';
594 $string['upgradesure'] = 'Your Moodle files have been changed, and you are about to automatically upgrade your server to this version: <br /><br />
595 <strong>$a</strong> <br /><br />
596 Once you do this you can not go back again. <br /><br />
597 Please note that this process can take a long time. <br /><br />
598 Are you sure you want to upgrade this server to this version?';
599 $string['upgradingdata'] = 'Upgrading data';
600 $string['upgradinglogs'] = 'Upgrading logs';
601 $string['upwards'] = 'upwards';
602 $string['usehtmleditor'] = 'Use HTML editor';
603 $string['useraccountupdated'] = 'User updated';
604 $string['userlist'] = 'Browse list of users';
605 $string['userpolicies'] = 'User policies';
606 $string['userrenamed'] = 'User renamed';
607 $string['users'] = 'Users';
608 $string['userscreated'] = 'Users created';
609 $string['usersrenamed'] = 'Users renamed';
610 $string['usersupdated'] = 'Users updated';
611 $string['validateerror'] = 'This value was not valid:';