blob: 988744a113a83ae990a2ddd751b8a5bbe0a0ca2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Joerg <scooter22@gmx.de>
* @author Michael <michael@krmr.org>
*/
$lang['namespaceRoot'] = 'Wurzel';
$lang['okbutton'] = 'Seite hinzufügen';
$lang['nooption'] = 'Du besitzt nicht die Benutzerrechte um Seiten hinzuzufügen.';
|