i18nDict = { 
	'This is a required field.' : "To pole jest wymagane.",
	'Please enter a valid number in this field.' : "Proszę podać poprawny numer.",
	'Please use letters only (a-z) in this field.' : 'Tylko litery (a-z).',
	'Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.' : 'Tylko litery (a-z) lub cyfry (0-9)',
	'Please enter a valid email address. For example fred@domain.com .' : 'Proszę podać poprawny adres email',
	'Please enter a valid URL.' : 'Proszę podać poprawny adres URL.',
	'Please select one of the above options.' : 'Proszę zaakceptowac któreś z pól',
	'Username required. 5-20 characters.' : 'Nazwa użytkownika jest wymagana. 5-20 znaków.',
	'Password between 5-20 characters.' : 'Hasło jest wymagene. 5-20 znaków.',
	'Repeat password' : 'Hasła nie zgadzają się',
	'Insert correct date' : 'Proszę podać porawną datę',
	'no_spaces' : 'Ciag znaków nie może zawierać spacji',
	'You should have at least 14 years' : 'Powinieneś mieć co najmniej 14 lat',
	'User already exists' : 'Taki login jest juz zarezerwowany',
	'At least one criteria is required' : 'Podaj przynajmniej jedno kryterium wyszukiwania',
	'Complete' : 'Zakończono',
	'Uploading...' : 'Wgrywanie...',
	'Please enter a valid money ammount.' : 'Proszę podać poprawną kwotę.',
	'Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.' : 'Proszę podać poprawną liczbę',
	'Please use this date format: yyyy-mm-dd. For example 17/03/2006 for the 17th of March, 2006.': 'Proszę podać datę w formacie yyyy-mm-dd. Na przykład 2008-03-22.',
	'The file height is too large' : 'Wysokość pliku jest zbyt duża',
	'The file width is too large' : 'Szerokość pliku jest zbyt duża',
	'The file height is too small' : 'Wysokość pliku jest zbyt mała',
	'The file width is too small' : 'Szerokość pliku jest zbyt mała',
	'The file is not a square' : 'Plik nie jest kwadratowy',
	'The file width is wrong' : 'Szerokość pliku jest nieprawidłowa',
	'The file height is wrong' : 'Wysokość pliku jest nieprawidłowa',
	'Dimensions are wrong' : 'Wymiary pliku nie są prawidłowe'
	
	
	
	
};