<?php
/**
 * English language file
 *
 * @author José Torrecilla <qky669@gmail.com>
 */

$lang['import_button'] = "Import";
$lang['formLegend']  = "Import a file";
$lang['formIntroMessage'] = "You can create this page **importing a file** from your computer.\\\
This process is not perfect. Please check the result";
$lang['formPageExistMessage'] = "**WARNING!!! This page already exist. If you upload a file, the current page will be archived.**

";

$lang['ok_info'] = "Informative message";

$lang['parserOriginalFile'] = "Imported file";
$lang['parserSummary'] = "File build by file2dw plugin from file";

$lang['er_acl_create'] = "Not enough access permissions to create a page here";
$lang['er_acl_edit'] = "Not enough access permissions to edit a page here";
$lang['er_acl_upload'] = "Not enough access permissions to import an attachment here";
$lang['er_apply_content'] = "Unable to store the content";
$lang['er_apply_file'] = "Unable to store the original file";
$lang['er_dir_create'] = "Directory can not be created";
$lang['er_file_getFromDownload'] = "Unable to get the uploaded file";
$lang['er_file_miss'] = "_file2dw() has been called with no userFile file defined";
$lang['er_file_upload'] = "Something went wrong with the file's upload";
$lang['er_file_tmpDir'] = "Unable to create the work temporary directory.";
$lang['er_id'] = "Wrong use of this plugin. _file2dw must be called with defined namepage (\$ID)";
$lang['er_img_dir'] = "Error processing attached pictures to the imported document";
$lang['er_img_upload'] = "Unable to store the attached image";
$lang['er_logFile'] = "Unable to write in the logFile";
$lang['er_msg_nomessage'] = "Wrong use of this plugin. _msg must be called with a message";
$lang['er_pandoc'] = "pandoc output file does not exist. Conversion has failed";
$lang['er_soffice'] = "soffice output file does not exist. Conversion has failed";
