/* komunikaty tekstowe
** wersja en
*/

var lang = {
		code: 'en',
		incorrectName: 'Enter your name and surname',
		incorrectEmail: 'Enter your valid e-mail',
		incorrectGroups: 'Choose minimum one group',
		incorrectText: 'Enter text message',
		incorrectTopic: 'Enter subject',
		messageSentError: 'Undelivered mail. Try again.',
		messageSentOk: 'Message send. Thank you.',
		cartCount: 'Number of items in your cart',
		cartEmpty: 'Your cart is empty',
		incorrectSingleName: 'Enter your name',
		incorrectSurname: 'Enter your surname',
		incorrectStreet: 'Enter street',
		incorrectNum: 'Enter house number',
		incorrectCity: 'Enter city',
		incorrectCountry: 'Enter country',
		incorrectPhone: 'Enter phone number',
		incorrectPostal: 'Enter postal code',
		acceptRequired: 'Your approval is required',
		incorrectPaymentType: 'Choose form of payment',
		incorrectShippingArea: 'Choose delivery area',
		incorrectShippingType: 'Choose delivery option',
		errorsOccured: 'Errors occurred',
		makeOrder: 'Make order',
		noOptions: 'No options',
		choose: 'choose...',
		lightboxOf: 'of',
		lightboxImage: 'Image'
};
