1 |
efrain |
1 |
<?php
|
|
|
2 |
// This file is part of the customcert module for 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 'customcertelement_date', language 'en'.
|
|
|
19 |
*
|
|
|
20 |
* @package customcertelement_date
|
|
|
21 |
* @copyright 2013 Mark Nelson <markn@moodle.com>
|
|
|
22 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
23 |
*/
|
|
|
24 |
|
|
|
25 |
$string['completiondate'] = 'Completion date';
|
|
|
26 |
$string['courseenddate'] = 'Course end date';
|
|
|
27 |
$string['coursegradedate'] = 'Course grade date';
|
|
|
28 |
$string['coursestartdate'] = 'Course start date';
|
|
|
29 |
$string['enrolmentenddate'] = 'Enrolment end date';
|
|
|
30 |
$string['enrolmentstartdate'] = 'Enrolment start date';
|
|
|
31 |
$string['expirydateone'] = 'Expiry date (1 year)';
|
|
|
32 |
$string['expirydatetwo'] = 'Expiry date (2 year)';
|
|
|
33 |
$string['expirydatethree'] = 'Expiry date (3 year)';
|
|
|
34 |
$string['expirydatefour'] = 'Expiry date (4 year)';
|
|
|
35 |
$string['expirydatefive'] = 'Expiry date (5 year)';
|
|
|
36 |
$string['currentdate'] = 'Current date';
|
|
|
37 |
$string['dateformat'] = 'Date format';
|
|
|
38 |
$string['dateformat_help'] = 'This is the format of the date that will be displayed';
|
|
|
39 |
$string['dateitem'] = 'Date item';
|
|
|
40 |
$string['dateitem_help'] = 'This will be the date that is printed on the certificate';
|
|
|
41 |
$string['issueddate'] = 'Issued date';
|
|
|
42 |
$string['pluginname'] = 'Date';
|
|
|
43 |
$string['privacy:metadata'] = 'The Date plugin does not store any personal data.';
|
|
|
44 |
$string['numbersuffix_nd_as_in_second'] = 'nd';
|
|
|
45 |
$string['numbersuffix_rd_as_in_third'] = 'rd';
|
|
|
46 |
$string['numbersuffix_st_as_in_first'] = 'st';
|
|
|
47 |
$string['userdateformat'] = 'User date format';
|