blob: 2b5a987e5f70b95fa7a946b9d2d287bb90c85e23 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/*
* English language file
*/
$lang['namespaceRoot'] = "Root";
$lang['name'] = "Page name";
$lang['okbutton'] = "Add page";
$lang['nooption'] = "You are not allowed to add pages";
//Setup VIM: ex: et ts=2 enc=utf-8 :
|