summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/tr/Breadcrumb.js
blob: 3f75965eb371e429179b39a5b552d855b5b53e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//>>built
define(
"dojox/editor/plugins/nls/tr/Breadcrumb", //begin v1.x content
({
	"nodeActions": "${nodeName} Eylemleri",
	"selectContents": "İçindekileri seç",
	"selectElement": "Öğeyi seç",
	"deleteElement": "Öğeyi sil",
	"deleteContents": "İçindekileri sil",
	"moveStart": "İmleci başa taşı",
	"moveEnd": "İmleci sona taşı"
})

//end v1.x content
);