webui-aria2/js/libs/dojox/atom/widget/nls/tr/FeedEntryViewer.js
2012-05-01 19:52:07 +08:00

17 lines
347 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.

//>>built
define(
"dojox/atom/widget/nls/tr/FeedEntryViewer", //begin v1.x content
({
displayOptions: "[görüntüleme seçenekleri]",
title: "Başlık",
authors: "Yazarlar",
contributors: "Katkıda Bulunanlar",
id: "Kimlik",
close: "[kapat]",
updated: "Güncelleştirildi",
summary: "Özet",
content: "İçerik"
})
//end v1.x content
);