es.js 774 B

12345678910111213141516171819202122
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.MinderEditor = MWF.xApplication.MinderEditor || {};
  3. MWF.xApplication.MinderEditor.LP={
  4. "title": "Mapa mental",
  5. "thinking": "Pensamiento",
  6. "appearanceNode": "Apariencia",
  7. "view": "Vista",
  8. "navCamera": "Centrar en el nodo raíz",
  9. "navTrigger": "Navegador",
  10. "zoomin": "Acercar",
  11. "zoomout": "Alejar",
  12. "allowDrag": "Permitir arrastrar",
  13. "changeTemplate": "Seleccionar forma",
  14. "minderTemplate": "Mapa mental",
  15. "fishBoneTemplate": "Diagrama de espina de pescado",
  16. "searchText": "Por favor, ingrese el título o contenido que desea buscar",
  17. "search": "Buscar",
  18. "prev": "Anterior",
  19. "next": "Siguiente",
  20. "close": "Cerrar"
  21. }
  22. MWF.xApplication.MinderEditor["lp."+o2.language] = MWF.xApplication.MinderEditor.LP