1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Frank Schiebel <frank@linuxmuster.net>
7 */
8
9// for the configuration manager
10$lang['sourcetree']            = 'Import directory from which the document tree is be copied to the wiki.';
11$lang['destination_namespace'] = "Namespace in which the wiki pages for the documens are created.";
12
13