// cmvc_en_version_level=1.3,0,03/05/27,13:11:28
// @copyright properties
// NLS_CHARSET=UTF-8

//==================================================================
// Licensed Materials - Property of IBM
// (c) Copyright IBM Corp. 2003.  All rights reserved.
//
// US Government Users Restricted Rights - Use, duplication or
// disclosure restricted by GSA ADP Schedule Contract with IBM
// Corp.
//
// DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
// sample code created by IBM Corporation.  This sample code is
// not part of any standard or IBM product and is provided to you
// solely for the purpose of assisting you in the development of
// your applications.  The code is provided "AS IS", without
// warranty of any kind.  IBM shall not be liable for any damages
// arising out of your use of the sample code, even if they have
// been advised of the possibility of such damages.
//==================================================================
//------------------------------------------------
// Javascript Alert and Confirm Messages			|
//------------------------------------------------
// Note: messages with arguments does not support multiple entries with same number.
// This means that if in one message, there are two {0}, only the first one will get replaced.
// Therefore please make sure to assign no duplicate number within one message.

var odc_session_expire_warning = "Your session may expire in {0} minutes, click the button to continue.";
var odc_session_expired_warning = "Your session may have expired, login again to continue your work.";
var odc_session_ok_button = "OK";
var odc_session_dialog_title= "Session Warning";

//######################################################################################
//# End Comments
//#######################################################################################

