|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00011 $string['currentdatedefault'] = 'Check to use current date as default'; 00012 $string['defaultdate'] = 'Default date'; 00013 $string['endyear'] = 'End year'; 00014 $string['notset'] = 'Not set'; 00015 $string['pluginname'] = 'Date/Time'; 00016 $string['specifydatedefault'] = 'or specify a date'; 00017 $string['startyearafterend'] = 'The start year can\'t occur after the end year'; 00018 $string['startyear'] = 'Start year'; 00019 $string['wanttime'] = 'Include time?';