en.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Selector = MWF.xApplication.Selector || {};
  3. MWF.xApplication.Selector.LP={
  4. "title": "Select",
  5. "multiSelectTitle": "Select",
  6. "selectPerson": "Select Person",
  7. "selectIdentity": "Select Identity",
  8. "selectUnit": "Select Unit",
  9. "selectGroup": "Select Group",
  10. "selectRole": "Select Role",
  11. "selectDuty": "Select Duty",
  12. "selectField": "Select Field",
  13. "selectFile": "Select Resource File",
  14. "selectAppliction": "Select Process Application",
  15. "selectProcess": "Select Process",
  16. "selectView": "Select View",
  17. "selectStatement": "Select Statement",
  18. "selectTable": "Select Data Table",
  19. "selectList": "Select List",
  20. "selectFormStyle": "Select Form Style",
  21. "selectCMSApplication": "Select CMS Application",
  22. "selectCMSCategory": "Select CMS Category",
  23. "noSelectableItemText": "No option to be selected",
  24. "selectScript": "Select Script",
  25. "selectDictionary": "Select Data Dictionary",
  26. "selectImportModel": "Select Import Module",
  27. "searchDescription": "search",
  28. "waitingSelect": "To be selected",
  29. "selected": "Selected",
  30. "empty": "Empty",
  31. "remove": "Remove",
  32. "selected2": "Selected",
  33. "identity": "Identity",
  34. "person": "Person",
  35. "duty": "Duty",
  36. "application": "Application",
  37. "CMSApplication": "Application",
  38. "CMSCategory": "Category",
  39. "CMSFormField": "Field",
  40. "formField": "Field",
  41. "process": "Process",
  42. "role": "Role",
  43. "group": "Group",
  44. "unit": "Unit",
  45. "systemList": "System List",
  46. "quantifier": {
  47. "person": "person",
  48. "identity": "identity",
  49. "unit": "unit",
  50. "group": "group",
  51. "role": "role"
  52. },
  53. "appType": {
  54. "process": "Process",
  55. "cms": "CMS",
  56. "portal": "Portal",
  57. "service": "Service",
  58. "currentForm": "Current form"
  59. },
  60. "cancel": "Cancel",
  61. "back": "Back",
  62. "ok": "Ok",
  63. "noPerson": "User “{name}” not exist",
  64. "processPlatform": "Process Platform",
  65. "cms": "Content Management",
  66. "portal": "Portal Management",
  67. "query": "Data Center",
  68. "service": "Service Management",
  69. "systemStyle": "System Style",
  70. "customStyle": "Custom Style (Script)",
  71. "selectAll": "Select All",
  72. "selectChildren": "Select all children",
  73. "selectItemMaxText": "Select at most {count} options",
  74. "service1": "Service",
  75. "agent": "Agent",
  76. "selectFieldProperty": "Select field attributes",
  77. "searchDescriptionFieldProperty": "Expanded forms can search for components",
  78. "currentForm": "Current form"
  79. }
  80. MWF.xApplication.Selector["lp."+o2.language] = MWF.xApplication.Selector.LP