dokuwiki-plugin-userhomepage/lang/en/lang.php
Simon DELAGE d63fffeb93 Revert "Added namespaced topbar"
This reverts commit 549b2cda47.
2014-10-23 23:26:29 +02:00

14 lines
483 B
PHP

<?php
/**
* English language file for Namespaced template
* @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['createdprivatens'] = 'Created your private namespace';
$lang['createdpublicpage'] = 'Created your public page';
$lang['privatenamespace'] = 'Private Space';
$lang['publicpage'] = 'Public Page';