summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/nls/el/common.js
blob: f11eb03ad9388c77f50ec6a3c4700da2a1322ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
//>>built
define(
"dijit/nls/el/common", //begin v1.x content
({
	buttonOk: "ΟΚ",
	buttonCancel: "Ακύρωση",
	buttonSave: "Αποθήκευση",
	itemClose: "Κλείσιμο"
})
//end v1.x content
);