xref: /dokuwiki/lib/plugins/extension/lang/en/lang.php (revision fee60c9e19860de9edb1dd146ec7063bb9eda392)
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$lang['msg_upload_failed'] = 'Uploading the file failed';
83
84
85$lang['msg_url_failed']         = 'URL [%s] could not be downloaded.<br /> %s';
86$lang['msg_download_failed']    = 'Plugin %s could not be downloaded.<br /> %s';
87$lang['msg_download_success']   = 'Plugin %s installed successfully';
88$lang['msg_tpl_download_failed']  = 'Template %s could not be downloaded.<br /> %s';
89
90$lang['msg_download_pkg_success']     = '%s extension package successfully installed (%s)';
91$lang['msg_tpl_download_pkg_success'] = '%s extension package successfully installed (%s)';
92
93$lang['msg_update_success']     = 'Plugin %s successfully updated';
94$lang['msg_update_failed']      = 'Update of plugin %s failed.<br /> %s';
95$lang['msg_tpl_update_success'] = 'Template %s successfully updated';
96$lang['msg_tpl_update_failed']  = 'Update of template %s failed.<br /> %s';
97$lang['msg_update_pkg_success']     = '%s extension package successfully updated (%s)';
98$lang['msg_tpl_update_pkg_success'] = '%s extension package successfully updated (%s)';
99
100$lang['msg_reinstall_success']  = 'Plugin %s re-installed successfully';
101$lang['msg_reinstall_failed']   = 'Failed to re-install plugin %s.<br /> %s';
102$lang['msg_tpl_reinstall_success'] = 'Template %s re-installed successfully';
103$lang['msg_tpl_reinstall_failed']  = 'Failed to re-install template %s.<br /> %s';
104$lang['msg_reinstall_pkg_success']     = '%s extension package successfully reinstalled (%s)';
105$lang['msg_tpl_reinstall_pkg_success'] = '%s extension package successfully reinstalled (%s)';
106
107// info titles
108$lang['plugin']                 = 'Plugin';
109$lang['provides']               = 'Provides:';
110$lang['noinfo']                 = 'This plugin returned no information, it may be invalid.';
111$lang['name']                   = 'Name:';
112$lang['date']                   = 'Date:';
113$lang['type']                   = 'Type:';
114$lang['desc']                   = 'Description:';
115$lang['author']                 = 'Author:';
116$lang['www']                    = 'Web:';
117
118// error messages
119$lang['needed_by']              = 'Needed by:';
120$lang['not_writable']           = 'DokuWiki can not write to the folder';
121$lang['missing_dependency']     = '<strong>Missing or disabled dependency:</strong> %s';
122$lang['security_issue']         = '<strong>Security Issue:</strong> %s';
123$lang['security_warning']       = '<strong>Security Warning:</strong> %s';
124$lang['update_available']       = '<strong>Update:</strong> New version %s is available.';
125$lang['wrong_folder']           = '<strong>Plugin installed incorrectly:</strong> Rename plugin directory "%s" to "%s".';
126$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';
127$lang['gitmanaged']             = 'Extension installed with git';
128$lang['bundled_source']         = 'Bundled with DokuWiki source';
129$lang['no_url']                 = 'No download URL';
130$lang['no_manager']             = 'Could not find manager.dat file';
131
132$lang['error_badurl']           = 'URL ends with slash - unable to determine file name from the url';
133$lang['error_dircreate']        = 'Unable to create temporary folder to receive download';
134$lang['error_download']         = 'Unable to download the file: %s';
135$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.';
136$lang['error_findfolder']       = 'Unable to identify extension directory, you need to download and install manually';
137$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';
138//Setup VIM: ex: et ts=4 :
139