en.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.process = MWF.xApplication.process || {};
  3. MWF.xApplication.process.TaskCenter = MWF.xApplication.process.TaskCenter || {};
  4. MWF.xApplication.process.TaskCenter.LP={
  5. "title": "Task Center",
  6. "searchKey": "Please enter key words",
  7. "task": "Task",
  8. "done": "Task Completed",
  9. "draft": "Draft",
  10. "myfile": "MyDocument",
  11. "read": "Read",
  12. "readed": "Read Completed",
  13. "review": "Review",
  14. "start": "Start",
  15. "startTop5": "Common Process",
  16. "startProcess": "Startable Process",
  17. "back": "Return",
  18. "unnamed": "Untitled",
  19. "draftTab": "Draft",
  20. "list_title": "Title",
  21. "list_application": "Application",
  22. "list_process": "Process",
  23. "list_activity": "Activity",
  24. "list_owner": "Processor",
  25. "list_creator": "Drafter",
  26. "list_departmet": "Department",
  27. "list_comedate": "Arrive Time",
  28. "list_createDate": "Draft Time",
  29. "processStarted": "Work started",
  30. "taskProcessed": "Task processed",
  31. "taskProcessedMessage": "You have processed a task:",
  32. "nextActivity": "Next Activity:",
  33. "nextUser": "Next Processor:",
  34. "processStartedMessage": "You started a new Process:",
  35. "filter": "Filter",
  36. "all": "All",
  37. "ok": "OK",
  38. "clear": "Clear",
  39. "currentFileStatus": "Current Activity",
  40. "fileat": "On ",
  41. "flowto": " The document was transferred to the ",
  42. "doing": " and is being processed by ",
  43. "deal": "handle",
  44. "processing": "Processing",
  45. "workCompleted": "Work Process completed",
  46. "completed": "Process completed",
  47. "workProcess": "Flow",
  48. "applicationList": "Application",
  49. "processList": "Process",
  50. "creatorUnitList": "Unit",
  51. "creatorCompanyList": "Company",
  52. "creatorDepartmentList": "Department",
  53. "activityNameList": "Activity",
  54. "completedTimeMonthList": "Processing Time",
  55. "startTimeMonthList": "Arrive Time",
  56. "key": "Keyword",
  57. "year": "Year",
  58. "month": "Month",
  59. "expire1": "Task deadline: {time}",
  60. "expire2": "The task is about to time out. Deadline:{time}",
  61. "expire3": "The task has timed out. Deadline:{time}",
  62. "unit": "Unit",
  63. "duty": "Duty",
  64. "searchProcess": "Enter keywords, search can start the process",
  65. "searchProcessResault": "\"{key}\" search results",
  66. "datch": "Batch processing",
  67. "setReaded": "Set readed",
  68. "setReadedConfirmContent": "Are you sure you want to mark \"{title}\" as readed?",
  69. "setReadedConfirmTitle": "Mark readed confirmation",
  70. "open": "Open",
  71. "completedList": "Completion status",
  72. "workcenter": "The new version of the office center has been launched. Do you want to switch to the new version of the office center?",
  73. "gotoWorkcenter": "Switch to the new version of the office center"
  74. }
  75. MWF.xApplication.process.TaskCenter["lp."+o2.language] = MWF.xApplication.process.TaskCenter.LP