%PDF- %PDF-
Direktori : /home/vacivi36/ava/lib/editor/atto/plugins/equation/lang/en/ |
Current File : /home/vacivi36/ava/lib/editor/atto/plugins/equation/lang/en/atto_equation.php |
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Strings for component 'atto_equation', language 'en'. * * @package atto_equation * @copyright 2013 Damyon Wiese <damyon@moodle.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['editequation'] = 'Edit equation using <a href="{$a}" target="_blank">TeX</a>'; $string['librarygroup1'] = 'Operators'; $string['librarygroup1_desc'] = 'TeX commands listed on the operators tab.'; $string['librarygroup2'] = 'Arrows'; $string['librarygroup2_desc'] = 'TeX commands listed on the arrows tab.'; $string['librarygroup3'] = 'Greek symbols'; $string['librarygroup3_desc'] = 'TeX commands listed on the Greek symbols tab.'; $string['librarygroup4'] = 'Advanced'; $string['librarygroup4_desc'] = 'TeX commands listed on the advanced tab.'; $string['pluginname'] = 'Equation editor'; $string['preview'] = 'Equation preview'; $string['cursorinfo'] = 'An arrow indicates the position that new elements from the element library will be inserted.'; $string['saveequation'] = 'Save equation'; $string['settings'] = 'Equation editor settings'; $string['update'] = 'Update'; $string['privacy:metadata'] = 'The atto_equation plugin does not store any personal data.';