summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/ar
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/ar
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/ar')
-rw-r--r--js/dojo/dojox/atom/widget/nls/ar/FeedEntryEditor.js11
-rw-r--r--js/dojo/dojox/atom/widget/nls/ar/FeedEntryViewer.js16
-rw-r--r--js/dojo/dojox/atom/widget/nls/ar/FeedViewerEntry.js8
-rw-r--r--js/dojo/dojox/atom/widget/nls/ar/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/ar/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/ar/FeedEntryEditor.js
new file mode 100644
index 0000000..10445fb
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/ar/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/ar/FeedEntryEditor", //begin v1.x content
+({
+ doNew: "[جديد]",
+ edit: "[تحرير]",
+ save: "[حفظ]",
+ cancel: "[الغاء]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/ar/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/ar/FeedEntryViewer.js
new file mode 100644
index 0000000..d1520cf
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/ar/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/ar/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[اختيارات العرض]",
+ title: "العنوان",
+ authors: "المؤلفين",
+ contributors: "المساهمين",
+ id: "الكود",
+ close: "[اغلاق]",
+ updated: "تحديث في",
+ summary: "الملخص",
+ content: "المحتويات"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/ar/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/ar/FeedViewerEntry.js
new file mode 100644
index 0000000..6977ae7
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/ar/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/ar/FeedViewerEntry", //begin v1.x content
+({
+ deleteButton: "[حذف]"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/atom/widget/nls/ar/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/ar/PeopleEditor.js
new file mode 100644
index 0000000..4d922fb
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/ar/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/ar/PeopleEditor", //begin v1.x content
+({
+ add: "اضافة",
+ addAuthor: "اضافة مؤلف",
+ addContributor: "اضافة مشارك"
+})
+//end v1.x content
+);