liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
 
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=<=