blob: 1b5a6d314d64d9e7aba929f610d959176434b6ea (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Soren Birk <soer9648@eucl.dk>
*/
$lang['namespaceRoot'] = 'Rod';
$lang['okbutton'] = 'Tilføj side';
$lang['nooption'] = 'Du har ikke tilladelse til at tilføje sider';
|