<?php $this->cache['en']['core_form'] = array (
  'addfields' => 'Add {$a} fields to form',
  'advancedelement' => 'Advanced element',
  'day' => 'Day',
  'display' => 'Display',
  'err_alphanumeric' => 'You must enter only letters or numbers here.',
  'err_email' => 'You must enter a valid email address here.',
  'err_lettersonly' => 'You must enter only letters here.',
  'err_maxlength' => 'You must enter not more than {$a->format} characters here.',
  'err_minlength' => 'You must enter at least {$a->format} characters here.',
  'err_nonzero' => 'You must enter a number not starting with a 0 here.',
  'err_nopunctuation' => 'You must enter no punctuation characters here.',
  'err_numeric' => 'You must enter a number here.',
  'err_rangelength' => 'You must enter between {$a->format[0]} and {$a->format[1]} characters here.',
  'err_required' => 'You must supply a value here.',
  'general' => 'General',
  'hideadvanced' => 'Hide advanced',
  'hour' => 'Hour',
  'minute' => 'Minute',
  'miscellaneoussettings' => 'Miscellaneous settings',
  'modstandardels' => 'Common module settings',
  'month' => 'Month',
  'mustbeoverriden' => 'Abstract form_definition() method in class {$a} must be overridden, please fix the code.',
  'nomethodforaddinghelpbutton' => 'There is no method for adding a help button to form element {$a->name} (class {$a->classname})',
  'nonexistentformelements' => 'Trying to add help buttons to non-existent form elements : {$a}',
  'optional' => 'Optional',
  'othersettings' => 'Other settings',
  'requiredelement' => 'Required field',
  'revealpassword' => 'Reveal',
  'security' => 'Security',
  'selectallornone' => 'Select all/none',
  'selected' => 'Selected',
  'showadvanced' => 'Show advanced',
  'somefieldsrequired' => 'There are required fields in this form marked {$a}.',
  'time' => 'Time',
  'timeunit' => 'Time unit',
  'timing' => 'Timing',
  'unmaskpassword' => 'Unmask',
  'year' => 'Year',
);