#
|
|
global.add=Add
|
global.edit=Edit
|
global.del=Delete
|
global.save=Save
|
global.cancel=Cancel
|
global.search=Search
|
global.reset=Reset
|
global.close=Clse
|
global.ok=OK
|
|
login.formname=Login form
|
login.username=User
|
login.password=Password
|
login.login=Login
|
login.logout=Logout
|
|
message.prompt=Prompt
|
message.ifDelete=Delete?
|
message.confirmDel=Are you sure you want to delete the selected data?
|
message.noChanges=Data unchanged. No need to save.
|
message.change=Data changed. Save?
|
message.beforePageText=Page
|
message.afterPageText=Total {0} pages
|
message.displayMsg=Row{0}-{1} Total {2} rows
|
message.saveing=Saving...
|
message.saveMasterInfo=please first save parent table info
|
|
commonfield.creator=creator
|
commonfield.createTime=createTime
|
commonfield.modifier=modifier
|
commonfield.modifyTime=modifyTime
|
commonfield.recVer=recVer
|
|
button.exportToExcel=Export to Excel
|
button.exportAllToExcel=Export all result to Excel
|
|
|
upload.addText=Add
|
upload.clickRemoveText=Click to remove
|
upload.clickStopText=Click to stop
|
upload.emptyText=
|
upload.errorText=Error
|
upload.fileQueuedText=File <b>{0}</b> is queued for upload
|
upload.fileDoneText=File <b>{0}</b> has been successfully uploaded
|
upload.fileFailedText=File <b>{0}</b> failed to upload
|
upload.fileStoppedText=File <b>{0}</b> stopped by user
|
upload.fileUploadingText=Uploading file <b>{0}</b>
|
upload.removeAllText=Remove All
|
upload.removeText=Remove
|
upload.stopAllText=Stop All
|
upload.uploadText=Upload
|
upload.fileName=File Name
|
upload.handle=Handle
|
upload.download=Download
|
upload.fileNameRepeated=File name can not be repeated
|
upload.errFileTypeNotPermitted=Selected file extension isn't permitted.<br/>Please select files with following extensions: {1}
|
upload.permittedExtensionsJoinStr=,
|
upload.fileNameToLong=File name length must not exceed {1}
|
|
queryfield.operator.ne=Not equal
|
queryfield.operator.like=Equal
|
queryfield.operator.likeStart=Like Start
|
queryfield.operator.likeEnd=Like End
|
queryfield.operator.likeAnywhere=Like Anywhere
|
queryfield.operator.gt=>
|
queryfield.operator.ge=>=
|
queryfield.operator.lt=<
|
queryfield.operator.le=<=
|