You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en_US.inc 1.4KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $labels = array();
  3. $labels['vacation'] = 'Vacation';
  4. $labels['vacationenable'] = 'Enable';
  5. $labels['vacationsubject'] = 'Subject';
  6. $labels['vacationmessage'] = 'Message';
  7. $labels['vacationforwarder'] = 'Forward address';
  8. $labels['vacationstart'] = 'Start';
  9. $labels['vacationend'] = 'End';
  10. $labels['period'] = 'Period';
  11. $labels['frequency'] = 'Frequency';
  12. $labels['addressed_to'] = 'Addressed to';
  13. $labels['append_subject'] = 'Append subject';
  14. $labels['send_from'] = 'Send from';
  15. $labels['vacationfrom'] = 'From';
  16. $labels['vacationto'] = 'To';
  17. $labels['answer_no_more_than_every'] = 'Answer no more than every';
  18. $labels['vacationdays'] = 'days';
  19. $labels['wholeday'] = 'Whole day';
  20. $messages = array();
  21. $messages['vacationinvalidstartdate'] = 'Please select a valid start date.';
  22. $messages['vacationinvalidenddate'] = 'Please select a valid end date.';
  23. $messages['vacationinvaliddateinterval'] = 'The date interval is not valid.';
  24. $messages['vacationnosubject'] = 'Please fill the subject of your vacation.';
  25. $messages['vacationnomessage'] = 'Please fill the message of your vacation.';
  26. $messages['vacationinvalidforwarder'] = 'The forward address is not valid.';
  27. $messages['vacationinvalidforwarders'] = 'The forward addresses list is not valid.';
  28. $messages['vacationdriverdefaulterror'] = 'Unknown execution error';
  29. $messages['vacationdriverconnecterror'] = 'Error during connection';
  30. $messages['vacationdriverprocesserror'] = 'Error during processing';
  31. ?>