dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
12 lines (11 loc) • 300 B
JavaScript
define(
({
"nodeActions": "${nodeName} - Accions",
"selectContents": "Selecciona contingut",
"selectElement": "Selecciona element",
"deleteElement": "Suprimeix element",
"deleteContents": "Suprimeix contingut",
"moveStart": "Mou el cursor a l'inici",
"moveEnd": "Mou el cursor al final"
})
);