Commit | Line | Data |
---|---|---|
91dedc32 DM |
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. | |
13 | // | |
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/>. | |
16 | ||
17 | /** | |
18 | * Defines names of plugin types and some strings used at the plugin managment | |
19 | * | |
20 | * @package core | |
a0166f55 | 21 | * @subpackage plugin |
91dedc32 DM |
22 | * @copyright 2011 David Mudrak <david@moodle.com> |
23 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
24 | */ | |
25 | ||
26 | defined('MOODLE_INTERNAL') || die(); | |
27 | ||
2b135b05 | 28 | $string['actions'] = 'Actions'; |
91dedc32 | 29 | $string['availability'] = 'Availability'; |
2f29cf6e | 30 | $string['cancelinstallall'] = 'Cancel new installations ({$a})'; |
c20e9ae8 | 31 | $string['cancelinstallone'] = 'Cancel this installation'; |
4d7528f9 | 32 | $string['cancelinstallhead'] = 'Cancelling installation of plugins'; |
da6ecfd8 | 33 | $string['cancelinstallinfo'] = 'The following plugins are not fully installed yet so their installation may be cancelled. To do so, the plugin folder must be removed from the server now. Make sure this is really what you want to prevent accidental data loss (such as your own code modifications).'; |
4d7528f9 | 34 | $string['cancelinstallinfodir'] = 'Folder to be deleted: {$a}'; |
c20e9ae8 DM |
35 | $string['cancelupgradeall'] = 'Cancel upgrades ({$a})'; |
36 | $string['cancelupgradehead'] = 'Restoring previous version of plugins'; | |
37 | $string['cancelupgradeone'] = 'Cancel this upgrade'; | |
3204daea DM |
38 | $string['checkforupdates'] = 'Check for available updates'; |
39 | $string['checkforupdateslast'] = 'Last check done on {$a}'; | |
bdbcb6d7 | 40 | $string['detectedmisplacedplugin'] = 'Plugin "{$a->component}" is installed in incorrect location "{$a->current}", expected location is "{$a->expected}"'; |
5a92cd0b | 41 | $string['dependencyavailable'] = 'Available'; |
fd17898c | 42 | $string['dependencyfails'] = 'Fails'; |
2cdea9c7 | 43 | $string['dependencyinstall'] = 'Install'; |
531381f9 | 44 | $string['dependencyinstallhead'] = 'Installing missing dependencies'; |
9137a89a | 45 | $string['dependencyinstallmissing'] = 'Install missing dependencies ({$a})'; |
5a92cd0b DM |
46 | $string['dependencymissing'] = 'Missing'; |
47 | $string['dependencyunavailable'] = 'Unavailable'; | |
2cdea9c7 | 48 | $string['dependencyupload'] = 'Upload'; |
5a92cd0b | 49 | $string['dependencyuploadmissing'] = 'Upload ZIP files'; |
91dedc32 | 50 | $string['displayname'] = 'Plugin name'; |
4785c45d | 51 | $string['err_response_curl'] = 'Unable to fetch available updates data - unexpected cURL error.'; |
85d75163 | 52 | $string['err_response_format_version'] = 'Unexpected version of the response format. Please try to re-check for available updates.'; |
4785c45d | 53 | $string['err_response_http_code'] = 'Unable to fetch available updates data - unexpected HTTP response code.'; |
4df8bced | 54 | $string['filterall'] = 'Show all'; |
d49db5b2 | 55 | $string['filtercontribonly'] = 'Show additional plugins only'; |
4df8bced | 56 | $string['filterupdatesonly'] = 'Show updateable only'; |
5a92cd0b DM |
57 | $string['misdepinfoplugin'] = 'Plugin info'; |
58 | $string['misdepinfoversion'] = 'Version info'; | |
59 | $string['misdepsavail'] = 'Available missing dependencies'; | |
60 | $string['misdepsunavail'] = 'Unavailable missing dependencies'; | |
61 | $string['misdepsunavaillist'] = 'No version found to fulfill the dependency requirements: {$a}.'; | |
62 | $string['misdepsunknownlist'] = 'Not in the Plugins directory: <strong>{$a}</strong>.'; | |
36ca62ca | 63 | $string['moodleversion'] = 'Moodle {$a}'; |
91dedc32 | 64 | $string['noneinstalled'] = 'No plugins of this type are installed'; |
2b135b05 | 65 | $string['notes'] = 'Notes'; |
30e26827 DM |
66 | $string['notdownloadable'] = 'Can not download the package'; |
67 | $string['notdownloadable_help'] = 'ZIP package with the update can not be downloaded automatically. Please refer to the documentation page for more help.'; | |
68 | $string['notdownloadable_link'] = 'admin/mdeploy/notdownloadable'; | |
0daa6428 | 69 | $string['notwritable'] = 'Plugin files not writable'; |
da6ecfd8 | 70 | $string['notwritable_help'] = 'Plugin files are not writable by the web server. The web server process must have write access to the plugin folder and all its contents. Write access to the root folder of the given plugin type may also be required.'; |
36ca62ca TH |
71 | $string['otherplugin'] = '{$a->component}'; |
72 | $string['otherpluginversion'] = '{$a->component} ({$a->version})'; | |
44371554 DM |
73 | $string['overviewall'] = 'All plugins'; |
74 | $string['overviewext'] = 'Additional plugins'; | |
75 | $string['overviewupdatable'] = 'Available updates'; | |
c948b813 | 76 | $string['packagesdebug'] = 'Debugging output enabled'; |
2d00be61 DM |
77 | $string['packagesdownloading'] = 'Downloading {$a}'; |
78 | $string['packagesextracting'] = 'Extracting {$a}'; | |
79 | $string['packagesvalidating'] = 'Validating {$a}'; | |
c948b813 DM |
80 | $string['packagesvalidatingfailed'] = 'Installation aborted due to validation failure'; |
81 | $string['packagesvalidatingok'] = 'Validation successful, installation can continue'; | |
0ec7d101 DM |
82 | $string['plugincheckall'] = 'All plugins'; |
83 | $string['plugincheckattention'] = 'Plugins requiring attention'; | |
84 | $string['pluginchecknone'] = 'No plugins require your attention now'; | |
85 | $string['pluginchecknotice'] = 'This page displays plugins that may require your attention during the upgrade, such as new plugins to be installed, plugins to be upgraded, missing plugins etc. Additional plugins are displayed 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.'; | |
91dedc32 DM |
86 | $string['plugindisable'] = 'Disable'; |
87 | $string['plugindisabled'] = 'Disabled'; | |
88 | $string['pluginenable'] = 'Enable'; | |
89 | $string['pluginenabled'] = 'Enabled'; | |
2f98f5d5 | 90 | $string['release'] = 'Release'; |
828788f0 | 91 | $string['requiredby'] = 'Required by: {$a}'; |
36ca62ca | 92 | $string['requires'] = 'Requires'; |
91dedc32 DM |
93 | $string['rootdir'] = 'Directory'; |
94 | $string['settings'] = 'Settings'; | |
91dedc32 | 95 | $string['source'] = 'Source'; |
d49db5b2 | 96 | $string['sourceext'] = 'Additional'; |
91dedc32 DM |
97 | $string['sourcestd'] = 'Standard'; |
98 | $string['status'] = 'Status'; | |
ec8935f5 | 99 | $string['status_delete'] = 'To be deleted'; |
91dedc32 DM |
100 | $string['status_downgrade'] = 'Higher version already installed!'; |
101 | $string['status_missing'] = 'Missing from disk!'; | |
102 | $string['status_new'] = 'To be installed'; | |
103 | $string['status_nodb'] = 'No database'; | |
104 | $string['status_upgrade'] = 'To be upgraded'; | |
bc06cbc3 | 105 | $string['status_uptodate'] = 'Installed'; |
5a92cd0b | 106 | $string['supportedmoodleversions'] = 'Supported Moodle versions'; |
91dedc32 | 107 | $string['systemname'] = 'Identifier'; |
d2de503c MG |
108 | $string['type_antivirus'] = 'Antivirus plugin'; |
109 | $string['type_antivirus_plural'] = 'Antivirus plugins'; | |
91dedc32 DM |
110 | $string['type_auth'] = 'Authentication method'; |
111 | $string['type_auth_plural'] = 'Authentication methods'; | |
d3db4b03 | 112 | $string['type_availability'] = 'Availability restriction'; |
113 | $string['type_availability_plural'] = 'Availability restrictions'; | |
91dedc32 DM |
114 | $string['type_block'] = 'Block'; |
115 | $string['type_block_plural'] = 'Blocks'; | |
fd59389c SH |
116 | $string['type_cachelock'] = 'Cache lock handler'; |
117 | $string['type_cachelock_plural'] = 'Cache lock handlers'; | |
118 | $string['type_cachestore'] = 'Cache store'; | |
119 | $string['type_cachestore_plural'] = 'Cache stores'; | |
2f00e1b2 MN |
120 | $string['type_calendartype'] = 'Calendar type'; |
121 | $string['type_calendartype_plural'] = 'Calendar types'; | |
91dedc32 DM |
122 | $string['type_coursereport'] = 'Course report'; |
123 | $string['type_coursereport_plural'] = 'Course reports'; | |
124 | $string['type_editor'] = 'Editor'; | |
125 | $string['type_editor_plural'] = 'Editors'; | |
126 | $string['type_enrol'] = 'Enrolment method'; | |
127 | $string['type_enrol_plural'] = 'Enrolment methods'; | |
128 | $string['type_filter'] = 'Text filter'; | |
129 | $string['type_filter_plural'] = 'Text filters'; | |
130 | $string['type_format'] = 'Course format'; | |
131 | $string['type_format_plural'] = 'Course formats'; | |
132 | $string['type_gradeexport'] = 'Grade export method'; | |
133 | $string['type_gradeexport_plural'] = 'Grade export methods'; | |
134 | $string['type_gradeimport'] = 'Grade import method'; | |
135 | $string['type_gradeimport_plural'] = 'Grade import methods'; | |
136 | $string['type_gradereport'] = 'Gradebook report'; | |
137 | $string['type_gradereport_plural'] = 'Gradebook reports'; | |
09122258 DM |
138 | $string['type_gradingform'] = 'Advanced grading method'; |
139 | $string['type_gradingform_plural'] = 'Advanced grading methods'; | |
91dedc32 DM |
140 | $string['type_local'] = 'Local plugin'; |
141 | $string['type_local_plural'] = 'Local plugins'; | |
c9e34994 RK |
142 | $string['type_message'] = 'Messaging output'; |
143 | $string['type_message_plural'] = 'Messaging outputs'; | |
91dedc32 DM |
144 | $string['type_mnetservice'] = 'MNet service'; |
145 | $string['type_mnetservice_plural'] = 'MNet services'; | |
146 | $string['type_mod'] = 'Activity module'; | |
147 | $string['type_mod_plural'] = 'Activity modules'; | |
78231c9c HF |
148 | $string['type_plagiarism'] = 'Plagiarism plugin'; |
149 | $string['type_plagiarism_plural'] = 'Plagiarism plugins'; | |
91dedc32 DM |
150 | $string['type_portfolio'] = 'Portfolio'; |
151 | $string['type_portfolio_plural'] = 'Portfolios'; | |
152 | $string['type_profilefield'] = 'Profile field type'; | |
153 | $string['type_profilefield_plural'] = 'Profile field types'; | |
d1c77ac3 DM |
154 | $string['type_qbehaviour'] = 'Question behaviour'; |
155 | $string['type_qbehaviour_plural'] = 'Question behaviours'; | |
91dedc32 DM |
156 | $string['type_qformat'] = 'Question import/export format'; |
157 | $string['type_qformat_plural'] = 'Question import/export formats'; | |
158 | $string['type_qtype'] = 'Question type'; | |
159 | $string['type_qtype_plural'] = 'Question types'; | |
160 | $string['type_report'] = 'Site report'; | |
275cbac7 | 161 | $string['type_report_plural'] = 'Reports'; |
91dedc32 DM |
162 | $string['type_repository'] = 'Repository'; |
163 | $string['type_repository_plural'] = 'Repositories'; | |
164 | $string['type_theme'] = 'Theme'; | |
165 | $string['type_theme_plural'] = 'Themes'; | |
11b24ce7 PS |
166 | $string['type_tool'] = 'Admin tool'; |
167 | $string['type_tool_plural'] = 'Admin tools'; | |
91dedc32 DM |
168 | $string['type_webservice'] = 'Webservice protocol'; |
169 | $string['type_webservice_plural'] = 'Webservice protocols'; | |
3204daea DM |
170 | $string['updateavailable'] = 'There is a new version {$a} available!'; |
171 | $string['updateavailable_moreinfo'] = 'More info...'; | |
172 | $string['updateavailable_release'] = 'Release {$a}'; | |
6aa2e288 DM |
173 | $string['updatepluginconfirm'] = 'Plugin update confirmation'; |
174 | $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.'; | |
08c3bc00 | 175 | $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.'; |
6aa2e288 | 176 | $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.'; |
91dedc32 | 177 | $string['uninstall'] = 'Uninstall'; |
436d9447 DM |
178 | $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?'; |
179 | $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.'; | |
180 | $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?'; | |
3a6ef60a | 181 | $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.'; |
6584d8a8 | 182 | $string['uninstallextraconfirmblock'] = 'There are {$a->instances} instances of this block.'; |
5643f932 | 183 | $string['uninstallextraconfirmenrol'] = 'There are {$a->enrolments} user enrolments.'; |
cd79930e | 184 | $string['uninstallextraconfirmmod'] = 'There are {$a->instances} instances of this module in {$a->courses} courses.'; |
436d9447 | 185 | $string['uninstalling'] = 'Uninstalling {$a->name}'; |
f2d8ed45 DM |
186 | $string['validationmsg_componentmatch'] = 'Full component name'; |
187 | $string['validationmsg_componentmismatchname'] = 'Plugin name mismatch'; | |
188 | $string['validationmsg_componentmismatchname_help'] = 'Some ZIP packages, such as those generated by Github, may contain an incorrect root directory name. You need to fix the name of the root directory to match the declared plugin name.'; | |
189 | $string['validationmsg_componentmismatchname_info'] = 'The plugin declares its name is \'{$a}\' but that does not match the name of the root directory.'; | |
190 | $string['validationmsg_componentmismatchtype'] = 'Plugin type mismatch'; | |
191 | $string['validationmsg_componentmismatchtype_info'] = 'Expected type \'{$a->expected}\' but the plugin declares its type is \'{$a->found}\'.'; | |
192 | $string['validationmsg_filenotexists'] = 'Extracted file not found'; | |
193 | $string['validationmsg_filesnumber'] = 'Not enough files found in the package'; | |
194 | $string['validationmsg_filestatus'] = 'Unable to extract all files'; | |
195 | $string['validationmsg_filestatus_info'] = 'Attempting to extract file {$a->file} resulted in error \'{$a->status}\'.'; | |
196 | $string['validationmsg_foundlangfile'] = 'Found language file'; | |
197 | $string['validationmsg_maturity'] = 'Declared maturity level'; | |
198 | $string['validationmsg_maturity_help'] = 'The plugin can declare its maturity level. If the maintainer considers the plugin stable, the declared maturity level will read MATURITY_STABLE. All other maturity levels (such as alpha or beta) should be considered unstable and a warning is raised.'; | |
199 | $string['validationmsg_missingcomponent'] = 'Plugin does not declare its component name'; | |
200 | $string['validationmsg_missingcomponent_help'] = 'All plugins must provide their full component name via the `$plugin->component` declaration in the version.php file.'; | |
201 | $string['validationmsg_missingcomponent_link'] = 'Development:version.php'; | |
202 | $string['validationmsg_missingexpectedlangenfile'] = 'English language file name mismatch'; | |
203 | $string['validationmsg_missingexpectedlangenfile_info'] = 'The given plugin type is missing the expected English language file {$a}.'; | |
204 | $string['validationmsg_missinglangenfile'] = 'No English language file found'; | |
205 | $string['validationmsg_missinglangenfolder'] = 'Missing English language folder'; | |
206 | $string['validationmsg_missingversion'] = 'Plugin does not declare its version'; | |
207 | $string['validationmsg_missingversionphp'] = 'File version.php not found'; | |
208 | $string['validationmsg_multiplelangenfiles'] = 'Multiple English language files found'; | |
209 | $string['validationmsg_onedir'] = 'Invalid structure of the ZIP package.'; | |
210 | $string['validationmsg_onedir_help'] = 'The ZIP package must contain just one root directory that holds the plugin code. The name of that root directory must match the name of the plugin.'; | |
211 | $string['validationmsg_pathwritable'] = 'Write access check'; | |
212 | $string['validationmsg_pluginversion'] = 'Plugin version'; | |
213 | $string['validationmsg_release'] = 'Plugin release'; | |
214 | $string['validationmsg_requiresmoodle'] = 'Required Moodle version'; | |
215 | $string['validationmsg_rootdir'] = 'Name of the plugin to be installed'; | |
216 | $string['validationmsg_rootdir_help'] = 'The name of the root directory in the ZIP package forms the name of the plugin to be installed. If the name is not correct, you may wish to rename the root directory in the ZIP prior to installing the plugin.'; | |
217 | $string['validationmsg_rootdirinvalid'] = 'Invalid plugin name'; | |
218 | $string['validationmsg_rootdirinvalid_help'] = 'The name of the root directory in the ZIP package violates formal syntax requirements. Some ZIP packages, such as those generated by Github, may contain an incorrect root directory name. You need to fix the name of the root directory to match the plugin name.'; | |
8acee4b5 DM |
219 | $string['validationmsg_targetexists'] = 'Target location already exists and will be removed'; |
220 | $string['validationmsg_targetexists_help'] = 'The plugin directory already exists and will be replaced by the plugin package contents.'; | |
221 | $string['validationmsg_targetnotdir'] = 'Target location occupied by a file'; | |
f2d8ed45 DM |
222 | $string['validationmsg_unknowntype'] = 'Unknown plugin type'; |
223 | $string['validationmsg_versionphpsyntax'] = 'Unsupported syntax detected in version.php file'; | |
224 | $string['validationmsglevel_debug'] = 'Debug'; | |
225 | $string['validationmsglevel_error'] = 'Error'; | |
226 | $string['validationmsglevel_info'] = 'OK'; | |
227 | $string['validationmsglevel_warning'] = 'Warning'; | |
91dedc32 DM |
228 | $string['version'] = 'Version'; |
229 | $string['versiondb'] = 'Current version'; | |
230 | $string['versiondisk'] = 'New version'; |