diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/widget/nls/he | |
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/nls/he')
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js | 16 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js | 10 |
3 files changed, 35 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js new file mode 100644 index 0000000..8c28303 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/he/ColorPicker.js @@ -0,0 +1,16 @@ +//>>built +define( +"dojox/widget/nls/he/ColorPicker", //begin v1.x content +({ +redLabel: "א", +greenLabel: "י", +blueLabel: "כ", +hueLabel: "ג", +saturationLabel: "ר", +valueLabel: "ע", /* aka intensity or brightness */ +degLabel: "\u00B0", +hexLabel: "הקס", +huePickerTitle: "בורר גוון", +saturationPickerTitle: "בורר רוויה" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js new file mode 100644 index 0000000..0021dda --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/he/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/he/FilePicker", ({ +name: "שם", +path: "נתיב", +size: "גודל (בבתים)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js new file mode 100644 index 0000000..df2bd60 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/he/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/he/Wizard", //begin v1.x content +({ +next: "הבא", +previous: "הקודם", +done: "סיום" +}) +//end v1.x content +); |
