[Gag] */ $lang['debugLvl'] = "Debug mode -- more verbose : 0-void, 1-Display error, 2-Log&Display error, 3-Log&Display all message"; $lang['logFile'] = "Path to the log file"; $lang['formDisplayRule'] = "Action list where the import file form will be displayed"; $lang['formIntroMessage'] = "
Message show before the upload form
- dokuwiki syntax allowed
- Default value : default -> get the message from the default language file
"; $lang['formMaxFileSize'] = "
Max size allowed to upload file
The value must be lower than the Apache max size value
"; $lang['parserPostDisplay'] = "Displayed mask after an import"; $lang['parserXslFile'] = "Name of the xslFile use to transform"; $lang['parserLinkToOriginalFile'] = "Create a link to original file into the dokuwiki page"; $lang['parserCoreTimeOut'] = "Special TimeOut used when parsing the odt content by xslt (default : 300)."; $lang['parserUploadDir'] = "Path where the file will be uploaded"; $lang['parserMimeTypeAuthorized'] = "
Mimetypes authorized to upload odt files
Default : application/vnd.oasis.opendocument.text application/octetstream
application/vnd.oasis.opendocument.text default common mimetype
application/octetstream mimetype used by Chrome on Windows XP
Add missing mimetypes if necessary
Leave empty to disabled the control.
";