2018-07-18 12:42:29 +00:00
< ? php
// This file is part of the customcert module for 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 'customcertelement_daterange' , language 'en' .
*
* @ package customcertelement_daterange
* @ copyright 2018 Dmitrii Metelkin < dmitriim @ catalyst - au . net >
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
defined ( 'MOODLE_INTERNAL' ) || die ( 'Direct access to this script is forbidden.' );
2019-06-17 04:36:23 +00:00
$string [ 'addrange' ] = 'Add another range' ;
2018-07-18 12:42:29 +00:00
$string [ 'completiondate' ] = 'Completion date' ;
$string [ 'courseenddate' ] = 'Course end date' ;
$string [ 'coursegradedate' ] = 'Course grade date' ;
$string [ 'coursestartdate' ] = 'Course start date' ;
2019-06-17 05:33:16 +00:00
$string [ 'currentdate' ] = 'Current date' ;
2018-07-18 12:42:29 +00:00
$string [ 'dateitem' ] = 'Date item' ;
$string [ 'dateitem_help' ] = 'This will be the date that is printed on the certificate' ;
2019-05-28 06:20:30 +00:00
$string [ 'dateranges' ] = 'Date ranges' ;
2019-06-17 04:36:23 +00:00
$string [ 'datestring' ] = 'String' ;
$string [ 'end' ] = 'End' ;
$string [ 'error:atleastone' ] = 'You must have at least one date range configured' ;
$string [ 'error:datestring' ] = 'You must provide string representation for the date range' ;
$string [ 'error:enddate' ] = 'End date must occur after the start date' ;
$string [ 'error:recurring' ] = 'Recurring range must not be longer than 12 months' ;
2018-07-18 12:42:29 +00:00
$string [ 'fallbackstring' ] = 'Fallback string' ;
2019-05-28 06:20:30 +00:00
$string [ 'fallbackstring_help' ] = 'This string will be displayed if no date range applies to a date. If the fallback string is not set, then there will be no output at all.' ;
2019-06-17 04:36:23 +00:00
$string [ 'help' ] = 'Configure a string representation for your date ranges.<br /><br />If your ranges overlap the first matched date range will be applied.' ;
2018-07-18 12:42:29 +00:00
$string [ 'issueddate' ] = 'Issued date' ;
2019-06-17 04:36:23 +00:00
$string [ 'placeholders' ] = 'The following placeholders can be used in the string representation or fallback string. <br/><br /> {{range_first_year}} - first year of the matched range,<br/> {{range_last_year}} - last year of the matched range,<br/> {{recurring_range_first_year}} - first year of the matched recurring period,<br/> {{recurring_range_last_year}} - last year of the matched recurring period,<br/> {{current_year}} - the current year,<br/> {{date_year}} - a year of the users\'s date.' ;
2018-07-18 12:42:29 +00:00
$string [ 'pluginname' ] = 'Date range' ;
2019-06-17 04:36:23 +00:00
$string [ 'preview' ] = 'Preview {$a}' ;
2018-07-18 12:42:29 +00:00
$string [ 'privacy:metadata' ] = 'The Date range plugin does not store any personal data.' ;
2019-06-17 04:36:23 +00:00
$string [ 'recurring' ] = 'Recurring' ;
$string [ 'recurring_help' ] = 'If you mark a date range as recurring then the configured year will not be considered.' ;
$string [ 'setdeleted' ] = 'Delete' ;
2018-07-18 12:42:29 +00:00
$string [ 'start' ] = 'Start' ;