// akreditacije
// napake
ERROR_FIELD_IS_EMPTY = "Required field must not be left empty.";
ERROR_INVALID_EMAIL = "Invalid Email Address.";
ERROR_INVALID_DATE_FORMAT = "Invalid Date format.";
ERROR_INVALID_DATE = "Invalid Date...";
ERROR_INVALID_MONTH = "This month has 30 days.";

// checkbox
ERROR_SELECT_ONE_CHECKBOX = "Please check one of the checkbox.";
ERROR_SELECT_EMPTY_CHECKBOX = "Please select the checkbox.";

// options
ERROR_OPTIONS = "Please select one of the options.";
ERROR_NO_OPTIONS  = "Please select the Option.";

// custom expression
ERROR_CUSTOM_EX = "Vneseno besedilo je napačno:\n\n- ";