
var js_enter_id_to_copy_from = 'Enter the ID of the Photo you want to copy data from.';
var js_errors_to_correct = 'The following error(s) need to be corrected:';
var js_date_taken_format = 'The \'Date Taken\' field is not properly formatted as \'YYYY-MM-DD\'.';
var js_date_taken_from_invalid = 'The Date Taken from value is an invalid date.';
var js_date_taken_to_invalid = 'The Date Taken to value is an invalid date.';
var js_date_taken_range_invalid = 'The Date Taken search range is invalid, the \'after\' value has to be less than the \'before\' value.';
var js_ISO_range_invalid = 'The ISO search range is invalid, the \'more than\' value has to be less than the \'less than\' value.';
var js_aperture_range_invalid = 'The Aperture search range is invalid, the \'more than\' value has to be less than the \'less than\' value.';
var js_exposure_range_invalid = 'The Exposure Time search range is invalid, the \'more than\' value has to be less than the \'less than\' value.';
var js_focal_length_range_invalid = 'The Focal Length search range is invalid, the \'more than\' value has to be less than the \'less than\' value.';
var js_last_modified_from_invalid = 'The Last Modified from value is an invalid date.';
var js_last_modified_to_invalid = 'The Last Modified to value is an invalid date.';
var js_last_modified_range_invalid = 'The Last Modified search range is invalid, the \'after\' value has to be less than the \'before\' value.';
var js_processing_n_of_n = 'Processing photo __0 of __1';
var js_finished = 'Finished.';
