. /** * Strings for the tool_installaddon component. * * @package tool_installaddon * @category string * @copyright 2013 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['acknowledgement'] = 'Acknowledgement'; $string['acknowledgementmust'] = 'You must acknowledge this'; $string['acknowledgementtext'] = 'I understand that it is my responsibility to have full backups of this site prior to installing additional plugins. I accept and understand that plugins (especially but not only those originating in unofficial sources) may contain security holes, can make the site unavailable, or cause private data leaks or loss.'; $string['featuredisabled'] = 'The plugin installer is disabled on this site.'; $string['installaddon'] = 'Install plugin!'; $string['installaddons'] = 'Install plugins'; $string['installexception'] = 'Oops... An error occurred while trying to install the plugin. Turn debugging mode on to see details of the error.'; $string['installfromrepo'] = 'Install plugins from the Moodle plugins directory'; $string['installfromrepo_help'] = 'You will be redirected to the Moodle plugins directory to search for and install a plugin. Note that your site full name, URL and Moodle version will be sent as well, to make the installation process easier for you.'; $string['installfromzip'] = 'Install plugin from ZIP file'; $string['installfromzip_help'] = 'An alternative to installing a plugin directly from the Moodle plugins directory is to upload a ZIP package of the plugin. The ZIP package should have the same structure as a package downloaded from the Moodle plugins directory.'; $string['installfromzipfile'] = 'ZIP package'; $string['installfromzipfile_help'] = 'The plugin ZIP package must contain just one directory, named to match the plugin. The ZIP will be extracted into an appropriate location for the plugin type. If the package has been downloaded from the Moodle plugins directory then it will have this structure.'; $string['installfromziprootdir'] = 'Rename the root directory'; $string['installfromziprootdir_help'] = 'Some ZIP packages, such as those generated by Github, may contain an incorrect root directory name. If so, the correct name may be entered here.'; $string['installfromzipsubmit'] = 'Install plugin from the ZIP file'; $string['installfromziptype'] = 'Plugin type'; $string['installfromziptype_help'] = 'Choose the correct type of plugin you are about to install. Warning: The installation procedure can fail badly if an incorrect plugin type is specified.'; $string['permcheck'] = 'Make sure the plugin type root location is writable by the web server process.'; $string['permcheckerror'] = 'Error while checking for write permission'; $string['permcheckprogress'] = 'Checking for write permission ...'; $string['permcheckresultno'] = 'Plugin type location {$a->path} is not writable'; $string['permcheckresultyes'] = 'Plugin type location {$a->path} is writable'; $string['pluginname'] = 'Plugin installer'; $string['remoterequestalreadyinstalled'] = 'There is a request to install plugin {$a->name} ({$a->component}) version {$a->version} from the Moodle plugins directory on this site. However, this plugin is already installed on the site.'; $string['remoterequestconfirm'] = 'There is a request to install plugin {$a->name} ({$a->component}) version {$a->version} from the Moodle plugins directory on this site. If you continue, the plugin ZIP package will be downloaded for validation. Nothing will be installed yet.'; $string['remoterequestinvalid'] = 'There is a request to install a plugin from the Moodle plugins directory on this site. Unfortunately the request is not valid and so the plugin cannot be installed.'; $string['remoterequestpermcheck'] = 'There is a request to install plugin {$a->name} ({$a->component}) version {$a->version} from the Moodle plugins directory on this site. However, the location {$a->typepath} is not writable. You need to give write access for the web server user to the location, then press the continue button to repeat the check.'; $string['remoterequestpluginfoexception'] = 'Oops... An error occurred while trying to obtain information about the plugin {$a->name} ({$a->component}) version {$a->version}. The plugin cannot be installed. Turn debugging mode on to see details of the error.'; $string['validation'] = 'Plugin package validation'; $string['validationmsg_componentmatch'] = 'Full component name'; $string['validationmsg_componentmismatchname'] = 'Plugin name mismatch'; $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.'; $string['validationmsg_componentmismatchname_info'] = 'The plugin declares its name is \'{$a}\' but that does not match the name of the root directory.'; $string['validationmsg_componentmismatchtype'] = 'Plugin type mismatch'; $string['validationmsg_componentmismatchtype_info'] = 'You have selected the type \'{$a->expected}\' but the plugin declares its type is \'{$a->found}\'.'; $string['validationmsg_filenotexists'] = 'Extracted file not found'; $string['validationmsg_filesnumber'] = 'Not enough files found in the package'; $string['validationmsg_filestatus'] = 'Unable to extract all files'; $string['validationmsg_filestatus_info'] = 'Attempting to extract file {$a->file} resulted in error \'{$a->status}\'.'; $string['validationmsg_foundlangfile'] = 'Found language file'; $string['validationmsg_maturity'] = 'Declared maturity level'; $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.'; $string['validationmsg_missingexpectedlangenfile'] = 'English language file name mismatch'; $string['validationmsg_missingexpectedlangenfile_info'] = 'The given plugin type is missing the expected English language file {$a}.'; $string['validationmsg_missinglangenfile'] = 'No English language file found'; $string['validationmsg_missinglangenfolder'] = 'Missing English language folder'; $string['validationmsg_missingversion'] = 'Plugin does not declare its version'; $string['validationmsg_missingversionphp'] = 'File version.php not found'; $string['validationmsg_multiplelangenfiles'] = 'Multiple English language files found'; $string['validationmsg_onedir'] = 'Invalid structure of the ZIP package.'; $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.'; $string['validationmsg_pathwritable'] = 'Write access check'; $string['validationmsg_pluginversion'] = 'Plugin version'; $string['validationmsg_release'] = 'Plugin release'; $string['validationmsg_requiresmoodle'] = 'Required Moodle version'; $string['validationmsg_rootdir'] = 'Name of the plugin to be installed'; $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.'; $string['validationmsg_rootdirinvalid'] = 'Invalid plugin name'; $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.'; $string['validationmsg_targetexists'] = 'Target location already exists'; $string['validationmsg_targetexists_help'] = 'The directory that the plugin is to be installed to must not yet exist.'; $string['validationmsg_unknowntype'] = 'Unknown plugin type'; $string['validationmsglevel_debug'] = 'Debug'; $string['validationmsglevel_error'] = 'Error'; $string['validationmsglevel_info'] = 'OK'; $string['validationmsglevel_warning'] = 'Warning'; $string['validationresult0'] = 'Validation failed!'; $string['validationresult0_help'] = 'A serious problem was detected and so it is not safe to install the plugin. See the validation log messages for details.'; $string['validationresult1'] = 'Validation passed!'; $string['validationresult2_help'] = 'No serious problems were detected. You can continue with the plugin installation. See the validation log messages for more details and eventual warnings.'; $string['validationresult1_help'] = 'The plugin package has been validated and no serious problems were detected.'; $string['validationresultinfo'] = 'Info'; $string['validationresultmsg'] = 'Message'; $string['validationresultstatus'] = 'Status';