summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/es/InsertAnchor.js
blob: 1a38cf5b69e9389b5bd5a9059f1ee7a0a39b5ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/es/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Insertar ancla",
	title: "Propiedades del ancla",
	anchor: "Nombre:",
	text: "Descripción:",
	set: "Establecer",
	cancel: "Cancelar"
})

//end v1.x content
);