dokuwiki-plugin-userhomepage/lang/de/lang.php
2016-02-10 15:35:05 +01:00

16 lines
578 B
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Simon DELAGE <simon.geekitude@gmail.com>
* @author Dana <dannax3@gmx.de>
*/
$lang['copyerror'] = 'Fehler beim Kopieren';
$lang['copysuccess'] = 'Erfolgreich kopiert';
$lang['copynotneeded'] = 'Kopie wird nicht benötigt';
$lang['createdprivatens'] = 'Privaten Namespace erstellt';
$lang['createdpublicpage'] = 'Öffentliche Seite erstellt';
$lang['privatenamespace'] = 'Privater Namespace';
$lang['publicpage'] = 'Öffentliche Seite';