﻿
var MessageErrors = [];
/** Login User **/
MessageErrors["UserNotExists"] = "אי-מייל / סיסמא לא נכונים";
MessageErrors["EnterUserEmail"] = "הכנס כתובת אי-מייל";
MessageErrors["EnterUserPassword"] = "הכנס סיסמא";

/** PasswordRecovered **/
MessageErrors["EnterEmail"] = "הכנס כתובת אי-מייל";
MessageErrors["EnterProperEmail"] = "הכנס כתובת אי-מייל תקינה";
MessageErrors["EmailNotexists"] = "אי-מייל לא קיים במערכת";
MessageErrors["UsernamePasswordSentByEmail"] = "פרטי הכניסה נשלחו בהצלחה";


//var JsConfiguration = [];
/** Site Navigation **/
//JsConfiguration["HomePage"]     = "http://localhost:1109/dneto/";
//JsConfiguration["SiteRoot"]     = "http://localhost:1109/dneto/";
//JsConfiguration["servicesUrl"]  = "http://localhost:1109/dneto/Servicees/WebSiteService.asmx";


var JsConfiguration = [];
/** Site Navigation **/
JsConfiguration["HomePage"]     = "http://www.dneto.co.il/";
//JsConfiguration["HomePage"] = "http://www.dorshim.com/";
JsConfiguration["SiteRoot"]     = "http://www.dneto.co.il/";
//JsConfiguration["SiteRoot"] = "http://www.dorshim.com/";
//JsConfiguration["servicesUrl"]  = "http://www.dneto.co.il/Servicees/WebSiteService.asmx";



