Merge branch 'MDL-33564-master' of git://github.com/danpoltawski/moodle
[moodle.git] / lang / en / plugin.php
blob6a65b988de7f8f83edd8f08f9f335703f67cb7d2
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
17 /**
18 * Defines names of plugin types and some strings used at the plugin managment
20 * @package core
21 * @subpackage plugin
22 * @copyright 2011 David Mudrak <david@moodle.com>
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 defined('MOODLE_INTERNAL') || die();
28 $string['actions'] = 'Actions';
29 $string['availability'] = 'Availability';
30 $string['checkforupdates'] = 'Check for available updates';
31 $string['checkforupdateslast'] = 'Last check done on {$a}';
32 $string['detectedmisplacedplugin'] = 'Plugin "{$a->component}" is installed in incorrect location "{$a->current}", expected location is "{$a->expected}"';
33 $string['dependencyinstall'] = 'Install';
34 $string['dependencyupload'] = 'Upload';
35 $string['displayname'] = 'Plugin name';
36 $string['err_response_curl'] = 'Unable to fetch available updates data - unexpected cURL error.';
37 $string['err_response_format_version'] = 'Unexpected version of the response format. Please try to re-check for available updates.';
38 $string['err_response_http_code'] = 'Unable to fetch available updates data - unexpected HTTP response code.';
39 $string['filterall'] = 'Show all';
40 $string['filtercontribonly'] = 'Show additional plugins only';
41 $string['filtercontribonlyactive'] = 'Showing additional plugins only';
42 $string['filterupdatesonly'] = 'Show updateable only';
43 $string['filterupdatesonlyactive'] = 'Showing updateable only';
44 $string['moodleversion'] = 'Moodle {$a}';
45 $string['nonehighlighted'] = 'No plugins require your attention now';
46 $string['nonehighlightedinfo'] = 'Display the list of all installed plugins anyway';
47 $string['noneinstalled'] = 'No plugins of this type are installed';
48 $string['notes'] = 'Notes';
49 $string['notdownloadable'] = 'Can not download the package';
50 $string['notdownloadable_help'] = 'ZIP package with the update can not be downloaded automatically. Please refer to the documentation page for more help.';
51 $string['notdownloadable_link'] = 'admin/mdeploy/notdownloadable';
52 $string['notwritable'] = 'Plugin files not writable';
53 $string['notwritable_help'] = 'You have enabled automatic updates deployment and there is an available update for this plugin. However, the plugin files are not writable by the web server so the update cannot be installed automatically.
55 You need to make the plugin folder and all its contents writable to be able to install the available update automatically.';
56 $string['notwritable_link'] = 'admin/mdeploy/notwritable';
57 $string['numtotal'] = 'Installed: {$a}';
58 $string['numdisabled'] = 'Disabled: {$a}';
59 $string['numextension'] = 'Additional: {$a}';
60 $string['numupdatable'] = 'Updates available: {$a}';
61 $string['otherplugin'] = '{$a->component}';
62 $string['otherpluginversion'] = '{$a->component} ({$a->version})';
63 $string['showall'] = 'Reload and show all plugins';
64 $string['pluginchecknotice'] = 'This page displays plugins that may require your attention during the upgrade. Highlighted items include new plugins that are about to be installed, updated plugins that are about to be upgraded and any missing plugins. Additional plugins are highlighted if there is an available update for them. It is recommended that you check whether there are more recent versions of plugins available and update their source code before continuing with this Moodle upgrade.';
65 $string['plugindisable'] = 'Disable';
66 $string['plugindisabled'] = 'Disabled';
67 $string['pluginenable'] = 'Enable';
68 $string['pluginenabled'] = 'Enabled';
69 $string['release'] = 'Release';
70 $string['requiredby'] = 'Required by: {$a}';
71 $string['requires'] = 'Requires';
72 $string['rootdir'] = 'Directory';
73 $string['settings'] = 'Settings';
74 $string['somehighlighted'] = 'Number of plugins requiring your attention: {$a}';
75 $string['somehighlightedinfo'] = 'Display the full list of installed plugins';
76 $string['somehighlightedonly'] = 'Display only plugins requiring your attention';
77 $string['source'] = 'Source';
78 $string['sourceext'] = 'Additional';
79 $string['sourcestd'] = 'Standard';
80 $string['status'] = 'Status';
81 $string['status_delete'] = 'To be deleted';
82 $string['status_downgrade'] = 'Higher version already installed!';
83 $string['status_missing'] = 'Missing from disk!';
84 $string['status_new'] = 'To be installed';
85 $string['status_nodb'] = 'No database';
86 $string['status_upgrade'] = 'To be upgraded';
87 $string['status_uptodate'] = 'Installed';
88 $string['systemname'] = 'Identifier';
89 $string['type_auth'] = 'Authentication method';
90 $string['type_auth_plural'] = 'Authentication methods';
91 $string['type_availability'] = 'Availability restriction';
92 $string['type_availability_plural'] = 'Availability restrictions';
93 $string['type_block'] = 'Block';
94 $string['type_block_plural'] = 'Blocks';
95 $string['type_cachelock'] = 'Cache lock handler';
96 $string['type_cachelock_plural'] = 'Cache lock handlers';
97 $string['type_cachestore'] = 'Cache store';
98 $string['type_cachestore_plural'] = 'Cache stores';
99 $string['type_calendartype'] = 'Calendar type';
100 $string['type_calendartype_plural'] = 'Calendar types';
101 $string['type_coursereport'] = 'Course report';
102 $string['type_coursereport_plural'] = 'Course reports';
103 $string['type_editor'] = 'Editor';
104 $string['type_editor_plural'] = 'Editors';
105 $string['type_enrol'] = 'Enrolment method';
106 $string['type_enrol_plural'] = 'Enrolment methods';
107 $string['type_filter'] = 'Text filter';
108 $string['type_filter_plural'] = 'Text filters';
109 $string['type_format'] = 'Course format';
110 $string['type_format_plural'] = 'Course formats';
111 $string['type_gradeexport'] = 'Grade export method';
112 $string['type_gradeexport_plural'] = 'Grade export methods';
113 $string['type_gradeimport'] = 'Grade import method';
114 $string['type_gradeimport_plural'] = 'Grade import methods';
115 $string['type_gradereport'] = 'Gradebook report';
116 $string['type_gradereport_plural'] = 'Gradebook reports';
117 $string['type_gradingform'] = 'Advanced grading method';
118 $string['type_gradingform_plural'] = 'Advanced grading methods';
119 $string['type_local'] = 'Local plugin';
120 $string['type_local_plural'] = 'Local plugins';
121 $string['type_message'] = 'Messaging output';
122 $string['type_message_plural'] = 'Messaging outputs';
123 $string['type_mnetservice'] = 'MNet service';
124 $string['type_mnetservice_plural'] = 'MNet services';
125 $string['type_mod'] = 'Activity module';
126 $string['type_mod_plural'] = 'Activity modules';
127 $string['type_plagiarism'] = 'Plagiarism plugin';
128 $string['type_plagiarism_plural'] = 'Plagiarism plugins';
129 $string['type_portfolio'] = 'Portfolio';
130 $string['type_portfolio_plural'] = 'Portfolios';
131 $string['type_profilefield'] = 'Profile field type';
132 $string['type_profilefield_plural'] = 'Profile field types';
133 $string['type_qbehaviour'] = 'Question behaviour';
134 $string['type_qbehaviour_plural'] = 'Question behaviours';
135 $string['type_qformat'] = 'Question import/export format';
136 $string['type_qformat_plural'] = 'Question import/export formats';
137 $string['type_qtype'] = 'Question type';
138 $string['type_qtype_plural'] = 'Question types';
139 $string['type_report'] = 'Site report';
140 $string['type_report_plural'] = 'Reports';
141 $string['type_repository'] = 'Repository';
142 $string['type_repository_plural'] = 'Repositories';
143 $string['type_theme'] = 'Theme';
144 $string['type_theme_plural'] = 'Themes';
145 $string['type_tool'] = 'Admin tool';
146 $string['type_tool_plural'] = 'Admin tools';
147 $string['type_webservice'] = 'Webservice protocol';
148 $string['type_webservice_plural'] = 'Webservice protocols';
149 $string['updateavailable'] = 'There is a new version {$a} available!';
150 $string['updateavailable_moreinfo'] = 'More info...';
151 $string['updateavailable_release'] = 'Release {$a}';
152 $string['updatepluginconfirm'] = 'Plugin update confirmation';
153 $string['updatepluginconfirminfo'] = 'You are about to install a new version of the plugin <strong>{$a->name}</strong>. A zip package with version {$a->version} of the plugin will be downloaded from <a href="{$a->url}">{$a->url}</a> and extracted to your Moodle installation so it can upgrade your installation.';
154 $string['updatepluginconfirmexternal'] = 'It appears that the current version of the plugin has been obtained via source code management system ({$a}) checkout. If you install this update, you will no longer be able to obtain plugin updates from the source code management system. Please ensure that you definitely want to update the plugin before continuing.';
155 $string['updatepluginconfirmwarning'] = 'Please note that Moodle will not automatically make a backup of your database before the upgrade. We strongly recommend that you make a full snapshot backup now, to cope with the rare case that the new code has bugs that make your site unavailable or even corrupts your database. Proceed at your own risk.';
156 $string['uninstall'] = 'Uninstall';
157 $string['uninstallconfirm'] = 'You are about to uninstall the plugin <em>{$a->name}</em>. This will completely delete everything in the database associated with this plugin, including its configuration, log records, user files managed by the plugin etc. There is no way back and Moodle itself does not create any recovery backup. Are you SURE you want to continue?';
158 $string['uninstalldelete'] = 'All data associated with the plugin <em>{$a->name}</em> has been deleted from the database. To prevent the plugin re-installing itself, its folder <em>{$a->rootdir}</em> must be manually removed from your server now. Moodle itself cannot remove the folder due to write permissions.';
159 $string['uninstalldeleteconfirm'] = 'All data associated with the plugin <em>{$a->name}</em> has been deleted from the database. To prevent the plugin re-installing itself, its folder <em>{$a->rootdir}</em> must be removed from your server. Do you want to remove the plugin folder now?';
160 $string['uninstalldeleteconfirmexternal'] = 'It appears that the current version of the plugin has been obtained via source code management system ({$a}) checkout. If you remove the plugin folder, you may lose important local modifications of the code. Please ensure that you definitely want to remove the plugin folder before continuing.';
161 $string['uninstallextraconfirmblock'] = 'There are {$a->instances} instances of this block.';
162 $string['uninstallextraconfirmenrol'] = 'There are {$a->enrolments} user enrolments.';
163 $string['uninstallextraconfirmmod'] = 'There are {$a->instances} instances of this module in {$a->courses} courses.';
164 $string['uninstalling'] = 'Uninstalling {$a->name}';
165 $string['version'] = 'Version';
166 $string['versiondb'] = 'Current version';
167 $string['versiondisk'] = 'New version';