芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/files/converter/unoconv/lang/en/fileconverter_unoconv.php
. /** * Strings for plugin 'fileconverter_unoconv' * * @package fileconverter_unoconv * @copyright 2017 Damyon Wiese * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['pathtounoconv'] = 'Path to unoconv document converter'; $string['pathtounoconv_help'] = 'Path to unoconv document converter. This is an executable that is capable of converting between document formats supported by LibreOffice. This is optional, but if specified, Moodle will use it to automatically convert between document formats. This is used to support a wider range of input files for the assignment annotate PDF feature.'; $string['pluginname'] = 'Unoconv'; $string['privacy:metadata'] = 'The Unoconv document converter plugin does not store any personal data.'; $string['test_unoconv'] = 'Test unoconv path'; $string['test_unoconvdoesnotexist'] = 'The unoconv path does not point to the unoconv program. Please review your path settings.'; $string['test_unoconvdownload'] = 'Download the converted pdf test file.'; $string['test_unoconvempty'] = 'The unoconv path is not set. Please review your path settings.'; $string['test_unoconvisdir'] = 'The unoconv path points to a folder, please include the unoconv program in the path you specify'; $string['test_unoconvnotestfile'] = 'The test document to be converted to PDF is missing.'; $string['test_unoconvnotexecutable'] = 'The unoconv path points to a file that is not executable'; $string['test_unoconvok'] = 'The unoconv path appears to be properly configured.'; $string['test_unoconvversionnotsupported'] = 'The version of unoconv you have installed is not supported.';