Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/user/profile/field/datetime/lang/en/profilefield_datetime.php
Go to the documentation of this file.
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?';
 All Data Structures Namespaces Files Functions Variables Enumerations