var aSpelling = {
	showPicFullSized : 'Show in high resolution',
    showPicCloseButton : 'close',
    
    ajaxRequestError : 'It is impossible to make an anisochronous request to a server',
    ajaxWrongURI : 'Incorrect page address is entered (404) for receiving of data with an anisochronous request',
    ajaxProcessing : 'Your inquiry is being processed',
    
    pollsCheckVariant : 'Choose an answer',
    
    faqCheckName : 'Enter your name',
    faqCheckEmail : 'E-mail incorrect',
    faqCheckAnswer : 'Ask your question',
    
    addToCartCheck : 'You can add only positive number of products to a cart',
    addToCartError : 'An error has occurred on the page',
    addToCartAdded : ' The product is added to a cart ',
    addToCartNotAdded : 'An error has occurred, the product was not added to a cart',
    
    orderEmptyCart : 'Your cart is empty',
    orderCheckName : 'Enter your name',
    orderCheckEmail : 'E-mail incorrect',
    orderCheckPhone : 'Enter your phone number',
    orderCheckCity : 'Enter a city of delivery',
    orderCheckAddress : 'Enter your address',
    
    searchCheck : 'Enter the phrase for search'
}
