mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 13:01:28 +00:00
18 lines
375 B
JavaScript
18 lines
375 B
JavaScript
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
|
||
);
|