dokuwiki-plugin-userhomepage/lang/en/lang.php
Simon DELAGE aa8d83c944 Fix about [savedir] option (pointed by BMolitor)
Destination folder was previously based on DOKU_CONF instead of
[savedir] option. This wasn't blocking anything but was incorrect. Also
added a lang string and changed text of [tempates_path] option.
2015-06-05 00:03:49 +02:00

15 lines
531 B
PHP

<?php
/**
* English language file for Userhomepage plugin
* @author Simon DELAGE <simon.geekitude@gmail.com>
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['copyerror'] = 'Copy error';
$lang['copysuccess'] = 'Successfull copy';
$lang['copynotneeded'] = 'Copy not needed';
$lang['createdprivatens'] = 'Created your private namespace';
$lang['createdpublicpage'] = 'Created your public page';
$lang['privatenamespace'] = 'Private Space';
$lang['publicpage'] = 'Public Page';