(function($){$.fn.validationEngineLanguage=function(){};$.validationEngineLanguage={newLang:function(){$.validationEngineLanguage.allRules={"required":{"regex":"none","alertText":"* Necessary field","alertTextCheckboxMultiple":"* You should select an option","alertTextCheckboxe":"* You should select"},"equals":{"regex":"none","alertText":"* These passwords don't match"},"minSize":{"regex":"none","alertText":"* Minimum ","alertText2":"* characters ",},"maxSize":{"regex":"none","alertText":"* Maximum ","alertText2":" characters ",},"maxCheckbox":{"regex":"none","alertText":"* You have selected too many options "},"minCheckbox":{"regex":"none","alertText":"* Please select ","alertText2":"* options "},"confirm":{"regex":"none","alertText":"* Don't pass "},"date":{"regex":"/^[0-9]{4}\-\[0-9]{1,2}\-\[0-9]{1,2}$/","alertText":"* Invalid date format. Enter your date in YYYY-MM-DD format. "},"onlyNumber":{"regex":"^[0-9]+$","alertText":"* Numbers only "},"datePicker":{"regex":"^[0-9]{4}-[0-9]{1,2}-[0-9]{1,2}$","alertText":"* Invalid date format. Enter your date in YYYY-MM-DD format. "},"floatReg":{"regex":/^\-?[0-9]+\.?[0-9]*$/,"alertText":"* Wrong format "},"noSpecialCaracters":{"regex":"/^[0-9a-zA-Z]+$/","alertText":"* You have entered special characters "},"ajaxUser":{"url":"validateUser.php","extraData":"name=eric","alertTextOk":"* This username is available ","alertTextLoad":"* Loading… Please, wait! ","alertText":"* This username has been already taken "},"ajaxName":{"url":"https://si.igotoworld.com/frontend/handlers/ajaxValidateRegistrationFields.php","extraData":"validateLogin","alertText":"* This nickname has been already taken ","alertTextOk":"* This nickname is available ","alertTextLoad":"* Loading… Please, wait! "},"ajaxEmail":{"url":"https://si.igotoworld.com/frontend/handlers/ajaxValidateRegistrationFields.php","extraData":"validateEmail","alertText":"* This email address belongs to an existing profile ","alertTextOk":"* You can use this email address ","alertTextLoad":"* Loading… Please, wait! "},"ajaxSocialemail":{"url":"https://si.igotoworld.com/frontend/handlers/ajaxValidateRegistrationFields.php","extraData":"validateSocialEmail","alertText":"This email address belongs to an existing profile ","alertTextOk":"You can use this email address ","alertTextLoad":"Loading… Please, wait! "},"onlyLetter":{"regex":"/^[a-zA-Z\ ']+$/","alertText":"* Alphanumerics only "},"validate2fields":{"nname":"validate2fields","alertText":"* Enter your first and last name "},"phoneNumberFormat":{"regex":/^(\+?\d+)?\s*(\(\d+\))?[\s-]*([\d-]*)$/,"alertText":"* Invalid phone number format "},"newPhoneNumberFormat":{"regex":/^(\+?\d+)?\s*(\(\d+\))?[\s-]*([\d-]*)$/,"alertText":"* Invalid phone number format "},"emailFormat":{"regex":/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,6})$/,"alertText":"* Invalid email address format "},"urlFormat":{"regex":/[a-z0-9-\.]+\.[a-z]{2,4}\/?([^\s<>\#%"\,\{\}\|\\^\[\]`]+)?$/,"alertText":"* Invalid URL format "},"dateNotEmptyIfUseTime":{"alertText":"* State the date "},}}}})(jQuery);$(document).ready(function(){$.validationEngineLanguage.newLang()})