summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en/lang.php
blob: 24cabe1faa581badbf9721dd4f3599c77e6eb209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?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';

$lang['tab_plugins']   = 'Installed Plugins';
$lang['tab_templates'] = 'Installed Templates';
$lang['tab_search']    = 'Search and Install';
$lang['tab_install']   = 'Manual Install';

// 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['repo_error'] = 'The DokuWiki extension repository can not be reached currently. Online Features are not available.';
$lang['repo_retry'] = 'Retry';

$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 :