1<?php 2/** 3 * English language file for extension plugin 4 * 5 * @author Michael Hamann <michael@content-space.de> 6 * @author Christopher Smith <chris@jalakai.co.uk> 7 */ 8 9// menu entry for admin plugins 10$lang['menu'] = 'Extension Manager'; 11 12$lang['tab_plugins'] = 'Installed Plugins'; 13$lang['tab_templates'] = 'Installed Templates'; 14$lang['tab_search'] = 'Search and Install'; 15$lang['tab_install'] = 'Manual Install'; 16 17// custom language strings for the plugin 18$lang['notimplemented'] = 'This feature hasn\'t been implemented yet'; 19$lang['alreadyenabled'] = 'This extension has already been enabled'; 20$lang['alreadydisabled'] = 'This extension has already been disabled'; 21$lang['pluginlistsaveerror'] = 'There was an error saving the plugin list'; 22$lang['unknownauthor'] = 'Unknown author'; 23$lang['unknownversion'] = 'Unknown version'; 24 25// extension list 26$lang['btn_info'] = 'Show more info'; 27$lang['btn_update'] = 'Update'; 28$lang['btn_uninstall'] = 'Uninstall'; 29$lang['btn_enable'] = 'Enable'; 30$lang['btn_disable'] = 'Disable'; 31//$lang['btn_disable_all'] = 'Disable all'; 32//$lang['btn_settings'] = 'Settings'; 33$lang['btn_install'] = 'Install'; 34$lang['btn_reinstall'] = 'Re-install'; 35//$lang['btn_disdown'] = 'Download as Disabled'; 36//$lang['btn_dependown'] = 'Download with dependencies'; 37 38$lang['extensionby'] = '<strong>%s</strong> by %s'; 39$lang['popularity'] = 'Popularity: %s'; 40$lang['homepage_link'] = 'Docs'; 41$lang['bugs_features'] = 'Bugs'; 42$lang['author_hint'] = 'Search extensions by this author'; 43$lang['tag_hint'] = 'Search extensions with this tag'; 44$lang['installed'] = 'Installed:'; 45$lang['lastupdate'] = 'Last updated:'; 46$lang['downloadurl'] = 'Download URL:'; 47$lang['repository'] = 'Repository:'; 48$lang['unknown'] = '<em>unknown</em>'; 49$lang['installed_version'] = 'Installed version:'; 50$lang['install_date'] = 'Your last update:'; 51$lang['available_version'] = 'Version:'; 52$lang['compatible'] = 'Compatible with:'; 53$lang['depends'] = 'Depends on:'; 54$lang['similar'] = 'Similar to:'; 55$lang['conflicts'] = 'Conflicts with:'; 56$lang['donate'] = 'Donate'; 57$lang['bundled'] = 'bundled'; 58$lang['manual_install'] = 'manual install'; 59 60$lang['repo_error'] = 'The DokuWiki extension repository can not be reached currently. Online Features are not available.'; 61$lang['repo_retry'] = 'Retry'; 62 63$lang['msg_tpl_uninstalled'] = 'Template %s uninstalled'; 64$lang['msg_tpl_uninstalled'] = 'Template %s could not be uninstalled'; 65$lang['msg_uninstalled'] = 'Plugin %s uninstalled'; 66$lang['msg_uninstalled'] = 'Plugin %s could not be uninstalled'; 67 68$lang['msg_tpl_enabled'] = 'Template %s enabled'; 69$lang['msg_tpl_notenabled'] = 'Template %s could not be enabled, check file permissions'; 70$lang['msg_enabled'] = 'Plugin %s enabled'; 71$lang['msg_notenabled'] = 'Plugin %s could not be enabled, check file permissions'; 72 73$lang['msg_disabled'] = 'Plugin %s disabled'; 74$lang['msg_notdisabled'] = 'Plugin %s could not be disabled, check file permissions'; 75 76 77$lang['msg_template_install_success'] = 'Template %s installed successfully'; 78$lang['msg_template_update_success'] = 'Template %s updated successfully'; 79$lang['msg_plugin_install_success'] = 'Plugin %s installed successfully'; 80$lang['msg_plugin_update_success'] = 'Plugin %s updated successfully'; 81 82 83$lang['msg_url_failed'] = 'URL [%s] could not be downloaded.<br /> %s'; 84$lang['msg_download_failed'] = 'Plugin %s could not be downloaded.<br /> %s'; 85$lang['msg_download_success'] = 'Plugin %s installed successfully'; 86$lang['msg_tpl_download_failed'] = 'Template %s could not be downloaded.<br /> %s'; 87 88$lang['msg_download_pkg_success'] = '%s extension package successfully installed (%s)'; 89$lang['msg_tpl_download_pkg_success'] = '%s extension package successfully installed (%s)'; 90 91$lang['msg_update_success'] = 'Plugin %s successfully updated'; 92$lang['msg_update_failed'] = 'Update of plugin %s failed.<br /> %s'; 93$lang['msg_tpl_update_success'] = 'Template %s successfully updated'; 94$lang['msg_tpl_update_failed'] = 'Update of template %s failed.<br /> %s'; 95$lang['msg_update_pkg_success'] = '%s extension package successfully updated (%s)'; 96$lang['msg_tpl_update_pkg_success'] = '%s extension package successfully updated (%s)'; 97 98$lang['msg_reinstall_success'] = 'Plugin %s re-installed successfully'; 99$lang['msg_reinstall_failed'] = 'Failed to re-install plugin %s.<br /> %s'; 100$lang['msg_tpl_reinstall_success'] = 'Template %s re-installed successfully'; 101$lang['msg_tpl_reinstall_failed'] = 'Failed to re-install template %s.<br /> %s'; 102$lang['msg_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)'; 103$lang['msg_tpl_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)'; 104 105// info titles 106$lang['plugin'] = 'Plugin'; 107$lang['provides'] = 'Provides:'; 108$lang['noinfo'] = 'This plugin returned no information, it may be invalid.'; 109$lang['name'] = 'Name:'; 110$lang['date'] = 'Date:'; 111$lang['type'] = 'Type:'; 112$lang['desc'] = 'Description:'; 113$lang['author'] = 'Author:'; 114$lang['www'] = 'Web:'; 115 116// error messages 117$lang['needed_by'] = 'Needed by:'; 118$lang['not_writable'] = 'DokuWiki can not write to the folder'; 119$lang['missing_dependency'] = '<strong>Missing or disabled dependency:</strong> %s'; 120$lang['security_issue'] = '<strong>Security Issue:</strong> %s'; 121$lang['security_warning'] = '<strong>Security Warning:</strong> %s'; 122$lang['update_available'] = '<strong>Update:</strong> New version %s is available.'; 123$lang['wrong_folder'] = '<strong>Plugin installed incorrectly:</strong> Rename plugin directory "%s" to "%s".'; 124$lang['url_change'] = '<strong>URL changed:</strong> Download URL has changed since last download. Check if the new URL is valid before updating the extension.<br />New: %s<br />Old: %s'; 125$lang['gitmanaged'] = 'Extension installed with git'; 126$lang['bundled_source'] = 'Bundled with DokuWiki source'; 127$lang['no_url'] = 'No download URL'; 128$lang['no_manager'] = 'Could not find manager.dat file'; 129 130$lang['error_badurl'] = 'URL ends with slash - unable to determine file name from the url'; 131$lang['error_dircreate'] = 'Unable to create temporary folder to receive download'; 132$lang['error_download'] = 'Unable to download the file: %s'; 133$lang['error_decompress'] = 'Unable to decompress the downloaded file. This maybe as a result of a bad download, in which case you should try again; or the compression format may be unknown, in which case you will need to download and install manually'; 134$lang['error_findfolder'] = 'Unable to identify extension directory, you need to download and install manually'; 135$lang['error_copy'] = 'There was a file copy error while attempting to install files for directory <em>%s</em>: the disk could be full or file access permissions may be incorrect. This may have resulted in a partially installed plugin and leave your wiki installation unstable'; 136//Setup VIM: ex: et ts=4 : 137