diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/he')
| -rw-r--r-- | js/dojo/dojox/widget/nls/he/ColorPicker.js | 16 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/he/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/he/Wizard.js | 10 |
3 files changed, 35 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/he/ColorPicker.js b/js/dojo/dojox/widget/nls/he/ColorPicker.js new file mode 100644 index 0000000..8c28303 --- /dev/null +++ b/js/dojo/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/dojox/widget/nls/he/FilePicker.js b/js/dojo/dojox/widget/nls/he/FilePicker.js new file mode 100644 index 0000000..0021dda --- /dev/null +++ b/js/dojo/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/dojox/widget/nls/he/Wizard.js b/js/dojo/dojox/widget/nls/he/Wizard.js new file mode 100644 index 0000000..df2bd60 --- /dev/null +++ b/js/dojo/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 +); |
