en.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.Index = MWF.xApplication.cms.Index || {};
  4. MWF.xApplication.cms.Index.LP={
  5. "title": "CMS Homepage",
  6. "createDocument": "New document",
  7. "selectCategory": "Select Category",
  8. "searchKey": "Please enter the search key",
  9. "all": "All",
  10. "filter": "Filter",
  11. "ok": "OK",
  12. "clear": "Clear",
  13. "defaultView": "Default View",
  14. "setDefaultView": "Set the next time you open the category to default to this view",
  15. "setDefaultSuccess": "Set the default view successfully!",
  16. "refresh": "Refresh the homepage",
  17. "documentTitle": "Title",
  18. "activity": "activity",
  19. "status": "Status",
  20. "action": "Action",
  21. "person": "Drafter",
  22. "completedTime": "Completed Time",
  23. "noDescription": "Undefined description",
  24. "creatorCompanyList": "Create Company",
  25. "creatorDepartmentList": "Create Department",
  26. "startTimeMonthList": "Create Time",
  27. "completedTimeMonthList": "Completed Time",
  28. "start": "New",
  29. "key": "Keyword",
  30. "noFormSelected": "No form is set for this category, please notify the administrator",
  31. "documentStartedMessage": "You created a document:",
  32. "open": "Open",
  33. "delete": "Delete",
  34. "edit": "Edit",
  35. "setTop": "SetTop",
  36. "share": "Share",
  37. "phone": "Phone",
  38. "mail": "Mail",
  39. "deleteDocumentTitle": "Delete Confirmation",
  40. "deleteDocument": "Are you sure you want to delete '{title}'?",
  41. "deleteDocumentOK": "Document deleted successfully",
  42. "allColumn": "All Columns",
  43. "search": "Search",
  44. "reset": "Reset",
  45. "more": "More"
  46. }
  47. MWF.xApplication.cms.Index["lp."+o2.language] = MWF.xApplication.cms.Index.LP