From 74bd6999c5e5c23ebbf90dbb6bdaabbddd7594cf Mon Sep 17 00:00:00 2001 From: sembrestels Date: Thu, 13 Oct 2011 15:23:11 +0200 Subject: Rename lib/dokuwiki to vendors/dokuwiki --- .../lib/plugins/indexmenu/lang/en/lang.php | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 vendors/dokuwiki/lib/plugins/indexmenu/lang/en/lang.php (limited to 'vendors/dokuwiki/lib/plugins/indexmenu/lang/en') diff --git a/vendors/dokuwiki/lib/plugins/indexmenu/lang/en/lang.php b/vendors/dokuwiki/lib/plugins/indexmenu/lang/en/lang.php new file mode 100644 index 000000000..e298caa44 --- /dev/null +++ b/vendors/dokuwiki/lib/plugins/indexmenu/lang/en/lang.php @@ -0,0 +1,28 @@ + + */ +$lang['menu'] = 'Indexmenu Utilities'; +$lang['fetch'] = 'Show'; +$lang['install'] = 'Install'; +$lang['delete'] = 'Delete'; +$lang['check'] = 'Check'; +$lang['no_repos'] = 'No theme repository url configured.'; +$lang['disabled'] = 'Disabled'; +$lang['conn_err'] = 'Connection error'; +$lang['dir_err'] = 'Unable to create temporary folder to receive theme'; +$lang['down_err'] = 'Unable to receive theme'; +$lang['zip_err'] = 'Zip creation or extraction error'; +$lang['install_ok'] = 'theme installed successfully. The new theme is avaiable in the toolbar of the edit page or with the js#theme_name option.'; +$lang['install_no'] = 'Connection error. However you can try to upload manually your theme from here.'; +$lang['delete_ok'] = 'Theme is successfully deleted.'; +$lang['delete_no'] = 'An error occurred during theme deleting'; +$lang['upload'] = 'Share'; +$lang['checkupdates'] = 'Plugin updates'; +$lang['noupdates'] = "Indexmenu does not need to be update. You have already the last release:"; +$lang['infos'] = 'You can create your theme following the instructions at the Theme Tutorial page.
Then you could make more people happy :-) sending it to the public indexmenu repository, with the "share" button under that theme.'; +$lang['showsort']="Indexmenu sort number: "; +$lang['donation_text'] = 'The indexmenu plugin is not sponsored by anyone but i develop and support it for free during my spare time. If you gain something thanks to it or you want to support its development, you can consider to make a donation.'; -- cgit v1.2.3