tt-rss/lib/dijit/_editor/nls/tr/LinkDialog.js.uncompressed.js
2012-08-14 18:59:18 +04:00

17 lines
375 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

define(
"dijit/_editor/nls/tr/LinkDialog", //begin v1.x content
({
createLinkTitle: "Bağlantı Özellikleri",
insertImageTitle: "Resim Özellikleri",
url: "URL:",
text: "Açıklama:",
target: "Hedef:",
set: "Ayarla",
currentWindow: "Geçerli Pencere",
parentWindow: "Üst Pencere",
topWindow: "En Üst Pencere",
newWindow: "Yeni Pencere"
})
//end v1.x content
);