1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/addnewpage/lang/en/lang.php
Daniel Baumann f8d74cc725
Adding upstream version 20241201.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-16 08:08:00 +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 :