package edu.ualberta.med.biobank.widgets.infotables.entry; import org.eclipse.osgi.util.NLS; public class Messages extends NLS { private static final String BUNDLE_NAME = "edu.ualberta.med.biobank.widgets.infotables.entry.messages"; //$NON-NLS-1$ public static String ShippingMethodEntryInfoTable_already_added_error_msg; public static String ShippingMethodEntryInfoTable_check_error_title; public static String ShippingMethodEntryInfoTable_delete_confirm_msg; public static String ShippingMethodEntryInfoTable_delete_confirm_title; public static String ShippingMethodEntryInfoTable_delete_error_msg; public static String ShippingMethodEntryInfoTable_delete_error_title; public static String ShippingMethodEntryInfoTable_refresh_error_title; public static String ShippingMethodEntryInfoTable_save_error_title; public static String ShippingMethodEntryInfoTable_unavailable_error_title; public static String SourceSpecimenEntryInfoTable_delete_title; public static String SourceSpecimenEntryInfoTable_delete_question; public static String ActivityStatusEntryInfoTable_11; public static String ActivityStatusEntryInfoTable_already_added_error_msg; public static String ActivityStatusEntryInfoTable_check_error_title; public static String ActivityStatusEntryInfoTable_delete_confirm_msg; public static String ActivityStatusEntryInfoTable_delete_confirm_title; public static String ActivityStatusEntryInfoTable_delete_error_msg; public static String ActivityStatusEntryInfoTable_delete_error_title; public static String ActivityStatusEntryInfoTable_refresh_error_title; public static String ActivityStatusEntryInfoTable_save_error_title; public static String AliquotedSpecimenEntryInfoTable_0; public static String AliquotedSpecimenEntryInfoTable_1; public static String AliquotedSpecimenEntryInfoTable_delete_title; public static String AliquotedSpecimenEntryInfoTable_delete_question; public static String CEventSpecimenEntryInfoTable_error; public static String CEventSpecimenEntryInfoTable_message; public static String ClinicAddInfoTable_delete_confirm_msg; public static String ClinicAddInfoTable_delete_confirm_title; public static String ClinicAddInfoTable_retrieve_error_title; public static String ContactEntryInfoTable_cancel_error_title; public static String ContactEntryInfoTable_delete_confirm_msg; public static String ContactEntryInfoTable_delete_confirm_title; public static String ContactEntryInfoTable_delete_error_msg; public static String ContactEntryInfoTable_delete_error_title; public static String SpecimenEntryInfoTable_delete_title; public static String SpecimenEntryInfoTable_delete_question; public static String StudyAddInfoTable_delete_error_title; public static String StudyAddInfoTable_remove_confirm_msg; public static String StudyAddInfoTable_remove_confirm_title; public static String StudyAddInfoTable_retrieve_error_title; static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); } private Messages() { } }