summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/extension/lang')
-rw-r--r--lib/plugins/extension/lang/en/lang.php121
1 files changed, 121 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
new file mode 100644
index 000000000..b3a451ecc
--- /dev/null
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -0,0 +1,121 @@
+<?php
+/**
+ * English language file for extension plugin
+ *
+ * @author Michael Hamann <michael@content-space.de>
+ * @author Christopher Smith <chris@jalakai.co.uk>
+ */
+
+// menu entry for admin plugins
+$lang['menu'] = 'Extension manager';
+
+// custom language strings for the plugin
+$lang['notimplemented'] = 'This feature hasn\'t been implemented yet';
+$lang['alreadyenabled'] = 'This extension has already been enabled';
+$lang['alreadydisabled'] = 'This extension has already been disabled';
+$lang['pluginlistsaveerror'] = 'There was an error saving the plugin list';
+$lang['unknownauthor'] = 'Unknown author';
+$lang['unknownversion'] = 'Unknown version';
+
+// extension list
+$lang['btn_info'] = 'Show more info';
+$lang['btn_update'] = 'Update';
+$lang['btn_uninstall'] = 'Uninstall';
+$lang['btn_enable'] = 'Enable';
+$lang['btn_disable'] = 'Disable';
+//$lang['btn_disable_all'] = 'Disable all';
+//$lang['btn_settings'] = 'Settings';
+$lang['btn_install'] = 'Install';
+$lang['btn_reinstall'] = 'Re-install';
+//$lang['btn_disdown'] = 'Download as Disabled';
+//$lang['btn_dependown'] = 'Download with dependencies';
+
+$lang['extensionby'] = '<strong>%s</strong> by %s';
+$lang['popularity'] = 'Popularity: %s';
+$lang['homepage_link'] = 'Docs';
+$lang['bugs_features'] = 'Bugs';
+$lang['author_hint'] = 'Search extensions by this author';
+$lang['tag_hint'] = 'Search extensions with this tag';
+$lang['installed'] = 'Installed:';
+$lang['lastupdate'] = 'Last updated:';
+$lang['downloadurl'] = 'Download URL:';
+$lang['repository'] = 'Repository:';
+$lang['unknown'] = '<em>unknown</em>';
+$lang['installed_version'] = 'Installed version:';
+$lang['install_date'] = 'Your last update:';
+$lang['available_version'] = 'Version:';
+$lang['compatible'] = 'Compatible with:';
+$lang['depends'] = 'Depends on:';
+$lang['similar'] = 'Similar to:';
+$lang['conflicts'] = 'Conflicts with:';
+$lang['donate'] = 'Donate';
+$lang['bundled'] = 'bundled';
+$lang['manual_install'] = 'manual install';
+
+$lang['msg_tpl_uninstalled'] = 'Template %s uninstalled';
+$lang['msg_tpl_uninstalled'] = 'Template %s could not be uninstalled';
+$lang['msg_uninstalled'] = 'Plugin %s uninstalled';
+$lang['msg_uninstalled'] = 'Plugin %s could not be uninstalled';
+
+$lang['msg_tpl_enabled'] = 'Template %s enabled';
+$lang['msg_tpl_notenabled'] = 'Template %s could not be enabled, check file permissions';
+$lang['msg_enabled'] = 'Plugin %s enabled';
+$lang['msg_notenabled'] = 'Plugin %s could not be enabled, check file permissions';
+
+$lang['msg_disabled'] = 'Plugin %s disabled';
+$lang['msg_notdisabled'] = 'Plugin %s could not be disabled, check file permissions';
+
+$lang['msg_url_failed'] = 'URL [%s] could not be downloaded.<br /> %s';
+$lang['msg_download_failed'] = 'Plugin %s could not be downloaded.<br /> %s';
+$lang['msg_download_success'] = 'Plugin %s installed successfully';
+$lang['msg_tpl_download_failed'] = 'Template %s could not be downloaded.<br /> %s';
+$lang['msg_tpl_download_success'] = 'Template %s installed successfully';
+$lang['msg_download_pkg_success'] = '%s extension package successfully installed (%s)';
+$lang['msg_tpl_download_pkg_success'] = '%s extension package successfully installed (%s)';
+
+$lang['msg_update_success'] = 'Plugin %s successfully updated';
+$lang['msg_update_failed'] = 'Update of plugin %s failed.<br /> %s';
+$lang['msg_tpl_update_success'] = 'Template %s successfully updated';
+$lang['msg_tpl_update_failed'] = 'Update of template %s failed.<br /> %s';
+$lang['msg_update_pkg_success'] = '%s extension package successfully updated (%s)';
+$lang['msg_tpl_update_pkg_success'] = '%s extension package successfully updated (%s)';
+
+$lang['msg_reinstall_success'] = 'Plugin %s re-installed successfully';
+$lang['msg_reinstall_failed'] = 'Failed to re-install plugin %s.<br /> %s';
+$lang['msg_tpl_reinstall_success'] = 'Template %s re-installed successfully';
+$lang['msg_tpl_reinstall_failed'] = 'Failed to re-install template %s.<br /> %s';
+$lang['msg_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)';
+$lang['msg_tpl_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)';
+
+// info titles
+$lang['plugin'] = 'Plugin';
+$lang['provides'] = 'Provides:';
+$lang['noinfo'] = 'This plugin returned no information, it may be invalid.';
+$lang['name'] = 'Name:';
+$lang['date'] = 'Date:';
+$lang['type'] = 'Type:';
+$lang['desc'] = 'Description:';
+$lang['author'] = 'Author:';
+$lang['www'] = 'Web:';
+
+// error messages
+$lang['needed_by'] = 'Needed by:';
+$lang['not_writable'] = 'DokuWiki can not write to the folder';
+$lang['missing_dependency'] = '<strong>Missing or disabled dependency:</strong> %s';
+$lang['security_issue'] = '<strong>Security Issue:</strong> %s';
+$lang['security_warning'] = '<strong>Security Warning:</strong> %s';
+$lang['update_available'] = '<strong>Update:</strong> New version %s is available.';
+$lang['wrong_folder'] = '<strong>Plugin installed incorrectly:</strong> Rename plugin directory "%s" to "%s".';
+$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';
+$lang['gitmanaged'] = 'Extension installed with git';
+$lang['bundled_source'] = 'Bundled with DokuWiki source';
+$lang['no_url'] = 'No download URL';
+$lang['no_manager'] = 'Could not find manager.dat file';
+
+$lang['error_badurl'] = 'URL ends with slash - unable to determine file name from the url';
+$lang['error_dircreate'] = 'Unable to create temporary folder to receive download';
+$lang['error_download'] = 'Unable to download the file: %s';
+$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';
+$lang['error_findfolder'] = 'Unable to identify extension directory, you need to download and install manually';
+$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';
+//Setup VIM: ex: et ts=4 :