﻿var CustomMessages =
[
     {Code: "WC_QNF"    ,Message: "Queue '${QUEUE_NAME}' not found within the application configuration file."}
    ,{Code: "WC_QND"    ,Message: "Queue '${QUEUE_NAME}' not found in the database."}
    ,{Code: "WC_INVALIDEMAIL"   ,Message: "The email you entered was invalid, please try again." }
    ,{Code: "WC_ERR01"  ,Message: "No office location found within the application configuration file."}
    ,{Code: "WC_ERR02"  ,Message: "The office is currently closed."}
    ,{Code: "WC_NOCON"  ,Message: "Communication with the webservice could not be established."}
    ,{Code: "WC_REFRESH"        ,Message: "Please do not refresh your browser during this chat session. This will cause your session to end." }
    ,{Code: "WC_WAIT"   ,Message: "Please wait..."}
    ,{Code: "WC_CONOK"          ,Message: "You are now connected to ${NAME}"}
    ,{Code: "WC_CSC"    ,Message: "Your chat session has been cancelled"}
    ,{Code: "WC_END"    ,Message: "The chat session has ended"}
    ,{Code: "WC_RPW"    ,Message: "Messages are not able to be sent until you are connected to a representative."}
    ,{Code: "WC_TLIM"   ,Message: "Maximum text limit: 1024 characters per message"}
    /* Obsoltete */,{Code: "WC_CPOK"   ,Message: "The text is copied to your clipboard"}
    /* Obsoltete */,{Code: "WC_CPERR"  ,Message: "ALERT: The text could not be copied to your clipboard. Text value is empty."}
    ,{Code: "WC_SESEND" ,Message: "This will end your chat session!!"}
    /* Exotic */,{Code: "WC_NOAJAX" ,Message: "AJAX isn't available on your Browser."}
    
    /* Exotic */,{Code: "ZCP_WC02"  ,Message: "Chat session could not be dropped."}
    /* Exotic */,{Code: "ZCP_WC03"  ,Message: "Chat request could not be accepted."}
    ,{Code: "ZCP_WC05"  ,Message: "We're sorry, but the connection to the session has been lost. Please close this window and try again in a few moments. If the problem persists, please check our website for alternative contact details. (Error=CTI server connection lost)"}
    ,{Code: "ZCP_WC07"  ,Message: "Sorry, there was a problem connecting you, Please close this window and try again later. If the problem persists, please contact one of our offices directly."}
    
    ,{Code: "WC_JOINED"  ,Message: "${NAME} has joined the chat"}
    ,{Code: "WC_LEFT"  ,Message: "${NAME} has left the chat"}
    ,{Code: "WC_OFFL"  ,Message: "${NAME} is offline"}
    ,{Code: "WC_ONL"  ,Message: "${NAME} is back online"}
    ,{Code: "WC_TFR"  ,Message: "Chat was transferred to ${NAME}"}
    ,{Code: "WC_AGENT", Message: " (agent)"}
    ,{Code: "WC_GENERR", Message: "Sorry we are experiencing technical difficulties. Please try again."}
    ,{Code: "WC_URL", Message: "URL Pushed"}
    ,{Code: "WC_LOGIN", Message: "Please enter your details."}
    ,{Code: "WC_URLCONFIRM", Message: "${URL} has been automatically pushed. To open this URL, press Ok."}
]
;
