12345678910111213141516171819202122 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.MinderEditor = MWF.xApplication.MinderEditor || {};
- MWF.xApplication.MinderEditor.LP={
- "title": "Mapa mental",
- "thinking": "Pensamiento",
- "appearanceNode": "Apariencia",
- "view": "Vista",
- "navCamera": "Centrar en el nodo raíz",
- "navTrigger": "Navegador",
- "zoomin": "Acercar",
- "zoomout": "Alejar",
- "allowDrag": "Permitir arrastrar",
- "changeTemplate": "Seleccionar forma",
- "minderTemplate": "Mapa mental",
- "fishBoneTemplate": "Diagrama de espina de pescado",
- "searchText": "Por favor, ingrese el título o contenido que desea buscar",
- "search": "Buscar",
- "prev": "Anterior",
- "next": "Siguiente",
- "close": "Cerrar"
- }
- MWF.xApplication.MinderEditor["lp."+o2.language] = MWF.xApplication.MinderEditor.LP
|