blob: b66fc64d501eec2beb61ef1ce70a9b93dd9d53eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author MaWi <drmaxxis@gmail.com>
* @author Michael <michael.kraemer@gmail.com>
*/
$lang['namespaceRoot'] = 'Wurzel';
$lang['name'] = 'Seiten Name';
$lang['okbutton'] = 'Seite hinzufügen';
$lang['nooption'] = 'Du besitzt nicht die Benutzerrechte um Seiten hinzuzufügen.';
|