summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/atom/widget/nls/he
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-1.7.2/dojox/atom/widget/nls/he
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/he')
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryEditor.js11
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryViewer.js16
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedViewerEntry.js8
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/he/PeopleEditor.js10
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryEditor.js
new file mode 100644
index 0000000..74bdb43
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryEditor.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/atom/widget/nls/he/FeedEntryEditor", //begin v1.x content
+({
+ doNew: "[חדש]",
+ edit: "[עריכה]",
+ save: "[שמירה]",
+ cancel: "[ביטול]"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryViewer.js
new file mode 100644
index 0000000..c47ae69
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/he/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[אפשרויות הצגה]",
+ title: "כותרת",
+ authors: "מחברים",
+ contributors: "תורמים",
+ id: "זיהוי",
+ close: "[סגירה]",
+ updated: "עודכן",
+ summary: "סיכום",
+ content: "תוכן"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedViewerEntry.js b/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedViewerEntry.js
new file mode 100644
index 0000000..3c10814
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/he/FeedViewerEntry.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/atom/widget/nls/he/FeedViewerEntry", //begin v1.x content
+({
+ deleteButton: "[מחיקה]"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/he/PeopleEditor.js b/js/dojo-1.7.2/dojox/atom/widget/nls/he/PeopleEditor.js
new file mode 100644
index 0000000..d9c3a9d
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/he/PeopleEditor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/atom/widget/nls/he/PeopleEditor", //begin v1.x content
+({
+ add: "הוספה",
+ addAuthor: "הוספת מחבר",
+ addContributor: "הוספת תורם"
+})
+//end v1.x content
+);