en.js 719 B

12345678910111213141516171819202122
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.MinderEditor = MWF.xApplication.MinderEditor || {};
  3. MWF.xApplication.MinderEditor.LP={
  4. "title": "Mind Map",
  5. "thinking": "Ideas",
  6. "appearanceNode": "Appearance",
  7. "view": "View",
  8. "navCamera": "Center on Root Node",
  9. "navTrigger": "Navigator",
  10. "zoomin": "Zoom In",
  11. "zoomout": "Zoom Out",
  12. "allowDrag": "Allow Dragging",
  13. "changeTemplate": "Select Shape",
  14. "minderTemplate": "Mind Map",
  15. "fishBoneTemplate": "Fishbone Chart",
  16. "searchText": "Please enter the title content you want to search",
  17. "search": "Search",
  18. "prev": "Previous",
  19. "next": "Next",
  20. "close": "Close"
  21. }
  22. MWF.xApplication.MinderEditor["lp."+o2.language] = MWF.xApplication.MinderEditor.LP