| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- MWF.xApplication.Selector=MWF.xApplication.Selector||{};
- MWF.xApplication.Selector.LP = MWF.SelectorLP = {
- "title": "Select",
- "multiSelectTitle": "Select",
- "selectPerson": "Select Person",
- "selectIdentity": "Select Identity",
- "selectUnit": "Select Unit",
- "selectGroup": "Select Group",
- "selectDuty": "Select Duty",
- "selectField": "Select Field",
- "selectAppliction": "Select Process Appliction",
- "selectProcess": "Select Process",
- "selectView": "Select View",
- "selectStatement": "Select Statement",
- "selectCMSApplication": "Select CMS Application",
- "selectCMSCategory": "Select CMS Category",
- "searchDescription" : "search",
- "waitingSelect" : "Waiting Select",
- "selected" : "Selected",
- "empty" : "<Empty",
- "identity" : "Identity",
- "person" : "Person",
- "application" : "Application",
- "CMSApplication" : "Application",
- "CMSCategory" : "Category",
- "CMSFormField" : "Field",
- "formField" : "Field",
- "process" : "Process",
- "role" : "Role",
- "group" : "Group",
- "unit" : "Unit",
- "appType" : {
- "process": "Process",
- "cms": "CMS",
- "portal": "Portal"
- },
- "cancel": "Cancel",
- "back": "Back",
- "ok": "Ok",
- "noPerson": "User “{name}” not exist"
- };
|