/*
 * Copyright 2005 by LongTop Corporation.
 * Softpack ChuangXin Building 15F, XiaMen, FuJian, PRC 361005
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of
 * LongTop Corporation ("Confidential Information").  You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with LongTop.
 *
 */

/**
 * @fileoverview  The resource file for the client in the product level ,providing  call of the client engine file (intelliweb-client.js),
 * using for setting the information of controls,such as text ,title ,ToolTip,exception and error information .
 * The function is simlar as the resource file (src/intelliwebMessage_zh_CN.properties)in the server . <br><br>
 * Define the format as : var key=value;<br>
 *The second development programmers can modify the 'value',but don't modify or delete the 'key' in the original file.<br><br>
 *(1)the naming rule of Key(lowercase for all,consistent with the resource file in server):<br>
 *messagetype_controltype_nnnn：the information type_the controls type_4 digitals increasing sequence number<br>
 *the information types : e for Error ,i for Information ,w for Warning ,d for Debug<br>
 * eg. var i_datepicker_0001 = "One";<br>
 *(2)'value'can have one or more parameters , the format likes {0},{1},{2}...{n},system can use 'Message.getMessage(key,[value1,value2,value3...,valuen])' replaces the 
 parameter vaules (the details in the illustration of Message Utility Class )
 * @author {@link http://www.longtop.com Longtop}
 * @version 2.0
 */

// The following is the resource information definition for RecordNavigator 
var i_recordnavigator_0001 = "Insert";
var i_recordnavigator_0002 = "Insert new record";
var i_recordnavigator_0003 = "Append";
var i_recordnavigator_0004 = "Append new record";
var i_recordnavigator_0005 = "Modify";
var i_recordnavigator_0006 = "Modify current record";
var i_recordnavigator_0007 = "Delete";
var i_recordnavigator_0008 = "Delete current record";
var i_recordnavigator_0009 = "Cancel";
var i_recordnavigator_0010 = "Cancel the operation";
var i_recordnavigator_0011 = "Update";
var i_recordnavigator_0012 = "Update the data to client dataset";
var i_recordnavigator_0013 = "Move first record";
var i_recordnavigator_0014 = "Move prev record";
var i_recordnavigator_0015 = "Move next record";
var i_recordnavigator_0016 = "Move last record";
var i_recordnavigator_0017 = "Move prev page";
var i_recordnavigator_0018 = "Move next page";
var i_recordnavigator_0019 = "Please select the record!";
var i_recordnavigator_0020 = "Do you confirm  delete the {0} record[s]?";

//The following is the resource information definition for PageNavigator 
var i_pagenavigator_0001 = "Go to first page";
var i_pagenavigator_0002 = "Go to last page";
var i_pagenavigator_0003 = "Go to next page";
var i_pagenavigator_0004 = "Go to end page";
var i_pagenavigator_0005 = "Please input the page number from 1 to {0} and Enter ,go to the specific page";
var i_pagenavigator_0006 = "Page number:";
var i_pagenavigator_0007 = "Record number:";
var i_pagenavigator_0008 = "No. {0} page";

//The following is the resource information definition for Text
var e_text_0001 = "[{0}] is not a valid numeric!";
var e_text_0002 = "[{0}] is not a valid integer!";
var e_text_0003 = "[{0}] is not a valid date!";
var e_text_0004 = "The number of characters you enter is longer than the biggest longth the editor allows!\n\n" +
                  "The biggest longth the editor allows is [{0}]" + "(an english character or number" +
                  " is treated as a single byte character,\n a chinese character or full angle " +
                  " character is treated as two single byte characters)," +
                  " You have enterred [{1}] characters.\n\n Please enter again!" ;
var e_text_0005 = "The  value [{0}] is not in dropdown list!";
var e_text_0006 = "[{0}] can not empty!";

// The following is the resource information definition for Dataset(hidden control,save client data)
var e_dataset_0001 = "The dataset that has been initialized can not be inserted new field!";
var e_dataset_0002 = "Fail to Download data!";
//var e_dataset_0003 = "Field name [{0}] can not empty!";
var e_dataset_0004 = "The detail dataset that has built master_detail bonding can not perform batch download!";
var e_dataset_0005 = "Can not modify this field value because dataset does not exist this record!";
var i_dataset_0006 = "Unsort";
var e_dataset_0007 = "Can not add detail of record because master dataset does not exist this record!";
var i_dataset_0008 = "Error Desc";
var e_dataset_0009 = "Field [{0}] cannot empty!";
var e_dataset_0010 = "The dataset that has been sorted can not perform batch download!";
var e_dataset_0011 = "Can not find the field!";
var e_dataset_0012 = "Master table field does not exist!";
var e_dataset_0013 = "Detail table field does not exist!";
var i_dataset_0014 = ["Are you sure to delete the record?","Are you sure to delete [{0}] record(s)?","Select record,please!","Confirm"];
var i_dataset_0015 = ["Are you sure to cancel the record?","Confirm"];

var e_dataset_0017 = "The value [{1}] of [{0}] is not a valid integer!";
var e_dataset_0018 = "The value [{1}] of [{0}] is not a valid numeric!";
var e_dataset_0019 = "The value [{1}] of [{0}] is not a valid date!";
var e_dataset_0020 = "The length of  [{0}] is longer than the biggest longth the field allows！\n\n" +
                     "The biggest longth [{0}] allows is [{1}]" + "(an english character or number" +
                     " is treated as a single byte character,\n a chinese character or full angle " +
                     " character is treated as two single byte characters)," +
                     " [{0}] has [{1}] characters.\n\n Please enter again!" ;

// The following is the resource information definition for TabSet
var i_tabset_0001 = "Open {0} tabs";
var i_tabset_0002 = "Scroll ahead";
var i_tabset_0003 = "Scroll backwards";
var i_tabset_0004 = "List all open tabs";
var i_tabset_0005 = "Please select the label of the tab that you search";
// The title for the menus in the right of Tab，如果不要显示某一项菜单，就把该项菜单的标题置空，如不要“关闭其它项”菜单，
//Do this：var i_tabset_0006 = ["Close","","Close All","Refresh"];
var i_tabset_0006 = ["Close","Close Others","Close All","Refresh"];

//The following is the resource information definition for Grid ,DBGrid 
var i_grid_0001 = 'No.';
//The prompt message when mouse moving on the cell ,including current value ,latest value and initial value
var i_grid_0002 = ["Current Value: ","Latest Value: ","Initial Value: "];
//Thhe icon explain for identifying the status of relative records 
var i_grid_0003 = ["New Record","Modified Record","Deleted Record"];
// Show or Hide the data filter
var i_grid_0004 = ["Show filter","Hide filter"];
//筛选记录，如果不要显示某一项菜单，就把该项菜单的标题置空，如不要“筛选出所有记录(不包括删除记录)”，"还原当前删除的记录","还原当页删除的记录"三项菜单，
//如设置为 var i_grid_0005 =  ["清除过滤条件","","筛选出正常记录","筛选出修改记录","筛选出新增记录","筛选出删除记录","",""]
var i_grid_0005 = ["Clear Filter","Filter All Records(Exclude Deleted Records)","Filter Normal Records","Filter Modified Records","Filter New Records","Filter Deleted Records","Revert Deleted Record Of Current","Revert Deleted Records Of Current Page"];
var i_grid_0006 = "Type the filter condition,then press 'Enter' to filter";
var i_grid_0007 = ["All","Checked","Unchecked"];
// When DataDropDown and ListDropDown in the filter ,the default text for adding null item.
var i_grid_0008 = "All";
//整页全选，整页全不选，反选整页，如果不要显示某一项菜单，就把该项菜单的标题置空，如不要"整页全不选"菜单项，
//设置var i_grid_0009 = ["整页全选","","整页反选"];
var i_grid_0009 = ["Select All","Unselect All","Swap Select"];
var i_grid_0010 = "select all ,select none, swap select in the table";
var i_grid_0011 = "Detail Information";

// The following is the resource information definition for PageNavigator Tree,DBTree
var w_tree_0001 = "Please select the node!";
var w_tree_0002 = "Please select the record object of tree node that you search!";
var w_tree_0003 = "Please select the node object of tree node that you search!";
var w_tree_0004 = "Please select the node name of tree node that you search!";
var w_tree_0005 = "Please select the label of tree node that you search!";
var w_tree_0006 = "The tree object you search is not the one of single dataset trees!";
var w_tree_0007 = "refreshDataTree() is available when single dataset tree is seted nonlazyloading!";
//Generate prefix of tree notde name automatically
var i_tree_0008 = "noname";
//Generate prefix of tree notde title automatically
var i_tree_0009 = "New Node";
//The following is the resource information definition for Tree right PopMenu
var i_tree_0010 = "Expand";
var i_tree_0011 = "Expand current node";
var i_tree_0012 = "Collapse";
var i_tree_0013 = "Collapse current node";
var i_tree_0014 = "Insert child node";
var i_tree_0015 = "insert child node from current node";
var i_tree_0016 = "Insert node in front of current node";
var i_tree_0017 = "Insert node in front of current node";
var i_tree_0018 = "Insert node in back of current node";
var i_tree_0019 = "Insert node in back of current node";
var i_tree_0020 = "Delete current node";
var i_tree_0021 = "Delete current node & all child nodes";
var i_tree_0022 = "Delete current node's child node";
var i_tree_0023 = "Delete current node's child node";
var i_tree_0024 = "The method can not apply to lazy-loading tree";
var i_tree_0025 = "Rename";

//The following is the resource information definition for SlidingWindow
var i_slidingwindow_0001 = "Lock window";
var i_slidingwindow_0002 = "Unlock window";
var i_slidingwindow_0003 = "Sliding window";

// following is the resource information definition for SubWindow
//Show title of the window creating the SubWindow list 
var i_subwindow_0001 = "Window List";
// Show width of the window creating the SubWindow list
var i_subwindow_0002 = "450px";
//Show height of the window creating the SubWindow list
var i_subwindow_0003 = "300px";
//Show skin of the window creating the SubWindow list:default,blue_round,blue_square,gray_round,gray_square,green_round,green_square,red_round,red_square
var i_subwindow_0004 = "blue_round";
//Show list title of the window creating the SubWindow list:checkbox select column
var i_subwindow_0005 = "Visible";
//Show list title of the window creating the SubWindow list:Window Title
var i_subwindow_0006 = "Window Title";
//Show list title of the window creating the SubWindow list:Window Status
var i_subwindow_0007 = "Window Status";
var i_subwindow_0008 = "Draggable";
var i_subwindow_0009 = "Resizable";
var i_subwindow_0010 = "Height(px)";
var i_subwindow_0011 = "Width(px)";
var i_subwindow_0012 = "Left(px)";
var i_subwindow_0013 = "Top(px)";
var i_subwindow_0014 = ["Normal","Minimize","Maximize","Close"];
var i_subwindow_0015 = ["Yes","No"];
var i_subwindow_0016 = ["OK","Cancel"];
//The graphical tips for top left corner of SubWindow
var i_subwindow_0017 = ["Options...","Minimize","Maximize","Revert","Close.\nWhen the window is closed,if you want to open current window again,press CTRL+ALT+F8,please."];
//The dropdown menu item in the top left corner of SubWindow--Regist window information[menu name ,menu tips]
var i_subwindow_0021 = ["Regist window information","Regist the location,size to cookie"];
//The dropdown menu item in the top left corner of SubWindow--Unregist window information[menu name ,menu tips]
var i_subwindow_0022 = ["Unregist window information","Unregist the location,size"];
//The dropdown menu item in the top left corner of SubWindow--Refresh[menu name ,menu tips]
var i_subwindow_0023 = ["Refresh","refresh content of current window,valid only when path property has been specified"];

//The following is the resource information for Command contorl
var e_command_0001 = "Failed to parse json string to json object!";
var e_command_0002 = "Task execute failure!";
var e_command_0003 = "[{0}] can not empty!";

//The following is the common message information definition
var i_comm_0001 = "Loading,please wait...";
var i_comm_0002 = "Because the IE you use is not Microsoft Internet Explorer 5.5 or higher version," +
                  "Maybe you can not get the correct result!\n Plesase upgrade your IE."
var i_comm_0003 = "unknown!";
var i_comm_0004 = "Error Type";
var i_comm_0005 = "Not exist[{0}]!";
var i_comm_0006 = "Error Method:";
var i_comm_0007 = "The set steps :\nGo in to the explorer tool Internet Options, select \"security\"page in th prompt window \"Internet Options\",click the \"Custom level\" button.\n" +
                  "Then in the prompt window\"security setting\", set \"Script ActiveX controls marked safe for scripting\" as \"allowing\"(default setting) ,then confirm it";
var i_comm_0008 = "Client can't create HTTP object! \n Please update your explorer or your explorer forbids running the ActiveX controls.\n\n" + i_comm_0007;
var i_comm_0009 = "Client can't create XML DOM object! \n Please update your explorer or your explorer forbids running the ActiveX controls.\n\n" + i_comm_0007;

// The following is the mesage definition for the chart controls
var i_chart_0001 = "Not data for display!";

//The following is the message definition for DataDropDown
var i_datadropdown_0001 = "DataDropDown [{0}] do not bind dataset!";

//The following is the message definition for DatePicker
var i_datepicker_0001 = "Mon";
var i_datepicker_0002 = "Tue";
var i_datepicker_0003 = "Wed";
var i_datepicker_0004 = "Thu";
var i_datepicker_0005 = "Fri";
var i_datepicker_0006 = "Sat";
var i_datepicker_0007 = "Sun";
var i_datepicker_0008 = "Today";
var i_datepicker_0009 = "Clear";
var i_datepicker_0010 = "Prev Month";
var i_datepicker_0011 = "Next Month";
var i_datepicker_0012 = "Prev Year";
var i_datepicker_0013 = "Next Year";
var i_datepicker_0014 = "OK";
var i_datepicker_0015 = "Cancel";
var i_datepicker_0016 = "double click can fill the current date or time automatically";

//The following is message definition for the LookupDropDown 
//The title of Confirm and Cancel for the prompt window
var i_lookupdropdown_0001 = ["OK","Cancel"];

// The following is the prompt message definition for the default validator
//RequiredValidator
var e_validator_0001 = "The content of [{0}] can't be null";
//LengthValidator
var e_validator_0002 = "The length of [{0}] is invalid";
//RangeValidator
var e_validator_0003 = "The numerical value of [{0}] is overflow !";
//ListValidator
var e_validator_0004 = "The content of [{0}] isn't in the allowable list  ";
//PatternValidator
var e_validator_0005 = "The format of [{0}] is invalid  ";
//CustomValidator
var e_validator_0006 = "The input of [{0}] fails to meet the requirment";

//The following is the resource information definition for the progress bar 
var i_progressbar_0001 = "Processing,wait please...";

//The following is the resource information definition for the message dialog control
//Title for the default message dialog. when using the MsgBox.showXXX(content,title) and no title value input ,using this default value
var i_msgbox_0001 = ["Information","Warning","Error","Question"];
//Title for message dialog button 
var i_msgbox_0002 = ["OK","Cancel","Close"];

//The resource information for listbox object
var i_listbox_0001 = ["Select All","Deselect All","Swap Select"];

//The resource information for panel object
var i_panel_0001 = ["Click to expand","Click to fold"];
