VIVO-921: some additional validation work as well as dislaying an indicator when a data property has been ingested in an invalid format.

This commit is contained in:
Tim Worrall 2015-04-06 14:48:05 -04:00
parent ced99d7703
commit a32ee20a40
7 changed files with 199 additions and 43 deletions

View file

@ -899,4 +899,14 @@ faux_property_listing = Faux Property Listing
faux_property_by_base = faux properties by base property
faux_property_alpha = faux properties alphabetically
no_class_restrictions=There are no classes with a restriction on this property.
no_class_restrictions=There are no classes with a restriction on this property.
invalid_format=Invalid format
four_digit_year=Invalid entry. Please enter a 4-digit Year.
year_numeric=Invalid entry. The Year must be numeric.
year_month_day=Invalid entry. Please enter a Year, Month and Day.
minimum_ymd=Invalid entry. Please enter at least a Year, Month and Day.
minimum_hour=Invalid entry. Please specify at least an Hour.
year_month=Invalid entry. Please enter a Year and Month.
decimal_only=Invalid entry. A decimal point is allowed, but thousands-separators are not.
whole_number=Invalid entry. Enter a whole number with no decimal point or thousands-separators.