Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lang/en/plugin.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00026 defined('MOODLE_INTERNAL') || die();
00027 
00028 $string['availability'] = 'Availability';
00029 $string['displayname'] = 'Plugin name';
00030 $string['moodleversion'] = 'Moodle {$a}';
00031 $string['nonehighlighted'] = 'No plugins require your attention during this upgrade';
00032 $string['nonehighlightedinfo'] = 'Display the list of all installed plugins anyway';
00033 $string['noneinstalled'] = 'No plugins of this type are installed';
00034 $string['otherplugin'] = '{$a->component}';
00035 $string['otherpluginversion'] = '{$a->component} ({$a->version})';
00036 $string['showall'] = 'Reload and show all plugins';
00037 $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. Contributed plugins are also highlighted.
00038 It is recommended that you check whether there are more recent versions of contributed plugins available and update their source code before continuing with this Moodle upgrade.';
00039 $string['plugindisable'] = 'Disable';
00040 $string['plugindisabled'] = 'Disabled';
00041 $string['pluginenable'] = 'Enable';
00042 $string['pluginenabled'] = 'Enabled';
00043 $string['requiredby'] = 'Required by: {$a}';
00044 $string['requires'] = 'Requires';
00045 $string['rootdir'] = 'Directory';
00046 $string['settings'] = 'Settings';
00047 $string['somehighlighted'] = 'Number of plugins requiring attention during this upgrade: {$a}';
00048 $string['somehighlightedinfo'] = 'Display the full list of installed plugins';
00049 $string['source'] = 'Source';
00050 $string['sourceext'] = 'Extension';
00051 $string['sourcestd'] = 'Standard';
00052 $string['status'] = 'Status';
00053 $string['status_delete'] = 'To be deleted';
00054 $string['status_downgrade'] = 'Higher version already installed!';
00055 $string['status_missing'] = 'Missing from disk!';
00056 $string['status_new'] = 'To be installed';
00057 $string['status_nodb'] = 'No database';
00058 $string['status_upgrade'] = 'To be upgraded';
00059 $string['status_uptodate'] = 'Up-to-date';
00060 $string['systemname'] = 'Identifier';
00061 $string['type_auth'] = 'Authentication method';
00062 $string['type_auth_plural'] = 'Authentication methods';
00063 $string['type_block'] = 'Block';
00064 $string['type_block_plural'] = 'Blocks';
00065 $string['type_coursereport'] = 'Course report';
00066 $string['type_coursereport_plural'] = 'Course reports';
00067 $string['type_editor'] = 'Editor';
00068 $string['type_editor_plural'] = 'Editors';
00069 $string['type_enrol'] = 'Enrolment method';
00070 $string['type_enrol_plural'] = 'Enrolment methods';
00071 $string['type_filter'] = 'Text filter';
00072 $string['type_filter_plural'] = 'Text filters';
00073 $string['type_format'] = 'Course format';
00074 $string['type_format_plural'] = 'Course formats';
00075 $string['type_gradeexport'] = 'Grade export method';
00076 $string['type_gradeexport_plural'] = 'Grade export methods';
00077 $string['type_gradeimport'] = 'Grade import method';
00078 $string['type_gradeimport_plural'] = 'Grade import methods';
00079 $string['type_gradereport'] = 'Gradebook report';
00080 $string['type_gradereport_plural'] = 'Gradebook reports';
00081 $string['type_gradingform'] = 'Advanced grading method';
00082 $string['type_gradingform_plural'] = 'Advanced grading methods';
00083 $string['type_local'] = 'Local plugin';
00084 $string['type_local_plural'] = 'Local plugins';
00085 $string['type_message'] = 'Messaging processor';
00086 $string['type_message_plural'] = 'Messaging processors';
00087 $string['type_mnetservice'] = 'MNet service';
00088 $string['type_mnetservice_plural'] = 'MNet services';
00089 $string['type_mod'] = 'Activity module';
00090 $string['type_mod_plural'] = 'Activity modules';
00091 $string['type_plagiarism'] = 'Plagiarism prevention plugin';
00092 $string['type_plagiarism_plural'] = 'Plagiarism prevention plugins';
00093 $string['type_portfolio'] = 'Portfolio';
00094 $string['type_portfolio_plural'] = 'Portfolios';
00095 $string['type_profilefield'] = 'Profile field type';
00096 $string['type_profilefield_plural'] = 'Profile field types';
00097 $string['type_qbehaviour'] = 'Question behaviour';
00098 $string['type_qbehaviour_plural'] = 'Question behaviours';
00099 $string['type_qformat'] = 'Question import/export format';
00100 $string['type_qformat_plural'] = 'Question import/export formats';
00101 $string['type_qtype'] = 'Question type';
00102 $string['type_qtype_plural'] = 'Question types';
00103 $string['type_report'] = 'Site report';
00104 $string['type_report_plural'] = 'Reports';
00105 $string['type_repository'] = 'Repository';
00106 $string['type_repository_plural'] = 'Repositories';
00107 $string['type_theme'] = 'Theme';
00108 $string['type_theme_plural'] = 'Themes';
00109 $string['type_tool'] = 'Admin tool';
00110 $string['type_tool_plural'] = 'Admin tools';
00111 $string['type_webservice'] = 'Webservice protocol';
00112 $string['type_webservice_plural'] = 'Webservice protocols';
00113 $string['uninstall'] = 'Uninstall';
00114 $string['version'] = 'Version';
00115 $string['versiondb'] = 'Current version';
00116 $string['versiondisk'] = 'New version';
 All Data Structures Namespaces Files Functions Variables Enumerations