dokuwiki-plugin-userhomepage/lang/de/lang.php

16 lines
578 B
PHP
Raw Normal View History

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