﻿//////////////////////////////////////////////////////////////////////////////////////////////////
//      ______                                            _____                                 //
//      |__   _|            _    ____                    / ____| _               _  _           //
//         | |  _   _  ___ | |_ |  _ \  _   _  _ __     | (___  | |_  _   _   __| |(_)  ___     //
//     __  | | | | | |/ __|| __|| |_) || | | || '_ \      \___ \| __|| | | | / _` || | / _ \    //
//     \ \_/ / | |_| |\__ \| |_ |  _ < | |_| || | | |    ____) || |_ | |_| || (_| || || (_) |   //
//      \___/   \__,_||___/ \__||_| \_\ \__,_||_| |_|   |_____/  \__| \__,_| \__,_||_| \___/    //
//                                                                                              //
//                    ____   _         _     __                                                 //
//                   |  _ \ | |  __ _ | |_  / _|  ___   _ __  _ __ ___                          //
//                   | |_) || | / _` || __|| |_  / _ \ | '__|| '_ ` _ \                         //
//                   |  __/ | || (_| || |_ |  _|| (_) || |   | | | | | |                        //
//                   |_|    |_| \__,_| \__||_|   \___/ |_|   |_| |_| |_|     v1.40              //
//                                                                                              //
//                                                                                              //
//                                          Copyrights (c) 2005 Powerd By JustRun Studio        //
//                                                        All Rights Reserved.                  //
//                                                                                              //
//                                                                                              //
//////////////////////////////////////////////////////////////////////////////////////////////////

/*语言包(en)*/

var lang = {
/*-----12:26 2006-1-23------*/
	'InitalGrid'					:	'Initializing Grid %s ...',
	'InstNotExist'				:	'Instance does not exist.',
	'LoadingGrid'					:	'Loading,please wait a moment...',
	'IfameNotExist'				:	'Iframe for this instance does not exist.',
	'LoadingSubGrid'			:	'Loading sub-grid of Grid %s,please wait a moment...',
	'ColsNotReady'				:	'Columns are not ready!',
	'ApplyGroup'					:	'Appl&y Group',
	'FilterClearAll'			:	'&Clear All',
	'GroupClearAll'				:	'C&lear All',
	'AddGroup'						:	'Add &Group',
	'CannotGroup'					:	'You can\'t group any field any more.',
	'ApplyFilter'					:	'Apply &Filter',
	'SaveAs'							:	'S&ave',
	'LoadFilter'					:	'L&oad',
	'PressAddCondition'		:	'&Press the button to add a new condition',
	'Filter'							:	'Filter',
	'ValueNotValid'				:	'%s is not a valid value for %s ',
	'Expression'					:	'Expression : %s',
	'ApplyFollowingCondition'	:	'applies to the following conditions',
	'AddCondition'				:	'Add Condition',
	'AddFilterGroup'			:	'Add Group',
	'DeleteRow'						:	'Delete Row',
/*-----12:26 2006-1-23------*/
	'LoadingDetail'				:	'Loading record details,please wait...',
	'DetailCaption'				:	'Details of the record which ID is %s',
	'InsertCaption'				:	'Insert a record of %s',
	'UpdateCaption'				:	'Update the record which ID is %s',
	'DeleteCaption'				:	'Delete the record which ID is %s',
	'Insert'							:	'&Insert',
	'Update'							:	'&Update',
	'Delete'							:	'&Delete',
	'Close'								:	'&Close',
	'Refresh'							:	'&Refresh',
/*-----12:26 2006-2-20------*/
	'BatchUpdateCaption'	:	'Batch update the selected record(s)',
	'BatchUpdate'					:	'&Batch Update',
	'UpdateAll'						:	'Up&date All',
	'UpdateAllCaption'		:	'Update all current(filtered) record(s)',
	'NoRowChecked'				:	'Please selected some items before do this action.',
	'ConfirmBatchDelete'	:	'This will delete the selected record(s),continue?',
	'ConfirmDeleteAll1st'	:	'This will delete all current(filtered) record(s),continue?',
	'ConfirmDeleteAll2nd'	:	'Warning again, confirm to continue...',
	'Inserting'						:	'Inserting record,please wait...',
	'Updating'						:	'Updating record(s),please wait...',
	'Deleting'						:	'Deleting record(s),please wait...',
/*-----17:34 2006-2-21------*/
	'FilterCaption'				:	'Advanced Search',
	'GroupBoxCaption'			:	'Group Box',
	'ToggleOn'						:	'Toggle On',
	'ToggleOff'						:	'Toggle Off',
	'LoadingChildGrid'		:	'Loading child grid %s ,please wait...',
/*-----18:02 2006-2-22------*/
	'CancelBatch'					: 'Ca&ncel Batch',
	'ConfirmCancelBacth'	: 'Are you sure?',
	'BatchCanceled'				:	'Batch canceled.',
/*-----10:25 2006-3-14------*/
	'About-Version'							:	'Version %s',
	'About-GNUInfo'							:	'Licensed under the terms of the GNU Lesser General Public License',
	'About-MoreInfo'						:	'For further information go to %s',
	'About-Appreciation'				:	'Appreciation',
	'About-ListInvalid'					:	'Appreciation list didn\'t be loaded,check if Internet connection is OK...',
/*-----13:19 2006-5-30------*/
	'Dlg-FilterEmpty'						:	'You can not save an empty filter!',
	'Dlg-FilterTitle'						:	'Please input the title of current filter:',
	'Dlg-FilterIDInvalid'				:	'The Filter ID is not available!',
	'Dlg-FilterClearAll'				:	'--Clear All--',
	'Dlg-FilterClearAllConfirm'	:	'Are you sure to clear all filters?',
/*-----15:52 2006-6-8------*/
	'Search'							:	'&Search',
	'SimpleFilterCaption'	:	'Search',
/*-----   Reserved    ------*/
	'Undefined'						:	'Undefined'
}
	
/*------------------------------------------------------------------
Array(用户界面表达式模板,列表选项文字,输入表达式模板,准SQL语句模板);
Please don't modify the following words!
------------------------------------------------------------------*/
var Operator = {		
	'0' : new Array('= {@VALUE}','equals','{@INPUT}','= {@VALUE}'),
	'1'	:	new Array('<> {@VALUE}','not equals','{@INPUT}','<> {@VALUE}'),
	'2'	:	new Array('< {@VALUE}','is less than','{@INPUT}','< {@VALUE}'),
	'3'	:	new Array('> {@VALUE}','is greater than','{@INPUT}','> {@VALUE}'),
	'4'	:	new Array('<= {@VALUE}','is less than or equal to','{@INPUT}','<= {@VALUE}'),
	'5'	:	new Array('>= {@VALUE}','is greater than or equal to','{@INPUT}','>= {@VALUE}'),
	'6'	:	new Array('LIKE {@VALUE}','like','{@INPUT}','LIKE {@VALUE}'),
	'7'	:	new Array('NOT LIKE {@VALUE}','not like','{@INPUT}','NOT LIKE {@VALUE}'),
	'8'	:	new Array('between {@VALUE} and {@VALUE}','between','{@INPUT} and {@INPUT}','BETWEEN {@VALUE} AND {@VALUE}'),
	'9'	:	new Array('not between {@VALUE} and {@VALUE}','not between','{@INPUT} and {@INPUT}','NOT BETWEEN {@VALUE} AND {@VALUE}'),
	'10'	:	new Array('in ({@VALUES})','in','({@INPUT}{@ADD})','IN ({@VALUES})'),
	'11'	:	new Array('not in ({@VALUE})','not in','({@INPUT}{@ADD})','NOT IN ({@VALUES})'),
	'12'	:	new Array('= blank','is blank','','Is Null'),
	'13'	:	new Array('<> blank','is not blank','','Is Not Null'),
	'14'	:	new Array('is yesterday','is yesterday','','[@YESTERDAY]'),
	'15'	:	new Array('is today','is today','','[@TODAY]'),
	'16'	:	new Array('is last week','is last week','','[@LASTWEEK]'),
	'17'	:	new Array('is last month','is last month','','[@LASTMONTH]'),
	'18'	:	new Array('is last year','is last year','','[@LASTYEAR]'),
	'19'	:	new Array('is this week','is this week','','[@THISWEEK]'),
	'20'	:	new Array('is this month','is this month','','[@THISMONTH]'),
	'21'	:	new Array('is this year','is this year','','[@THISYEAR]'),
	'22'	:	new Array('is next week','is next week','','[@NEXTWEEK]'),
	'23'	:	new Array('is next month','is next month','','[@NEXTMONTH]'),
	'24'	:	new Array('is next year','is next year','','[@NEXTYEAR]')
};
