1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author   Simon DELAGE <sdelage@gmail.com>
7 * @author Dana <dannax3@gmx.de>
8 */
9$lang['copyerror']             = 'Fehler beim Kopieren';
10$lang['copysuccess']           = 'Erfolgreich kopiert';
11$lang['copynotneeded']         = 'Kopie wird nicht benötigt';
12$lang['createdprivatens']      = 'Privaten Namespace erstellt';
13$lang['createdpublicpage']     = 'Öffentliche Seite erstellt';
14$lang['privatenamespace']      = 'Privater Namespace';
15$lang['publicpage']            = 'Öffentliche Seite';
16