en.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. MWF.xApplication.Selector=MWF.xApplication.Selector||{};
  2. MWF.xApplication.Selector.LP = MWF.SelectorLP = {
  3. "title": "Select",
  4. "multiSelectTitle": "Select",
  5. "selectPerson": "Select Person",
  6. "selectIdentity": "Select Identity",
  7. "selectUnit": "Select Unit",
  8. "selectGroup": "Select Group",
  9. "selectDuty": "Select Duty",
  10. "selectField": "Select Field",
  11. "selectAppliction": "Select Process Appliction",
  12. "selectProcess": "Select Process",
  13. "selectView": "Select View",
  14. "selectStatement": "Select Statement",
  15. "selectCMSApplication": "Select CMS Application",
  16. "selectCMSCategory": "Select CMS Category",
  17. "searchDescription" : "search",
  18. "waitingSelect" : "Waiting Select",
  19. "selected" : "Selected",
  20. "empty" : "<Empty",
  21. "identity" : "Identity",
  22. "person" : "Person",
  23. "application" : "Application",
  24. "CMSApplication" : "Application",
  25. "CMSCategory" : "Category",
  26. "CMSFormField" : "Field",
  27. "formField" : "Field",
  28. "process" : "Process",
  29. "role" : "Role",
  30. "group" : "Group",
  31. "unit" : "Unit",
  32. "appType" : {
  33. "process": "Process",
  34. "cms": "CMS",
  35. "portal": "Portal"
  36. },
  37. "cancel": "Cancel",
  38. "back": "Back",
  39. "ok": "Ok",
  40. "noPerson": "User “{name}” not exist"
  41. };