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 * @author José Torrecilla <qky669@gmail.com>
8 */
9
10$lang['formLegend']  = "Import a file";
11$lang['formIntroMessage'] = "You can create this page **importing a file** from your computer.\\\
12More the file follows the word processing rules, better will be the result";
13$lang['formPageExistMessage'] = "**WARNING!!! This page already exist. If you upload a file, the current page will be archived.**
14
15";
16$lang['import_button'] = "Import file";
17
18$lang['parserSummary'] = "File build by odtplus2dw plugin from file";
19$lang['parserOriginalFile'] = "Original file";
20
21$lang['xsl_subtable_message'] = "FIXME: A complex table was detected, you will probably need to make manual corrections.";
22
23$lang['ok_infoPlugin']  = "Plugin installed";
24$lang['ok_img']         = "Image correctly processed";
25$lang['ok_unzip']       = "Extraction correctly processed";
26
27$lang['inf_acl_upload'] = "You don't have enough permissions to store the original file on the wiki, so this file is not saved on the server.";
28$lang['inf_xslt_lang'] = "No translation available to xsl stylesheet. Default value applied";
29$lang['inf_xslt_param'] = "Unable to set parameter on xsltProcessor. Default value applied";
30
31$lang['er_acl_create'] = "Not enough access permissions to create a page here";
32$lang['er_acl_edit'] = "Not enough access permissions to edit a page here";
33$lang['er_acl_upload'] = "Not enough access permissions to import an attachment here";
34$lang['er_apply'] = "Error saving the parsed data";
35$lang['er_apply_content'] = "Unable to store the content";
36$lang['er_apply_img'] = "Unable to store the attachment";
37$lang['er_apply_file'] = "Unable to store the original file";
38$lang['er_checkUploadResult'] = "Something is wrong with the uploaded file";
39$lang['er_class_domDocument'] = "Fatal error: Unable to initialize DOMDocument object";
40$lang['er_class_xsltProcessor'] = "Fatal error: Unable to initialize XsltProcessor object";
41$lang['er_class_zipArchive'] = "Fatal error: Unable to initialize ZipArchive object";
42$lang['er_id'] = "Wrong use of this plugin. _odtplus2dw must be called with defined namepage (\$ID)";
43$lang['er_img_rename'] = "Unable to rename the image file";
44$lang['er_img_unzip'] = "Unable to extract the image file";
45$lang['er_invalidRoot'] = "RootNode of uploaded document is wrong. The file might be corrupt";
46$lang['er_loadXml'] = "Unable to load the content of the document. The file might be corrupt";
47$lang['er_loadXsl'] = "Xsl file is wrong (xml syntax). Please check and correct the file";
48$lang['er_logFile'] = "Unable to write in the logFile";
49$lang['er_msg_nomessage'] = "Wrong use of this plugin. _msg must be called with a message";
50$lang['er_file_format'] = "Wrong file upload. The file type is not supported";
51$lang['er_file_getFromDownload'] = "Unable to catch the upload file";
52$lang['er_file_miss'] = "Wrong use of this plugin. _odtplus2dw must be called by an upload file form";
53$lang['er_file_tmpDir'] = "Unable to create the work temporary directory.";
54$lang['er_file_unzip'] = "Unable to extract the file";
55$lang['er_file_upload'] = "Something went wrong with the file's upload";
56$lang['er_pg_dir'] = "Unable to remove the temporary directory";
57$lang['er_pg_file'] = "Unable to delete the temporary file";
58$lang['er_transform'] = "Something went wrong with the parser transforming odt file to dokuwiki content";
59$lang['er_unzip_error'] = "Unable to extract file";
60$lang['er_unzip_nofile'] = "No archive file found";
61$lang['er_unzip_object'] = "Archive manager not loaded";
62$lang['er_unzip_open'] = "Unable to open the archive file";
63$lang['er_xslFile_exist'] = "The file set as **parserXslFile** doesn't exist or can be read";
64$lang['er_xslFile_isfile'] = "The file set as **parserXslFile** is not a file";
65$lang['er_xslFile_notset'] = "Wrong value for **parserXslFile** parameter ";
66$lang['er_xsltProc'] = "Fatal error : Something went wrong while setting the xsltProcessor";
67$lang['er_xslt_invalid'] = "Xsl file is wrong (xsl syntax). Please check and correct the file";
68
69//Setup VIM: ex: et ts=2 enc=utf-8 :
70