en.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.Document = MWF.xApplication.cms.Document || {};
  4. MWF.xApplication.cms.Document.LP={
  5. "title": "Document",
  6. "selectRoute": "Select Decision",
  7. "inputOpinion": "Fill in Opinion",
  8. "comfirm": "Confirm",
  9. "close": "Close",
  10. "cancel": "Cancel",
  11. "ok": "Submit",
  12. "inputText": "Please fill in the process comments here",
  13. "mustSelectRoute": "Please select the decision first",
  14. "searchKey": "Please enter a keyword",
  15. "task": "To-Do Center",
  16. "done": "Done Center",
  17. "draft": "Draft Box",
  18. "myfile": "My File",
  19. "reset": "Reset the processor",
  20. "phone": "Mobile",
  21. "mail": "Mailbox",
  22. "documentGettedError": "You do not have permission to view the document or it has been deleted.",
  23. "controllerGettedError": "Administrator GettedError",
  24. "formGettedError": "Form GettedError",
  25. "attachmentGettedError": "Attachment GettedError",
  26. "formNotSetted": "FormNotSetted",
  27. "attachmentArea": "Attachment Area",
  28. "selectAttachment": "Select Attachment",
  29. "hotPicture": "Hot Picture",
  30. "cancelHotPicture": "Cancel hotspot",
  31. "setHotPicture": "Set HotPicture",
  32. "regularPublish": "Regular Publish",
  33. "publishTime": "Publish Time",
  34. "publish": "Publish",
  35. "inputPublishTime": "Publish time cannot be empty",
  36. "inputPublishTime2": "Publish time cannot be earlier than current time",
  37. "setHotLinkSuccess": "Set hotspot picture successfully",
  38. "cancelHotLinkSuccess": "Cancel hotspot picture success",
  39. "selectDocPicture": "Select Document Picture",
  40. "selectFilePicture": "Select Cloud File Picture",
  41. "hotLinkDescription": "Note: The selected picture will be used as the top picture of the mobile APP on this platform, and the best aspect ratio of the picture is 1:2",
  42. "unselectHotPic": "Please select a picture first",
  43. "cancelHotPicComfirmTitle": "Cancel Hotspot",
  44. "cancelHotPicComfirmContent": "Are you sure to cancel the hot spot of this document?"
  45. }
  46. MWF.xApplication.cms.Document["lp."+o2.language] = MWF.xApplication.cms.Document.LP