- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / language / en / lang_en_checkdate.php
blob298f429f4693e279c754a90ca95e1340a28ae501
1 <?php
3 $LDErrorDate="The date is wrong. Please enter a correct date";
4 $LDErrorDateLen="The date has a wrong length.";
5 $LDErrorDateFormat="The date format is wrong.";
6 $LDErrorNotNumeric="Non numerics are not allowed.";
7 $LDErrorYear="The year is wrong";
8 $LDErrorMonth="The month is wrong";
9 $LDErrorDay="The day is wrong";