Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/monara/public_html/test.athavaneng.com/themes.php on line 99

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
. /** * Strings for component 'mathslib', language 'en', branch 'MOODLE_19_STABLE' * * @package core * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['anunexpectederroroccured'] = 'an unexpected error occurred'; $string['cannotassigntoconstant'] = 'cannot assign to constant \'{$a}\''; $string['cannotredefinebuiltinfunction'] = 'cannot redefine built-in function \'{$a}()\''; $string['divisionbyzero'] = 'division by zero'; $string['expectingaclosingbracket'] = 'expecting a closing bracket'; $string['illegalcharactergeneral'] = 'illegal character \'{$a}\''; $string['illegalcharacterunderscore'] = 'illegal character \'_\''; $string['implicitmultiplicationnotallowed'] = 'expecting operator, implicit multiplication not allowed.'; $string['internalerror'] = 'internal error'; $string['operatorlacksoperand'] = 'operator \'{$a}\' lacks operand'; $string['undefinedvariable'] = 'undefined variable \'{$a}\''; $string['undefinedvariableinfunctiondefinition'] = 'undefined variable \'{$a}\' in function definition'; $string['unexpectedclosingbracket'] = 'unexpected closing bracket'; $string['unexpectedcomma'] = 'unexpected comma'; $string['unexpectedoperator'] = 'unexpected operator \'{$a}\''; $string['wrongnumberofarguments'] = 'wrong number of arguments ({$a->given} given, {$a->expected} expected)';