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// custom language strings for the ospdocimport plugin
10$lang['plugname'] = 'Import Wizard for existing document collections';
11$lang['headline'] = 'Import Wizard for existing document collections';
12$lang['wizard'] = 'Wizard';
13$lang['settings'] = 'Settings';
14$lang['importdir'] = 'Import directory';
15$lang['targetns'] = 'Target namespace';
16$lang['description'] = 'The Import Wizard facilitates the import of existing document collections (word, powerpoint, PDF etc.) as link list to the wiki.';
17$lang['detaildesc'] = '<p>This process requires four steps:</p>
18         <ol><li>The complete document collection (including directories) must be copied to the server that hosts openSchulportfolio.
19         The files need to be transferred to a target directory which is created by the Import Wizard.</li>
20         <li>The files are (automatically) copied and integrated into the document tree of the wiki (if necessary, the files are renamed, thus eliminating   		umlauts, blanks and the like - these characters are unsuitable for use in online systems). This step creates the site structure which allows 		navigation to the documents (the site structure may be customized after the import).</li>
21         <li>Make sure the import has been completed and delete the target directory on the server.</li>
22         <li>Customize the wiki/document structure according to your needs and liking!</li>
23         </ol>';
24$lang['warning_osp'] = 'All documents and wiki pages in the target namespace will be <strong>irreversibly</strong> replaced by the imported document tree!';
25$lang['filelist_plugin_required'] = 'This plugin depends on the <tt>filelist</tt>-plugin for DokuWiki.</div>';
26
27$lang['sourcedir_exists'] = 'The import directory has been created.';
28$lang['sourcedir_does_not_exist'] = 'The import directory has <strong>not</strong> been created.';
29$lang['docuploadnow'] = "Copy the file directory tree of your document collection to the import directory on the web server. Confirm the upload after completion.";
30$lang['importnow'] = "Start import now.";
31$lang['lastimport'] ="Last import:";
32$lang['fromuser'] ="by user";
33$lang['docsuploaded'] ="Document collection has been uploaded to server.";
34$lang['btn_import'] = 'Import files and create document structure';
35$lang['btn_reimport'] = 'Re-import files';
36$lang['btn_create_upload_dir'] = 'Create import directory';
37$lang['btn_delete_upload_dir'] = 'Delete import directory';
38$lang['btn_confirm_upload'] = 'File upload complete';
39$lang['btn_start_over'] = 'Start over import';
40$lang['subnamespaces'] = 'Subnamespaces';
41$lang['edit_files'] = 'Edit files';
42$lang['ns_up'] = 'Go one namespace up';
43$lang['documents_for'] = 'Documents for directory: ';
44$lang['docslisted'] = 'All documents for the directory:';
45