en.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Homepage = MWF.xApplication.Homepage || {};
  3. MWF.xApplication.Homepage.LP={
  4. "title": "Homepage",
  5. "myTask": "Task",
  6. "myTaskCompleted": "Task Completed",
  7. "myRead": "Read",
  8. "myReadCompleted": "Read Completed",
  9. "myDraft": "My Draft",
  10. "myProcessDraft": "Draft",
  11. "startProcess": "Start process",
  12. "noSubject": "Untitled",
  13. "noWork": "No Documentation",
  14. "noHotpic": "No hot news at the moment",
  15. "noInforItem": "No information temporarily",
  16. "noCalendar": "No schedule on the day",
  17. "noFile": "Click here to visit the Network Disk",
  18. "moreInfor": "More...",
  19. "allInfor": "Latest news",
  20. "moreMeeting": "More...",
  21. "moreFile": "More...",
  22. "myMeeting": "My Meetings",
  23. "myFile": "Netdisk File",
  24. "myMeetingInvited": "Invitation",
  25. "myCalender": "Schedule",
  26. "moreCalender": "More...",
  27. "calender": "Schedule",
  28. "noMeeting": "No meetings in the near future",
  29. "meetingTime": "Meeting Time",
  30. "meetingLocation": "Meeting Place",
  31. "meetingLink": "Meeting Link",
  32. "meetingNumber": "Meeting Number",
  33. "clickOpen": "Click to open",
  34. "accepted": "Accepted",
  35. "rejected": "Rejected",
  36. "accept": "Accept",
  37. "reject": "Reject",
  38. "acceptConfirmTitle": "Attend the meeting confirmation",
  39. "acceptConfirm": "Are you sure you want to attend the \"{name}\" meeting?",
  40. "rejectConfirmTitle": "Decline meeting confirmation",
  41. "rejectConfirm": "Are you sure you refuse to attend the \"{name}\" meeting?",
  42. "prevPage": "Previous",
  43. "nextPage": "Next",
  44. "nextActivity": "Flow to the next step",
  45. "completedActivityName": "Process Completed",
  46. "taskStartTime": "Received Task Time",
  47. "taskCompletedTime": "Task Processing Time",
  48. "readStartTime": "Received Read Time",
  49. "readCompletedTime": "Read Processing Time",
  50. "readActivity": "Read Activity",
  51. "draftTime": "Drafting time",
  52. "draftUser": "Creator",
  53. "currentActivity": "Current Activity",
  54. "taskRoute": "Route",
  55. "currentUser": "Current Processor",
  56. "publishTime": "Publish time",
  57. "publishPerson": "Publisher",
  58. "download": "download",
  59. "today": "today",
  60. "allDay": "All Day",
  61. "calenderInfor": "Hello {name}! {date} You have<div class='o2_homepage_calender_count_flag'>{count}</div>schedules.",
  62. "noCalenderInfor": "Hello {name}! {date} no schedule。",
  63. "dateFormat": "%m %d, %Y"
  64. }
  65. MWF.xApplication.Homepage["lp."+o2.language] = MWF.xApplication.Homepage.LP