1 <?php 2 // This file is part of Moodle - http://moodle.org/ 3 // 4 // Moodle is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // Moodle is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 16 17 /** 18 * Strings for component 'tiny_equation', language 'en'. 19 * 20 * @package tiny_equation 21 * @copyright 2022 Huong Nguyen <huongnv13@gmail.com> 22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 23 */ 24 25 $string['cursorinfo'] = 'An arrow indicates the position that new elements from the element library will be inserted.'; 26 $string['editequation'] = 'Edit equation using <a href="{$a}" target="_blank">TeX</a>'; 27 $string['buttontitle'] = 'Equation editor'; 28 $string['helplinktext'] = 'Equation helper'; 29 $string['librarygroup1'] = 'Operators'; 30 $string['librarygroup1_desc'] = 'TeX commands listed on the operators tab.'; 31 $string['librarygroup2'] = 'Arrows'; 32 $string['librarygroup2_desc'] = 'TeX commands listed on the arrows tab.'; 33 $string['librarygroup3'] = 'Greek symbols'; 34 $string['librarygroup3_desc'] = 'TeX commands listed on the Greek symbols tab.'; 35 $string['librarygroup4'] = 'Advanced'; 36 $string['librarygroup4_desc'] = 'TeX commands listed on the advanced tab.'; 37 $string['modaltitle'] = 'Equation editor'; 38 $string['saveequation'] = 'Save equation'; 39 $string['settings'] = 'Equation editor settings'; 40 $string['pluginname'] = 'Tiny equation editor'; 41 $string['preview'] = 'Equation preview'; 42 $string['privacy:metadata'] = 'The equation editor for TinyMCE does not store any personal data.';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body