﻿window.R = {
    str : {
        CONF_DEL_QUOTE_ITEM : 'Are you sure you want to remove the item from your quote?',
        CONF_DEL_LB_ITEM: 'Are you sure you want to remove the item from your lightbox?',
        CONF_DEL_LB: 'Are you sure you want to delete this lightbox?',
        CONF_DEL_SC_ITEM: 'Are you sure you want to remove the item from the shopping cart?',
        SEE_ORIG_WINDOW : 'Please see original window for the search results',
        NOT_VALID_PAGE_NO : 'Not a valid page number',
        REFINE_TO_SEARCH_FURTHER : 'Please enter a refinement query before searching further',
        ENTER_VALID_QUERY : 'Please enter a valid query',
        CANNOT_START_EXCL_REQ : 'You cannot start with an tag exclusion requets',
        PLEASE_FILL_FIELDS : 'Please fill in the following fields:',
        PLEASE_SELECT_ARCHIVE : 'Please select an archive to search'
    },
    img : {
        
    }
};