Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 13... Línea 13...
13
//
13
//
14
// You should have received a copy of the GNU General Public License
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/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea 16...
16
 
16
 
17
/**
17
/**
18
 * Defines names of plugin types and some strings used at the plugin managment
18
 * Strings for component 'core_plugin', language 'en'.
19
 *
19
 *
20
 * @package    core
20
 * @package    core
21
 * @subpackage plugin
21
 * @subpackage plugin
22
 * @copyright  2011 David Mudrak <david@moodle.com>
22
 * @copyright  2011 David Mudrak <david@moodle.com>
Línea 45... Línea 45...
45
$string['dependencyinstallmissing'] = 'Install missing dependencies ({$a})';
45
$string['dependencyinstallmissing'] = 'Install missing dependencies ({$a})';
46
$string['dependencymissing'] = 'Missing';
46
$string['dependencymissing'] = 'Missing';
47
$string['dependencyunavailable'] = 'Unavailable';
47
$string['dependencyunavailable'] = 'Unavailable';
48
$string['dependencyupload'] = 'Upload';
48
$string['dependencyupload'] = 'Upload';
49
$string['dependencyuploadmissing'] = 'Upload ZIP files';
49
$string['dependencyuploadmissing'] = 'Upload ZIP files';
-
 
50
$string['deprecated_type'] = "Deprecated plugin type";
50
$string['displayname'] = 'Plugin name';
51
$string['displayname'] = 'Plugin name';
51
$string['err_response_curl'] = 'Unable to fetch available updates data - unexpected cURL error.';
52
$string['err_response_curl'] = 'Unable to fetch available updates data - unexpected cURL error.';
52
$string['err_response_format_version'] = 'Unexpected version of the response format. Please try to re-check for available updates.';
53
$string['err_response_format_version'] = 'Unexpected version of the response format. Please try to re-check for available updates.';
53
$string['err_response_http_code'] = 'Unable to fetch available updates data - unexpected HTTP response code.';
54
$string['err_response_http_code'] = 'Unable to fetch available updates data - unexpected HTTP response code.';
54
$string['filterall'] = 'Show all';
55
$string['filterall'] = 'Show all';
55
$string['filtercontribonly'] = 'Show additional plugins only';
56
$string['filtercontribonly'] = 'Show additional plugins only';
-
 
57
$string['filtermissingonly'] = 'Show missing from disk only';
-
 
58
$string['filternewpluginsonly'] = 'Show only plugins to be installed';
56
$string['filterupdatesonly'] = 'Show updateable only';
59
$string['filterupdatesonly'] = 'Show updateable only';
57
$string['incompatibleversion'] = 'Incompatible Moodle version: {$a}';
60
$string['incompatibleversion'] = 'Incompatible Moodle version: {$a}';
58
$string['isenabled'] = 'Enabled?';
61
$string['isenabled'] = 'Enabled?';
59
$string['misdepinfoplugin'] = 'Plugin info';
62
$string['misdepinfoplugin'] = 'Plugin info';
60
$string['misdepinfoversion'] = 'Version info';
63
$string['misdepinfoversion'] = 'Version info';
Línea 108... Línea 111...
108
$string['status_upgrade'] = 'To be upgraded';
111
$string['status_upgrade'] = 'To be upgraded';
109
$string['status_uptodate'] = 'Installed';
112
$string['status_uptodate'] = 'Installed';
110
$string['supportedmoodleversions'] = 'Supported Moodle versions';
113
$string['supportedmoodleversions'] = 'Supported Moodle versions';
111
$string['supportedconversions'] = 'Supported document conversions';
114
$string['supportedconversions'] = 'Supported document conversions';
112
$string['systemname'] = 'Identifier';
115
$string['systemname'] = 'Identifier';
-
 
116
$string['type_aiplacement'] = 'AI placement plugin';
-
 
117
$string['type_aiplacement_plural'] = 'AI placement plugins';
-
 
118
$string['type_aiprovider'] = 'AI provider plugin';
-
 
119
$string['type_aiprovider_plural'] = 'AI provider plugins';
113
$string['type_antivirus'] = 'Antivirus plugin';
120
$string['type_antivirus'] = 'Antivirus plugin';
114
$string['type_antivirus_plural'] = 'Antivirus plugins';
121
$string['type_antivirus_plural'] = 'Antivirus plugins';
115
$string['type_auth'] = 'Authentication method';
122
$string['type_auth'] = 'Authentication method';
116
$string['type_auth_plural'] = 'Authentication methods';
123
$string['type_auth_plural'] = 'Authentication methods';
117
$string['type_availability'] = 'Availability restriction';
124
$string['type_availability'] = 'Availability restriction';
Línea 126... Línea 133...
126
$string['type_calendartype_plural'] = 'Calendar types';
133
$string['type_calendartype_plural'] = 'Calendar types';
127
$string['type_communication'] = 'Communication provider';
134
$string['type_communication'] = 'Communication provider';
128
$string['type_communication_plural'] = 'Communication providers';
135
$string['type_communication_plural'] = 'Communication providers';
129
$string['type_contenttype'] = 'Content bank';
136
$string['type_contenttype'] = 'Content bank';
130
$string['type_contenttype_plural'] = 'Content bank plugins';
137
$string['type_contenttype_plural'] = 'Content bank plugins';
131
$string['type_contentbank'] = 'Content bank';
-
 
132
$string['type_contentbank_plural'] = 'Content bank plugins';
-
 
133
$string['type_customfield'] = 'Custom field';
138
$string['type_customfield'] = 'Custom field';
134
$string['type_customfield_plural'] = 'Custom fields';
139
$string['type_customfield_plural'] = 'Custom fields';
135
$string['type_coursereport'] = 'Course report';
140
$string['type_coursereport'] = 'Course report';
136
$string['type_coursereport_plural'] = 'Course reports';
141
$string['type_coursereport_plural'] = 'Course reports';
137
$string['type_dataformat'] = 'Data format';
142
$string['type_dataformat'] = 'Data format';
Línea 149... Línea 154...
149
$string['type_format_plural'] = 'Course formats';
154
$string['type_format_plural'] = 'Course formats';
150
$string['type_gradeexport'] = 'Grade export method';
155
$string['type_gradeexport'] = 'Grade export method';
151
$string['type_gradeexport_plural'] = 'Grade export methods';
156
$string['type_gradeexport_plural'] = 'Grade export methods';
152
$string['type_gradeimport'] = 'Grade import method';
157
$string['type_gradeimport'] = 'Grade import method';
153
$string['type_gradeimport_plural'] = 'Grade import methods';
158
$string['type_gradeimport_plural'] = 'Grade import methods';
-
 
159
$string['type_gradepenalty'] = 'Grade penalty';
-
 
160
$string['type_gradepenalty_plural'] = 'Grade penalties';
154
$string['type_gradereport'] = 'Gradebook report';
161
$string['type_gradereport'] = 'Gradebook report';
155
$string['type_gradereport_plural'] = 'Gradebook reports';
162
$string['type_gradereport_plural'] = 'Gradebook reports';
156
$string['type_gradingform'] = 'Advanced grading method';
163
$string['type_gradingform'] = 'Advanced grading method';
157
$string['type_gradingform_plural'] = 'Advanced grading methods';
164
$string['type_gradingform_plural'] = 'Advanced grading methods';
158
$string['type_h5plib'] = 'H5P framework';
165
$string['type_h5plib'] = 'H5P framework';
Línea 188... Línea 195...
188
$string['type_report_plural'] = 'Reports';
195
$string['type_report_plural'] = 'Reports';
189
$string['type_repository'] = 'Repository';
196
$string['type_repository'] = 'Repository';
190
$string['type_repository_plural'] = 'Repositories';
197
$string['type_repository_plural'] = 'Repositories';
191
$string['type_search'] = 'Search engine';
198
$string['type_search'] = 'Search engine';
192
$string['type_search_plural'] = 'Search engines';
199
$string['type_search_plural'] = 'Search engines';
-
 
200
$string['type_smsgateway'] = 'SMS gateway';
-
 
201
$string['type_smsgateway_plural'] = 'SMS gateways';
193
$string['type_theme'] = 'Theme';
202
$string['type_theme'] = 'Theme';
194
$string['type_theme_plural'] = 'Themes';
203
$string['type_theme_plural'] = 'Themes';
195
$string['type_tool'] = 'Admin tool';
204
$string['type_tool'] = 'Admin tool';
196
$string['type_tool_plural'] = 'Admin tools';
205
$string['type_tool_plural'] = 'Admin tools';
197
$string['type_webservice'] = 'Webservice protocol';
206
$string['type_webservice'] = 'Webservice protocol';
Línea 258... Línea 267...
258
$string['validationmsglevel_info'] = 'OK';
267
$string['validationmsglevel_info'] = 'OK';
259
$string['validationmsglevel_warning'] = 'Warning';
268
$string['validationmsglevel_warning'] = 'Warning';
260
$string['version'] = 'Version';
269
$string['version'] = 'Version';
261
$string['versiondb'] = 'Current version';
270
$string['versiondb'] = 'Current version';
262
$string['versiondisk'] = 'New version';
271
$string['versiondisk'] = 'New version';
263
 
-
 
264
// Deprecated since Moodle 4.2.
-
 
265
$string['type_contentbank'] = 'Content bank';
-
 
266
$string['type_contentbank_plural'] = 'Content bank plugins';
-