// JavaScript Document
var teksty = new Object();

teksty['do_ulubionych_ctrld'] = 'Please insert CTRL+D';



teksty['field_no_empty'] = 'This field can\'t be empty';
teksty['incorrect_email'] = 'Incorrect format of email address';


teksty['brak_pokoi'] = 'There is no free %s rooms in hotel: %s. Please change your first choice. ';
teksty['wybierz_hotel'] = 'PLEASE BOOK THE HOTEL! You have to pass at least your first choice of hotel!';
teksty['wybierz_pokoj'] = 'You must choose room type between sgl or dbl!';
teksty['liczba_nocy']   = 'Number of reserved nights is less or equal zero.';



teksty['wybory'] = [ "", "first choice", "second choice", "third choice" ];


/************************************************************************************************/
teksty['streszczenie_dodaj_autora'] = 'Please first add author of affiliation.';
teksty['wpisz_nazwe_afiliacji'] = 'Please type name of affiliation.';
teksty['podaj_autorow_afiliacji'] = 'Please select auhtor\'s of affiliation.';

teksty['podaj_imie_autora'] = 'Please fill field with first name of author';
teksty['podaj_nazwisko_autora'] = 'Please fill field with family name of author';

teksty['wiecej'] = "more";
