source: documentation/trunk/packages/plugins/greenstonedocs/lang/en/settings.php@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 1.0 KB
Line 
1<?php
2$lang['currentnamespace'] = "The top-level namespace in which the Greenstone Documentation resides. Below this namespace will be found the child namespaces.";
3$lang['checkprereq'] = "Check the plugins folder for pre-requisite plugins.";
4$lang['prerequisiteplugins'] = "A space-separated listing of the (directory) names of plugins required by the Greenstone Wiki to work properly.";
5$lang['childnamespaces'] = "A space-separated listing of the expected child namespaces. Any updating action will be restricted to these child trees. The default child namespaces are:<ul><li>en - standard wiki pages in English</li><li>legacy - the imported manuals</li><li>wiki - pages used in the running of the Greenstone Document wiki</li></ul>";
6$lang['updatenamespace'] = "Tick this box to automatically update all internal links starting with the old namespace (given below) to the current namespace.";
7$lang['oldnamespace'] = "If updating internal links, this is the namespace prefix that will be replaced. May be an empty string.";
8?>
Note: See TracBrowser for help on using the repository browser.