17 lines
368 B
JavaScript
17 lines
368 B
JavaScript
|
//>>built
|
|||
|
define(
|
|||
|
"dojox/editor/plugins/nls/tr/LocalImage", //begin v1.x content
|
|||
|
({
|
|||
|
insertImageTitle: "Resim Ekle",
|
|||
|
url: "Resim",
|
|||
|
browse: "Göz at...",
|
|||
|
text: "Açıklama",
|
|||
|
set: "Ekle",
|
|||
|
invalidMessage: "Geçersiz resim dosyası tipi",
|
|||
|
prePopuTextUrl: "Bir resim URL'si girin",
|
|||
|
prePopuTextBrowse: " ya da yerel bir dosyaya göz atın."
|
|||
|
})
|
|||
|
|
|||
|
//end v1.x content
|
|||
|
);
|