diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/atom/widget/nls/tr | |
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/tr')
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedEntryEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedEntryEditor.js new file mode 100644 index 0000000..82a7193 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedEntryEditor.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/atom/widget/nls/tr/FeedEntryEditor", //begin v1.x content +({ + doNew: "[yeni]", + edit: "[düzenle]", + save: "[kaydet]", + cancel: "[iptal]" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedEntryViewer.js new file mode 100644 index 0000000..12b5954 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedEntryViewer.js @@ -0,0 +1,16 @@ +//>>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 +); diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedViewerEntry.js b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedViewerEntry.js new file mode 100644 index 0000000..d4e5c82 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/FeedViewerEntry.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/atom/widget/nls/tr/FeedViewerEntry", //begin v1.x content +({ + deleteButton: "[Sil]" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/tr/PeopleEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/PeopleEditor.js new file mode 100644 index 0000000..aabeee4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/atom/widget/nls/tr/PeopleEditor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/atom/widget/nls/tr/PeopleEditor", //begin v1.x content +({ + add: "Ekle", + addAuthor: "Yazar Ekle", + addContributor: "Katkıda Bulunan Ekle" +}) +//end v1.x content +); |
