summaryrefslogtreecommitdiff
path: root/lib/dijit/nls/he
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-14 18:59:10 +0400
committerAndrew Dolgov <[email protected]>2012-08-14 18:59:18 +0400
commit1354d17270961fff662d40f90521223f8fd0d73b (patch)
treee9266be71587e47c800303446e968a6d3565e2cf /lib/dijit/nls/he
parentd04f8c826f5283765f52cf6b98b42a1ed8f2d6bc (diff)
update dojo to 1.7.3
Diffstat (limited to 'lib/dijit/nls/he')
-rw-r--r--lib/dijit/nls/he/common.js3
-rw-r--r--lib/dijit/nls/he/common.js.uncompressed.js10
-rw-r--r--lib/dijit/nls/he/loading.js3
-rw-r--r--lib/dijit/nls/he/loading.js.uncompressed.js8
4 files changed, 22 insertions, 2 deletions
diff --git a/lib/dijit/nls/he/common.js b/lib/dijit/nls/he/common.js
index b04d1cc3a..8ba85db93 100644
--- a/lib/dijit/nls/he/common.js
+++ b/lib/dijit/nls/he/common.js
@@ -1 +1,2 @@
-({"buttonOk":"אישור","buttonCancel":"ביטול","buttonSave":"שמירה","itemClose":"סגירה"}) \ No newline at end of file
+//>>built
+define("dijit/nls/he/common",({buttonOk:"אישור",buttonCancel:"ביטול",buttonSave:"שמירה",itemClose:"סגירה"})); \ No newline at end of file
diff --git a/lib/dijit/nls/he/common.js.uncompressed.js b/lib/dijit/nls/he/common.js.uncompressed.js
new file mode 100644
index 000000000..566219cf6
--- /dev/null
+++ b/lib/dijit/nls/he/common.js.uncompressed.js
@@ -0,0 +1,10 @@
+define(
+"dijit/nls/he/common", //begin v1.x content
+({
+ buttonOk: "אישור",
+ buttonCancel: "ביטול",
+ buttonSave: "שמירה",
+ itemClose: "סגירה"
+})
+//end v1.x content
+);
diff --git a/lib/dijit/nls/he/loading.js b/lib/dijit/nls/he/loading.js
index 7b1d5f3a0..1b092c760 100644
--- a/lib/dijit/nls/he/loading.js
+++ b/lib/dijit/nls/he/loading.js
@@ -1 +1,2 @@
-({"loadingState":"טעינה...‏","errorState":"אירעה שגיאה"}) \ No newline at end of file
+//>>built
+define("dijit/nls/he/loading",({loadingState:"טעינה...",errorState:"אירעה שגיאה"})); \ No newline at end of file
diff --git a/lib/dijit/nls/he/loading.js.uncompressed.js b/lib/dijit/nls/he/loading.js.uncompressed.js
new file mode 100644
index 000000000..a9d24dcf4
--- /dev/null
+++ b/lib/dijit/nls/he/loading.js.uncompressed.js
@@ -0,0 +1,8 @@
+define(
+"dijit/nls/he/loading", //begin v1.x content
+({
+ loadingState: "טעינה...‏",
+ errorState: "אירעה שגיאה"
+})
+//end v1.x content
+);