var LANG = new Array();
var required = new Array();

/* KONTAKT */
LANG['KONTAKT_WPISZ_ADRES_EMAIL'] = 'Enter e-mail address';
LANG['KONTAKT_NIEPOPRAWNY_EMAIL'] = 'Incorrect e-mail address';
LANG['KONTAKT_WPISZ_TRESC'] = 'Enter your question';
LANG['KONTAKT_WPISZ_PODPIS'] = 'Enter your name';
LANG['KONTAKT_FORM_EMAIL'] = 'Your E-mail *';
LANG['KONTAKT_FORM_TRESC'] = 'Your question *';
LANG['KONTAKT_FORM_PODPIS'] = 'Your name *';

/* NEWSLETTER */
/* UWAGA! To tłumaczenie powinno być identyczne w treści jak odpowiadajace mu tłumaczenie w pliku en.php */
LANG['NL_WPISZ_ADRES_EMAIL'] = 'Newsletter: (enter e-mail)';

LANG['NL_NIEPOPRAWNY_EMAIL'] = 'Incorrect e-mail address';

/* ZGŁOSZENIE */
required['zgloszenie'] = Array();
required['zgloszenie']['zgloszenie_tytul'] = 'text';
required['zgloszenie']['zgloszenie_kraj'] = 'text';
required['zgloszenie']['zgloszenie_dlugosc'] = 'text';
required['zgloszenie']['zgloszenie_zwrot_nazwa'] = 'text';
required['zgloszenie']['zgloszenie_zwrot_adres'] = 'text';
required['zgloszenie']['zgloszenie_zwrot_osoba'] = 'text';
required['zgloszenie']['zgloszenie_zwrot_telefon'] = 'text';
required['zgloszenie']['zgloszenie_zwrot_email'] = 'email';
required['zgloszenie']['zgloszenie_korespondencja_telefon'] = 'text';
required['zgloszenie']['zgloszenie_korespondencja_email'] = 'email';
required['zgloszenie']['zgloszenie_tytul_en'] = 'text';
required['zgloszenie']['zgloszenie_rok'] = 'text';
required['zgloszenie']['zgloszenie_jezyk'] = 'text';
required['zgloszenie']['zgloszenie_rezyser'] = 'text';
required['zgloszenie']['zgloszenie_tworca_animacji'] = 'text';
required['zgloszenie']['zgloszenie_autor_scenariusza'] = 'text';
required['zgloszenie']['zgloszenie_autor_muzyki'] = 'text';
required['zgloszenie']['zgloszenie_oplata_projekcyjna'] = 'text';
required['zgloszenie']['zgloszenie_producent'] = 'text';
required['zgloszenie']['zgloszenie_dystrybucja_nazwa'] = 'text';
required['zgloszenie']['zgloszenie_dystrybucja_adres'] = 'text';
required['zgloszenie']['zgloszenie_dystrybucja_osoba'] = 'text';
required['zgloszenie']['zgloszenie_dystrybucja_telefon'] = 'text';
required['zgloszenie']['zgloszenie_dystrybucja_email'] = 'email';
required['zgloszenie']['zgloszenie_zglaszajacy'] = 'text';
required['zgloszenie']['zgloszenie_oswiadczenie'] = 'checkbox';

LANG['ZGLOSZENIE_MAIL_ZOSTAW_PUSTE'] = ' lub pozostaw to pole puste.';
LANG['ZGLOSZENIE_MAIL_INCORRECT'] = ' (nieprawidłowy format adresu email).';
LANG['ZGLOSZENIE_INFO_UZUPELNIJ_B'] = '- red marked fields ';
LANG['ZGLOSZENIE_INFO_UZUPELNIJ_E'] = ' needs be filled or corrected !';
