summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/el/InsertAnchor.js
blob: 0924022f70a759fc1833a391b2701c957c8dac5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//>>built
define(
"dojox/editor/plugins/nls/el/InsertAnchor", //begin v1.x content
({
	insertAnchor: "Εισαγωγή αγκίστρωσης",
	title: "Ιδιότητες αγκίστρωσης",
	anchor: "Όνομα:",
	text: "Περιγραφή:",
	set: "Ορισμός",
	cancel: "Ακύρωση"
})

//end v1.x content
);