xref: /dokuwiki/lib/plugins/extension/lang/en/lang.php (revision 160d3688fe2b70ebe88d464cba3417440127a155)
1788f86d9SMichael Hamann<?php
2788f86d9SMichael Hamann/**
3788f86d9SMichael Hamann * English language file for extension plugin
4788f86d9SMichael Hamann *
5788f86d9SMichael Hamann * @author Michael Hamann <michael@content-space.de>
602779b18SMichael Hamann * @author Christopher Smith <chris@jalakai.co.uk>
7788f86d9SMichael Hamann */
8788f86d9SMichael Hamann
9d7410643SAndreas Gohr$lang['menu']                         = 'Extension Manager';
10d7410643SAndreas Gohr
11d7410643SAndreas Gohr$lang['tab_plugins']                  = 'Installed Plugins';
12d7410643SAndreas Gohr$lang['tab_templates']                = 'Installed Templates';
13d7410643SAndreas Gohr$lang['tab_search']                   = 'Search and Install';
14ea9f3f90SAndreas Gohr$lang['tab_install']                  = 'Manual Install';
15788f86d9SMichael Hamann
16788f86d9SMichael Hamann$lang['notimplemented']               = 'This feature hasn\'t been implemented yet';
17788f86d9SMichael Hamann$lang['pluginlistsaveerror']          = 'There was an error saving the plugin list';
18788f86d9SMichael Hamann$lang['unknownauthor']                = 'Unknown author';
19788f86d9SMichael Hamann$lang['unknownversion']               = 'Unknown version';
20788f86d9SMichael Hamann
2102779b18SMichael Hamann$lang['btn_info']                     = 'Show more info';
2202779b18SMichael Hamann$lang['btn_update']                   = 'Update';
2302779b18SMichael Hamann$lang['btn_uninstall']                = 'Uninstall';
2402779b18SMichael Hamann$lang['btn_enable']                   = 'Enable';
2502779b18SMichael Hamann$lang['btn_disable']                  = 'Disable';
2602779b18SMichael Hamann$lang['btn_install']                  = 'Install';
2702779b18SMichael Hamann$lang['btn_reinstall']                = 'Re-install';
2802779b18SMichael Hamann
298ecc3981SAndreas Gohr$lang['js']['reallydel']              = 'Really uninstall this extension?';
308ecc3981SAndreas Gohr
31f910b299SAndreas Gohr$lang['search_for']                   = 'Search Extension:';
32f910b299SAndreas Gohr$lang['search']                       = 'Search';
33f910b299SAndreas Gohr
3402779b18SMichael Hamann$lang['extensionby']                  = '<strong>%s</strong> by %s';
3547559c79SAnika Henke$lang['screenshot']                   = 'Screenshot of %s';
3647559c79SAnika Henke$lang['popularity']                   = 'Popularity: %s%%';
3702779b18SMichael Hamann$lang['homepage_link']                = 'Docs';
3802779b18SMichael Hamann$lang['bugs_features']                = 'Bugs';
3977da6d6cSAnika Henke$lang['tags']                         = 'Tags:';
4002779b18SMichael Hamann$lang['author_hint']                  = 'Search extensions by this author';
4102779b18SMichael Hamann$lang['installed']                    = 'Installed:';
4202779b18SMichael Hamann$lang['downloadurl']                  = 'Download URL:';
4302779b18SMichael Hamann$lang['repository']                   = 'Repository:';
4402779b18SMichael Hamann$lang['unknown']                      = '<em>unknown</em>';
4502779b18SMichael Hamann$lang['installed_version']            = 'Installed version:';
4602779b18SMichael Hamann$lang['install_date']                 = 'Your last update:';
47bcdcd3d1SAndreas Gohr$lang['available_version']            = 'Available version:';
4802779b18SMichael Hamann$lang['compatible']                   = 'Compatible with:';
4902779b18SMichael Hamann$lang['depends']                      = 'Depends on:';
5002779b18SMichael Hamann$lang['similar']                      = 'Similar to:';
5102779b18SMichael Hamann$lang['conflicts']                    = 'Conflicts with:';
527ca0915cSAndreas Gohr$lang['donate']                       = 'Like this?';
537ca0915cSAndreas Gohr$lang['donate_action']                = 'Buy the author a coffee!';
547944abddSAndreas Gohr$lang['repo_retry']                   = 'Retry';
5506d8000aSAnika Henke$lang['provides']                     = 'Provides:';
5606d8000aSAnika Henke$lang['status']                       = 'Status:';
5706d8000aSAnika Henke$lang['status_installed']             = 'installed';
5806d8000aSAnika Henke$lang['status_not_installed']         = 'not installed';
5906d8000aSAnika Henke$lang['status_protected']             = 'protected';
6006d8000aSAnika Henke$lang['status_enabled']               = 'enabled';
6106d8000aSAnika Henke$lang['status_disabled']              = 'disabled';
6206d8000aSAnika Henke$lang['status_unmodifiable']          = 'unmodifiable';
6306d8000aSAnika Henke$lang['status_plugin']                = 'plugin';
6406d8000aSAnika Henke$lang['status_template']              = 'template';
6573d93f2bSAndreas Gohr$lang['status_bundled']               = 'bundled';
667944abddSAndreas Gohr
6702779b18SMichael Hamann$lang['msg_enabled']                  = 'Plugin %s enabled';
6802779b18SMichael Hamann$lang['msg_disabled']                 = 'Plugin %s disabled';
697e8500eeSGerrit Uitslag$lang['msg_delete_success']           = 'Extension %s uninstalled';
707e8500eeSGerrit Uitslag$lang['msg_delete_failed']            = 'Uninstalling Extension %s failed';
7125d28a01SAndreas Gohr$lang['msg_install_success']          = 'Extension %s installed successfully';
7225d28a01SAndreas Gohr$lang['msg_update_success']           = 'Extension %s updated successfully';
73cf2dcf1bSAndreas Gohr$lang['msg_upload_failed']            = 'Uploading the file failed: %s';
74bc20e40aSPhy$lang['msg_nooverwrite']              = 'Extension %s already exists so it is not being overwritten; to overwrite, tick the overwrite option';
75fee60c9eSAndreas Gohr
7602779b18SMichael Hamann$lang['missing_dependency']           = '<strong>Missing or disabled dependency:</strong> %s';
7702779b18SMichael Hamann$lang['security_issue']               = '<strong>Security Issue:</strong> %s';
7802779b18SMichael Hamann$lang['security_warning']             = '<strong>Security Warning:</strong> %s';
79f4d0426bSGerrit Uitslag$lang['update_message']               = '<strong>Update Message:</strong> %s';
8002779b18SMichael Hamann$lang['update_available']             = '<strong>Update:</strong> New version %s is available.';
8102779b18SMichael Hamann$lang['wrong_folder']                 = '<strong>Plugin installed incorrectly:</strong> Rename plugin directory "%s" to "%s".';
8202779b18SMichael Hamann$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';
83788f86d9SMichael Hamann
84bc1b7a8aSAndreas Gohr$lang['error_badurl']                 = 'URLs should start with http or https';
851981046eSMichael Hamann$lang['error_dircreate']              = 'Unable to create temporary folder to receive download';
86cf2dcf1bSAndreas Gohr$lang['error_download']               = 'Unable to download the file: %s %s %s';
87fee60c9eSAndreas Gohr$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.';
881981046eSMichael Hamann$lang['error_findfolder']             = 'Unable to identify extension directory, you need to download and install manually';
89cf2dcf1bSAndreas Gohr$lang['error_copy']                   = 'There was a file copy error while attempting to install files for directory \'%s\': 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';
90cf2dcf1bSAndreas Gohr$lang['error_copy_read']              = 'Could not read directory %s';
91cf2dcf1bSAndreas Gohr$lang['error_copy_mkdir']             = 'Could not create directory %s';
92cf2dcf1bSAndreas Gohr$lang['error_copy_copy']              = 'Could not copy %s to %s';
93cf2dcf1bSAndreas Gohr$lang['error_archive_read']           = 'Could not open archive %s for reading';
94cf2dcf1bSAndreas Gohr$lang['error_archive_extract']        = 'Could not extract archive %s: %s';
95cf2dcf1bSAndreas Gohr$lang['error_uninstall_protected']    = 'Extension %s is protected and cannot be uninstalled';
96cf2dcf1bSAndreas Gohr$lang['error_disable_protected']      = 'Extension %s is protected and cannot be disabled';
9725d28a01SAndreas Gohr$lang['error_nourl']                  = 'No download URL could be found for extension %s';
98*160d3688SAndreas Gohr$lang['error_notinstalled']           = 'Extension %s is not installed';
99*160d3688SAndreas Gohr$lang['error_alreadyenabled']         = 'Extension %s has already been enabled';
100*160d3688SAndreas Gohr$lang['error_alreadydisabled']        = 'Extension %s has already been disabled';
101*160d3688SAndreas Gohr
102e445eeb3SAndreas Gohr
103e445eeb3SAndreas Gohr$lang['noperms']                      = 'Extension directory is not writable';
104e445eeb3SAndreas Gohr$lang['notplperms']                   = 'Template directory is not writable';
105e445eeb3SAndreas Gohr$lang['nopluginperms']                = 'Plugin directory is not writable';
106a4667104SAndreas Gohr$lang['git']                          = 'This extension was installed via git, you may not want to update it here.';
10748b5d5e9SAndreas Gohr$lang['auth']                         = 'This auth plugin is not enabled in configuration, consider disabling it.';
108c837868aSAndreas Gohr
109c837868aSAndreas Gohr$lang['install_url']                  = 'Install from URL:';
110c837868aSAndreas Gohr$lang['install_upload']               = 'Upload Extension:';
111bc34cd38SAndreas Gohr
112f11d3014SAndreas Gohr$lang['repo_badresponse']             = 'The plugin repository returned an invalid response.';
113bc34cd38SAndreas Gohr$lang['repo_error']                   = 'The plugin repository could not be contacted. Make sure your server is allowed to contact www.dokuwiki.org and check your proxy settings.';
1141ec86040SAndreas Gohr$lang['nossl']                        = 'Your PHP seems to miss SSL support. Downloading will not work for many DokuWiki extensions.';
115a7ec3530SGerry Weißbach
11679a3bed0SGerry Weißbach$lang['js']['display_viewoptions']    = 'View Options:';
11779a3bed0SGerry Weißbach$lang['js']['display_enabled']        = 'enabled';
11879a3bed0SGerry Weißbach$lang['js']['display_disabled']       = 'disabled';
11979a3bed0SGerry Weißbach$lang['js']['display_updatable']      = 'updatable';
120