summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/az
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/atom/widget/nls/az
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/az')
-rw-r--r--js/dojo/dojox/atom/widget/nls/az/FeedEntryEditor.js11
-rw-r--r--js/dojo/dojox/atom/widget/nls/az/FeedEntryViewer.js16
-rw-r--r--js/dojo/dojox/atom/widget/nls/az/FeedViewerEntry.js8
-rw-r--r--js/dojo/dojox/atom/widget/nls/az/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/az/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/az/FeedEntryEditor.js
new file mode 100644
index 0000000..a7298ce
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/az/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/az/FeedEntryEditor", //begin v1.x content
+({
+ "edit" : "[tərtib et]",
+ "save" : "[saxla]",
+ "cancel" : "[ləğv et]",
+ "doNew" : "[yeni]"
+})
+//end v1.x content
+); \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/nls/az/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/az/FeedEntryViewer.js
new file mode 100644
index 0000000..f99bd60
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/az/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/az/FeedEntryViewer", //begin v1.x content
+({
+ "close" : "[çıx]",
+ "title" : "Başlıq",
+ "authors" : "Yazıçılar",
+ "summary" : "Məzmun",
+ "content" : "Tərkib",
+ "contributors" : "Əməyi keçənlər",
+ "updated" : "Yeniləndi",
+ "displayOptions" : "[göstərmə seçimləri]",
+ "id" : "Şəxsiyyət"
+})
+//end v1.x content
+); \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/nls/az/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/az/FeedViewerEntry.js
new file mode 100644
index 0000000..bc03f6a
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/az/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/az/FeedViewerEntry", //begin v1.x content
+({
+ "deleteButton" : "[Sil]"
+})
+//end v1.x content
+); \ No newline at end of file
diff --git a/js/dojo/dojox/atom/widget/nls/az/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/az/PeopleEditor.js
new file mode 100644
index 0000000..6dd8a6d
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/az/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/az/PeopleEditor", //begin v1.x content
+({
+ "add" : "Əlavə Et",
+ "addAuthor" : "Yazıçı Əlavə Et",
+ "addContributor" : "Əməyi keçənlərə Əlavə Et"
+})
+//end v1.x content
+); \ No newline at end of file