1<?php
2/**
3 * English language file
4 *
5 * @author José Torrecilla <qky669@gmail.com>
6 */
7
8$lang['import_button'] = "Import";
9$lang['formLegend']  = "Import a file";
10$lang['formIntroMessage'] = "You can create this page **importing a file** from your computer.\\\
11This process is not perfect. Please check the result";
12$lang['formPageExistMessage'] = "**WARNING!!! This page already exist. If you upload a file, the current page will be archived.**
13
14";
15
16$lang['ok_info'] = "Informative message";
17
18$lang['parserOriginalFile'] = "Imported file";
19$lang['parserSummary'] = "File build by file2dw plugin from file";
20
21$lang['er_acl_create'] = "Not enough access permissions to create a page here";
22$lang['er_acl_edit'] = "Not enough access permissions to edit a page here";
23$lang['er_acl_upload'] = "Not enough access permissions to import an attachment here";
24$lang['er_apply_content'] = "Unable to store the content";
25$lang['er_apply_file'] = "Unable to store the original file";
26$lang['er_dir_create'] = "Directory can not be created";
27$lang['er_file_getFromDownload'] = "Unable to get the uploaded file";
28$lang['er_file_miss'] = "_file2dw() has been called with no userFile file defined";
29$lang['er_file_upload'] = "Something went wrong with the file's upload";
30$lang['er_file_tmpDir'] = "Unable to create the work temporary directory.";
31$lang['er_id'] = "Wrong use of this plugin. _file2dw must be called with defined namepage (\$ID)";
32$lang['er_img_dir'] = "Error processing attached pictures to the imported document";
33$lang['er_img_upload'] = "Unable to store the attached image";
34$lang['er_logFile'] = "Unable to write in the logFile";
35$lang['er_msg_nomessage'] = "Wrong use of this plugin. _msg must be called with a message";
36$lang['er_pandoc'] = "pandoc output file does not exist. Conversion has failed";
37$lang['er_soffice'] = "soffice output file does not exist. Conversion has failed";
38