. /** * The english language pack used in this profile field type. * * @package profilefield_datetime * @copyright 2010 Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU Public License */ $string['currentdatedefault'] = 'Check to use current date as default'; $string['defaultdate'] = 'Default date'; $string['endyear'] = 'End year'; $string['notset'] = 'Not set'; $string['pluginname'] = 'Date/Time'; $string['specifydatedefault'] = 'or specify a date'; $string['startyearafterend'] = 'The start year can\'t occur after the end year'; $string['startyear'] = 'Start year'; $string['wanttime'] = 'Include time?';