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'; |
3204daea DM |
30 | $string['checkforupdates'] = 'Check for available updates'; |
31 | $string['checkforupdateslast'] = 'Last check done on {$a}'; | |
bdbcb6d7 | 32 | $string['detectedmisplacedplugin'] = 'Plugin "{$a->component}" is installed in incorrect location "{$a->current}", expected location is "{$a->expected}"'; |
fd17898c | 33 | $string['dependencyfails'] = 'Fails'; |
2cdea9c7 DM |
34 | $string['dependencyinstall'] = 'Install'; |
35 | $string['dependencyupload'] = 'Upload'; | |
91dedc32 | 36 | $string['displayname'] = 'Plugin name'; |
4785c45d | 37 | $string['err_response_curl'] = 'Unable to fetch available updates data - unexpected cURL error.'; |
85d75163 | 38 | $string['err_response_format_version'] = 'Unexpected version of the response format. Please try to re-check for available updates.'; |
4785c45d | 39 | $string['err_response_http_code'] = 'Unable to fetch available updates data - unexpected HTTP response code.'; |
4df8bced | 40 | $string['filterall'] = 'Show all'; |
d49db5b2 DM |
41 | $string['filtercontribonly'] = 'Show additional plugins only'; |
42 | $string['filtercontribonlyactive'] = 'Showing additional plugins only'; | |
4df8bced DM |
43 | $string['filterupdatesonly'] = 'Show updateable only'; |
44 | $string['filterupdatesonlyactive'] = 'Showing updateable only'; | |
36ca62ca | 45 | $string['moodleversion'] = 'Moodle {$a}'; |
39f15cc7 | 46 | $string['nonehighlighted'] = 'No plugins require your attention now'; |
91dedc32 DM |
47 | $string['nonehighlightedinfo'] = 'Display the list of all installed plugins anyway'; |
48 | $string['noneinstalled'] = 'No plugins of this type are installed'; | |
2b135b05 | 49 | $string['notes'] = 'Notes'; |
30e26827 DM |
50 | $string['notdownloadable'] = 'Can not download the package'; |
51 | $string['notdownloadable_help'] = 'ZIP package with the update can not be downloaded automatically. Please refer to the documentation page for more help.'; | |
52 | $string['notdownloadable_link'] = 'admin/mdeploy/notdownloadable'; | |
0daa6428 | 53 | $string['notwritable'] = 'Plugin files not writable'; |
ca084ef1 | 54 | $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. |
0daa6428 | 55 | |
ca084ef1 | 56 | You need to make the plugin folder and all its contents writable to be able to install the available update automatically.'; |
30e26827 | 57 | $string['notwritable_link'] = 'admin/mdeploy/notwritable'; |
3204daea DM |
58 | $string['numtotal'] = 'Installed: {$a}'; |
59 | $string['numdisabled'] = 'Disabled: {$a}'; | |
d49db5b2 | 60 | $string['numextension'] = 'Additional: {$a}'; |
3204daea | 61 | $string['numupdatable'] = 'Updates available: {$a}'; |
36ca62ca TH |
62 | $string['otherplugin'] = '{$a->component}'; |
63 | $string['otherpluginversion'] = '{$a->component} ({$a->version})'; | |
91dedc32 | 64 | $string['showall'] = 'Reload and show all plugins'; |
d49db5b2 | 65 | $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.'; |
91dedc32 DM |
66 | $string['plugindisable'] = 'Disable'; |
67 | $string['plugindisabled'] = 'Disabled'; | |
68 | $string['pluginenable'] = 'Enable'; | |
69 | $string['pluginenabled'] = 'Enabled'; | |
2f98f5d5 | 70 | $string['release'] = 'Release'; |
828788f0 | 71 | $string['requiredby'] = 'Required by: {$a}'; |
36ca62ca | 72 | $string['requires'] = 'Requires'; |
91dedc32 DM |
73 | $string['rootdir'] = 'Directory'; |
74 | $string['settings'] = 'Settings'; | |
39f15cc7 | 75 | $string['somehighlighted'] = 'Number of plugins requiring your attention: {$a}'; |
a277654f | 76 | $string['somehighlightedall'] = 'Number of installed plugins: {$a}'; |
91dedc32 | 77 | $string['somehighlightedinfo'] = 'Display the full list of installed plugins'; |
a687fcac | 78 | $string['somehighlightedonly'] = 'Display only plugins requiring your attention'; |
91dedc32 | 79 | $string['source'] = 'Source'; |
d49db5b2 | 80 | $string['sourceext'] = 'Additional'; |
91dedc32 DM |
81 | $string['sourcestd'] = 'Standard'; |
82 | $string['status'] = 'Status'; | |
ec8935f5 | 83 | $string['status_delete'] = 'To be deleted'; |
91dedc32 DM |
84 | $string['status_downgrade'] = 'Higher version already installed!'; |
85 | $string['status_missing'] = 'Missing from disk!'; | |
86 | $string['status_new'] = 'To be installed'; | |
87 | $string['status_nodb'] = 'No database'; | |
88 | $string['status_upgrade'] = 'To be upgraded'; | |
bc06cbc3 | 89 | $string['status_uptodate'] = 'Installed'; |
91dedc32 DM |
90 | $string['systemname'] = 'Identifier'; |
91 | $string['type_auth'] = 'Authentication method'; | |
92 | $string['type_auth_plural'] = 'Authentication methods'; | |
d3db4b03 | 93 | $string['type_availability'] = 'Availability restriction'; |
94 | $string['type_availability_plural'] = 'Availability restrictions'; | |
91dedc32 DM |
95 | $string['type_block'] = 'Block'; |
96 | $string['type_block_plural'] = 'Blocks'; | |
fd59389c SH |
97 | $string['type_cachelock'] = 'Cache lock handler'; |
98 | $string['type_cachelock_plural'] = 'Cache lock handlers'; | |
99 | $string['type_cachestore'] = 'Cache store'; | |
100 | $string['type_cachestore_plural'] = 'Cache stores'; | |
2f00e1b2 MN |
101 | $string['type_calendartype'] = 'Calendar type'; |
102 | $string['type_calendartype_plural'] = 'Calendar types'; | |
91dedc32 DM |
103 | $string['type_coursereport'] = 'Course report'; |
104 | $string['type_coursereport_plural'] = 'Course reports'; | |
105 | $string['type_editor'] = 'Editor'; | |
106 | $string['type_editor_plural'] = 'Editors'; | |
107 | $string['type_enrol'] = 'Enrolment method'; | |
108 | $string['type_enrol_plural'] = 'Enrolment methods'; | |
109 | $string['type_filter'] = 'Text filter'; | |
110 | $string['type_filter_plural'] = 'Text filters'; | |
111 | $string['type_format'] = 'Course format'; | |
112 | $string['type_format_plural'] = 'Course formats'; | |
113 | $string['type_gradeexport'] = 'Grade export method'; | |
114 | $string['type_gradeexport_plural'] = 'Grade export methods'; | |
115 | $string['type_gradeimport'] = 'Grade import method'; | |
116 | $string['type_gradeimport_plural'] = 'Grade import methods'; | |
117 | $string['type_gradereport'] = 'Gradebook report'; | |
118 | $string['type_gradereport_plural'] = 'Gradebook reports'; | |
09122258 DM |
119 | $string['type_gradingform'] = 'Advanced grading method'; |
120 | $string['type_gradingform_plural'] = 'Advanced grading methods'; | |
91dedc32 DM |
121 | $string['type_local'] = 'Local plugin'; |
122 | $string['type_local_plural'] = 'Local plugins'; | |
c9e34994 RK |
123 | $string['type_message'] = 'Messaging output'; |
124 | $string['type_message_plural'] = 'Messaging outputs'; | |
91dedc32 DM |
125 | $string['type_mnetservice'] = 'MNet service'; |
126 | $string['type_mnetservice_plural'] = 'MNet services'; | |
127 | $string['type_mod'] = 'Activity module'; | |
128 | $string['type_mod_plural'] = 'Activity modules'; | |
78231c9c HF |
129 | $string['type_plagiarism'] = 'Plagiarism plugin'; |
130 | $string['type_plagiarism_plural'] = 'Plagiarism plugins'; | |
91dedc32 DM |
131 | $string['type_portfolio'] = 'Portfolio'; |
132 | $string['type_portfolio_plural'] = 'Portfolios'; | |
133 | $string['type_profilefield'] = 'Profile field type'; | |
134 | $string['type_profilefield_plural'] = 'Profile field types'; | |
d1c77ac3 DM |
135 | $string['type_qbehaviour'] = 'Question behaviour'; |
136 | $string['type_qbehaviour_plural'] = 'Question behaviours'; | |
91dedc32 DM |
137 | $string['type_qformat'] = 'Question import/export format'; |
138 | $string['type_qformat_plural'] = 'Question import/export formats'; | |
139 | $string['type_qtype'] = 'Question type'; | |
140 | $string['type_qtype_plural'] = 'Question types'; | |
141 | $string['type_report'] = 'Site report'; | |
275cbac7 | 142 | $string['type_report_plural'] = 'Reports'; |
91dedc32 DM |
143 | $string['type_repository'] = 'Repository'; |
144 | $string['type_repository_plural'] = 'Repositories'; | |
145 | $string['type_theme'] = 'Theme'; | |
146 | $string['type_theme_plural'] = 'Themes'; | |
11b24ce7 PS |
147 | $string['type_tool'] = 'Admin tool'; |
148 | $string['type_tool_plural'] = 'Admin tools'; | |
91dedc32 DM |
149 | $string['type_webservice'] = 'Webservice protocol'; |
150 | $string['type_webservice_plural'] = 'Webservice protocols'; | |
3204daea DM |
151 | $string['updateavailable'] = 'There is a new version {$a} available!'; |
152 | $string['updateavailable_moreinfo'] = 'More info...'; | |
153 | $string['updateavailable_release'] = 'Release {$a}'; | |
6aa2e288 DM |
154 | $string['updatepluginconfirm'] = 'Plugin update confirmation'; |
155 | $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 | 156 | $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 | 157 | $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 | 158 | $string['uninstall'] = 'Uninstall'; |
436d9447 DM |
159 | $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?'; |
160 | $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.'; | |
161 | $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 | 162 | $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 | 163 | $string['uninstallextraconfirmblock'] = 'There are {$a->instances} instances of this block.'; |
5643f932 | 164 | $string['uninstallextraconfirmenrol'] = 'There are {$a->enrolments} user enrolments.'; |
cd79930e | 165 | $string['uninstallextraconfirmmod'] = 'There are {$a->instances} instances of this module in {$a->courses} courses.'; |
436d9447 | 166 | $string['uninstalling'] = 'Uninstalling {$a->name}'; |
91dedc32 DM |
167 | $string['version'] = 'Version'; |
168 | $string['versiondb'] = 'Current version'; | |
169 | $string['versiondisk'] = 'New version'; |