/* toto je JS zdrojak ktory najprv prechadza cez php a preklada texty do premennych, ktore sa potom pouziju vsade vo vsetkych JS zdrojakoch, kde je treba preklad */ /* je rozdeleny podla JS suborov, v ktorych sa pouziva!!! nie podla stranok, v pripade, ze je pre nejaku cast zdrojaka velka skupina prekladu, moze sa este zdoraznit samostatnym delenim */ /************** ajax.js **************/ var Ajax = new Object(); /* ajax_odkazAvailable */ Ajax.AjaxOdkazAvailable = new Object(); Ajax.AjaxOdkazAvailable.linkAvailableMsg = "Address is available."; Ajax.AjaxOdkazAvailable.linkNotAvailableMsg = "Address is not available."; Ajax.AjaxOdkazAvailable.linkMinimumLengthMsg = "Minimum length of address is 3 characters."; Ajax.AjaxOdkazAvailable.linkUnableResolveMsg = "Could not resolve availability of address."; Ajax.AjaxOdkazAvailable.terms = "Please read/accept terms to create memorial website."; Ajax.JS_Ajax_album_notempty = "Album name can not be empty."; Ajax.JS_Ajax_album_exists = "Album with this name already exists, please choose different name."; Ajax.JS_Ajax_album_incorrect = "Incorrect album name, please change it."; Ajax.JS_Ajax_album_notcreated = "Album has not been created, please try to change it's name."; Ajax.JS_Ajax_album_created = "Album has been successfully created."; Ajax.JS_Ajax_page_empty = "Page name can not be empty or longer then 40 characters!"; Ajax.JS_Ajax_page_editpage = "Would you like to edit new page now?"; Ajax.JS_Ajax_page_delete = "Are you sure you want to delete this Page (It cannot be restored after removed)?"; Ajax.JS_Ajax_style_incorrect = "Custom style's name can not be empty or longer then 40 characters!"; Ajax.JS_Ajax_style_edit = "Would you like to edit new style?"; Ajax.JS_Ajax_style_delete = "Are you sure you want to delete this Style (It cannot be restored after removed)?"; Ajax.JS_Ajax_song_delete = "Are you sure you want to delete this Song from website (It cannot be restored after removed)?"; Ajax.JS_Ajax_falling_delete = "Are you sure you want to delete this falling object from website (It cannot be restored after removed)?"; Ajax.JS_Ajax_back_delete = "Are you sure you want to delete this background image from website (It cannot be restored after removed)?"; Ajax.JS_spominame_titulok = "Please enter Title!"; Ajax.JS_spominame_email = "Please enter a valid email address!"; Ajax.JS_spominame_passmin = "Please enter Password! Min 6 char."; Ajax.JS_spominame_wpass = "Wrong Password!"; Ajax.JS_spominame_lastname = "Please enter Last name!"; Ajax.JS_spominame_firstname = "Please enter First name!"; Ajax.JS_spominame_websitename = "Please enter Name for website!"; Ajax.JS_spominame_incorrect_website = "Incorrect Name for website. Only [a]-[z], [A]-[Z], [0]-[9] characters and [-]. Min 3 char."; Ajax.JS_spominame_name = "Please enter Name!"; Ajax.JS_emails_text1 = "No valid email address given or all fields are empty"; Ajax.JS_spominame_main_photo = "Incorrect file format in MAIN PHOTO, Windows Bitmap type of file (.bmp extension) is not allowed, please choose another image type (.jpg, .gif, .png)"; Ajax.JS_setup_bannIP = "Are you sure you want to use Ban IP address?"; Ajax.JS_setup_requestbook = "Your Request has been send"; Ajax.JS_spominame_dateofdeath = "Please enter date of death!"; /* END ajax_odkazAvailable */