Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
   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 'atto_equation', language 'en'.
  19   *
  20   * @package    atto_equation
  21   * @copyright  2013 Damyon Wiese  <damyon@moodle.com>
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['editequation'] = 'Edit equation using <a href="{$a}" target="_blank">TeX</a>';
  26  $string['librarygroup1'] = 'Operators';
  27  $string['librarygroup1_desc'] = 'TeX commands listed on the operators tab.';
  28  $string['librarygroup2'] = 'Arrows';
  29  $string['librarygroup2_desc'] = 'TeX commands listed on the arrows tab.';
  30  $string['librarygroup3'] = 'Greek symbols';
  31  $string['librarygroup3_desc'] = 'TeX commands listed on the Greek symbols tab.';
  32  $string['librarygroup4'] = 'Advanced';
  33  $string['librarygroup4_desc'] = 'TeX commands listed on the advanced tab.';
  34  $string['pluginname'] = 'Equation editor';
  35  $string['preview'] = 'Equation preview';
  36  $string['cursorinfo'] = 'An arrow indicates the position that new elements from the element library will be inserted.';
  37  $string['saveequation'] = 'Save equation';
  38  $string['settings'] = 'Equation editor settings';
  39  $string['update'] = 'Update';
  40  $string['privacy:metadata'] = 'The atto_equation plugin does not store any personal data.';