1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/addnewpage/lang/en/lang.php
Daniel Baumann ed74c038b1
Adding addnewpage version 2024-11-16 (2be3f61).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:32:10 +01:00

9 lines
244 B
PHP

<?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 :