diff options
Diffstat (limited to 'js/dojo-1.7.2/dijit/nls/he')
| -rw-r--r-- | js/dojo-1.7.2/dijit/nls/he/common.js | 11 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dijit/nls/he/loading.js | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/nls/he/common.js b/js/dojo-1.7.2/dijit/nls/he/common.js new file mode 100644 index 0000000..a11767e --- /dev/null +++ b/js/dojo-1.7.2/dijit/nls/he/common.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/nls/he/common", //begin v1.x content +({ + buttonOk: "אישור", + buttonCancel: "ביטול", + buttonSave: "שמירה", + itemClose: "סגירה" +}) +//end v1.x content +); diff --git a/js/dojo-1.7.2/dijit/nls/he/loading.js b/js/dojo-1.7.2/dijit/nls/he/loading.js new file mode 100644 index 0000000..02ebc91 --- /dev/null +++ b/js/dojo-1.7.2/dijit/nls/he/loading.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/nls/he/loading", //begin v1.x content +({ + loadingState: "טעינה...", + errorState: "אירעה שגיאה" +}) +//end v1.x content +); |
