1<?php
2/**
3 * English language file
4 *
5 * @author Mark Prins <mprins@users.sf.net>
6 * @author Greg BELLAMY <garlik.crx@gmail.com> [Gag]
7 */
8
9$lang['formLegend']  = "Import an odt file";
10$lang['formIntroMessage'] = "You can create this page **importing an odt file** from your computer.\\\
11More the file follows the word processing rules, better will be the result";
12$lang['formPageExistMessage'] = "**WARNING!!! This page already exist. If you upload an odtFile, the current page will be archived.**
13
14";
15$lang['import_odt_button'] = "ODT import";
16
17$lang['parserSummary'] = "File build by odt2dw plugin from file";
18$lang['parserOriginalFile'] = "Original file";
19
20$lang['xsl_subtable_message'] = "FIXME: A complex table was detected, you will probably need to make manual corrections.";
21
22$lang['ok_infoPlugin']  = "Installed plugin";
23$lang['ok_img']         = "Image correctly processing";
24$lang['ok_unzip']       = "Extraction correctly processing";
25
26$lang['inf_acl_upload'] = "You don't have sufficient rights to store the original file on the wiki. So this file is not saved on the server.";
27$lang['inf_xslt_lang'] = "No traduction available to xsl stylesheet. Default value applied";
28$lang['inf_xslt_param'] = "Unable to set parameter on xsltProcessor. Default value applied";
29
30$lang['er_acl_create'] = "Access rules to low to create a page here";
31$lang['er_acl_edit'] = "Access rules to low to edit a page here";
32$lang['er_acl_upload'] = "Access rules to low to import an attachment here";
33$lang['er_apply'] = "Error when save the parse data";
34$lang['er_apply_content'] = "Unable to store the content";
35$lang['er_apply_img'] = "Unable to store the attachment";
36$lang['er_apply_odtFile'] = "Unable to store the original odt file";
37$lang['er_checkUploadResult'] = "Something is wrong with the uploaded file";
38$lang['er_class_domDocument'] = "Fatal error : Unable to initialize DOMDocument object";
39$lang['er_class_xsltProcessor'] = "Fatal error : Unable to initialize XsltProcessor object";
40$lang['er_class_zipArchive'] = "Fatal error : Unable to initialize ZipArchive object";
41$lang['er_id'] = "Wrong use of this plugin. _odt2dw must be called with defined namepage (\$ID)";
42$lang['er_img_rename'] = "Unable to rename the image file";
43$lang['er_img_unzip'] = "Unable to extract the image file";
44$lang['er_invalidRoot'] = "RootNode of uploaded document is wrong. The file might be corrupt";
45$lang['er_loadXml'] = "Unable to load the content of the document. The file might be corrupt";
46$lang['er_loadXsl'] = "Xsl file is wrong (xml syntax). Please check and correct the file";
47$lang['er_logFile'] = "Unable to write in the logFile";
48$lang['er_msg_nomessage'] = "Wrong use of this plugin. _msg must be call with a message";
49$lang['er_odtFile_format'] = "Wrong file upload. The file is not an odt file";
50$lang['er_odtFile_getFromDownload'] = "Unable to catch the upload file";
51$lang['er_odtFile_miss'] = "Wrong use of this plugin. _odt2dw must be call by an upload file form";
52$lang['er_odtFile_tmpDir'] = "Unable to create the work temporary directory.";
53$lang['er_odtFile_unzip'] = "Unable to extract the file";
54$lang['er_odtFile_upload'] = "Something went wrong with the file's upload";
55$lang['er_pg_dir'] = "Unable to remove the temporary directory";
56$lang['er_pg_file'] = "Unable to delete the temporary file";
57$lang['er_transform'] = "Something went wrong with the parser transforming odtFile to dokuwiki content";
58$lang['er_unzip_error'] = "Unable to extract file";
59$lang['er_unzip_nofile'] = "No archive file found";
60$lang['er_unzip_object'] = "Archive manager not load";
61$lang['er_unzip_open'] = "Unable to open the archive file";
62$lang['er_xslFile_exist'] = "The file set as **parserXslFile** doesn't exist or can be read";
63$lang['er_xslFile_isfile'] = "The file set as **parserXslFile** is not a file";
64$lang['er_xslFile_notset'] = "Wrong value for **parserXslFile** parameter ";
65$lang['er_xsltProc'] = "Fatal error : Something went wrong while setting the xsltProcessor";
66$lang['er_xslt_invalid'] = "Xsl file is wrong (xsl syntax). Please check and correct the file";
67
68//Setup VIM: ex: et ts=2 enc=utf-8 :
69