12345678910111213141516171819202122232425262728293031323334353637 |
- <?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/>.
- /**
- * Simple block language strings
- *
- * @package local_olimp_reports
- * @copyright 2022 alex sidorof
- * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- */
- $string['pluginname'] = 'Olimp reports';
- $string['reports_olimp'] = 'Report on certificates and diplomas received';
- $string['fullname'] = 'Full name';
- $string['email'] = 'E-mail address';
- $string['name_obr'] = 'Educational institution';
- $string['place_obr'] = 'Educational institution address';
- $string['ball'] = 'Grade';
- $string['dip_or_sap'] = 'Diplomas and certificates';
- $string['fio'] = 'Charity Letters \n Teacher\'s full name';
- $string['gdate'] = 'Date of receiving';
- $string['kod'] = 'Code';
|