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 16// custom language strings for the plugin 17$lang['notimplemented'] = 'This feature hasn\'t been implemented yet'; 18$lang['alreadyenabled'] = 'This extension has already been enabled'; 19$lang['alreadydisabled'] = 'This extension has already been disabled'; 20$lang['pluginlistsaveerror'] = 'There was an error saving the plugin list'; 21$lang['unknownauthor'] = 'Unknown author'; 22$lang['unknownversion'] = 'Unknown version'; 23 24// extension list 25$lang['btn_info'] = 'Show more info'; 26$lang['btn_update'] = 'Update'; 27$lang['btn_uninstall'] = 'Uninstall'; 28$lang['btn_enable'] = 'Enable'; 29$lang['btn_disable'] = 'Disable'; 30//$lang['btn_disable_all'] = 'Disable all'; 31//$lang['btn_settings'] = 'Settings'; 32$lang['btn_install'] = 'Install'; 33$lang['btn_reinstall'] = 'Re-install'; 34//$lang['btn_disdown'] = 'Download as Disabled'; 35//$lang['btn_dependown'] = 'Download with dependencies'; 36 37$lang['extensionby'] = '<strong>%s</strong> by %s'; 38$lang['popularity'] = 'Popularity: %s'; 39$lang['homepage_link'] = 'Docs'; 40$lang['bugs_features'] = 'Bugs'; 41$lang['author_hint'] = 'Search extensions by this author'; 42$lang['tag_hint'] = 'Search extensions with this tag'; 43$lang['installed'] = 'Installed:'; 44$lang['lastupdate'] = 'Last updated:'; 45$lang['downloadurl'] = 'Download URL:'; 46$lang['repository'] = 'Repository:'; 47$lang['unknown'] = '<em>unknown</em>'; 48$lang['installed_version'] = 'Installed version:'; 49$lang['install_date'] = 'Your last update:'; 50$lang['available_version'] = 'Version:'; 51$lang['compatible'] = 'Compatible with:'; 52$lang['depends'] = 'Depends on:'; 53$lang['similar'] = 'Similar to:'; 54$lang['conflicts'] = 'Conflicts with:'; 55$lang['donate'] = 'Donate'; 56$lang['bundled'] = 'bundled'; 57$lang['manual_install'] = 'manual install'; 58 59$lang['repo_error'] = 'The DokuWiki extension repository can not be reached currently. Online Features are not available.'; 60$lang['repo_retry'] = 'Retry'; 61 62$lang['msg_tpl_uninstalled'] = 'Template %s uninstalled'; 63$lang['msg_tpl_uninstalled'] = 'Template %s could not be uninstalled'; 64$lang['msg_uninstalled'] = 'Plugin %s uninstalled'; 65$lang['msg_uninstalled'] = 'Plugin %s could not be uninstalled'; 66 67$lang['msg_tpl_enabled'] = 'Template %s enabled'; 68$lang['msg_tpl_notenabled'] = 'Template %s could not be enabled, check file permissions'; 69$lang['msg_enabled'] = 'Plugin %s enabled'; 70$lang['msg_notenabled'] = 'Plugin %s could not be enabled, check file permissions'; 71 72$lang['msg_disabled'] = 'Plugin %s disabled'; 73$lang['msg_notdisabled'] = 'Plugin %s could not be disabled, check file permissions'; 74 75$lang['msg_url_failed'] = 'URL [%s] could not be downloaded.<br /> %s'; 76$lang['msg_download_failed'] = 'Plugin %s could not be downloaded.<br /> %s'; 77$lang['msg_download_success'] = 'Plugin %s installed successfully'; 78$lang['msg_tpl_download_failed'] = 'Template %s could not be downloaded.<br /> %s'; 79$lang['msg_tpl_download_success'] = 'Template %s installed successfully'; 80$lang['msg_download_pkg_success'] = '%s extension package successfully installed (%s)'; 81$lang['msg_tpl_download_pkg_success'] = '%s extension package successfully installed (%s)'; 82 83$lang['msg_update_success'] = 'Plugin %s successfully updated'; 84$lang['msg_update_failed'] = 'Update of plugin %s failed.<br /> %s'; 85$lang['msg_tpl_update_success'] = 'Template %s successfully updated'; 86$lang['msg_tpl_update_failed'] = 'Update of template %s failed.<br /> %s'; 87$lang['msg_update_pkg_success'] = '%s extension package successfully updated (%s)'; 88$lang['msg_tpl_update_pkg_success'] = '%s extension package successfully updated (%s)'; 89 90$lang['msg_reinstall_success'] = 'Plugin %s re-installed successfully'; 91$lang['msg_reinstall_failed'] = 'Failed to re-install plugin %s.<br /> %s'; 92$lang['msg_tpl_reinstall_success'] = 'Template %s re-installed successfully'; 93$lang['msg_tpl_reinstall_failed'] = 'Failed to re-install template %s.<br /> %s'; 94$lang['msg_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)'; 95$lang['msg_tpl_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)'; 96 97// info titles 98$lang['plugin'] = 'Plugin'; 99$lang['provides'] = 'Provides:'; 100$lang['noinfo'] = 'This plugin returned no information, it may be invalid.'; 101$lang['name'] = 'Name:'; 102$lang['date'] = 'Date:'; 103$lang['type'] = 'Type:'; 104$lang['desc'] = 'Description:'; 105$lang['author'] = 'Author:'; 106$lang['www'] = 'Web:'; 107 108// error messages 109$lang['needed_by'] = 'Needed by:'; 110$lang['not_writable'] = 'DokuWiki can not write to the folder'; 111$lang['missing_dependency'] = '<strong>Missing or disabled dependency:</strong> %s'; 112$lang['security_issue'] = '<strong>Security Issue:</strong> %s'; 113$lang['security_warning'] = '<strong>Security Warning:</strong> %s'; 114$lang['update_available'] = '<strong>Update:</strong> New version %s is available.'; 115$lang['wrong_folder'] = '<strong>Plugin installed incorrectly:</strong> Rename plugin directory "%s" to "%s".'; 116$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'; 117$lang['gitmanaged'] = 'Extension installed with git'; 118$lang['bundled_source'] = 'Bundled with DokuWiki source'; 119$lang['no_url'] = 'No download URL'; 120$lang['no_manager'] = 'Could not find manager.dat file'; 121 122$lang['error_badurl'] = 'URL ends with slash - unable to determine file name from the url'; 123$lang['error_dircreate'] = 'Unable to create temporary folder to receive download'; 124$lang['error_download'] = 'Unable to download the file: %s'; 125$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'; 126$lang['error_findfolder'] = 'Unable to identify extension directory, you need to download and install manually'; 127$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'; 128//Setup VIM: ex: et ts=4 : 129