diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/nls/ru')
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js | 15 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js | 10 |
3 files changed, 34 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js new file mode 100644 index 0000000..9066a8d --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ru/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/ru/ColorPicker", //begin v1.x content +({ +redLabel: "к", +greenLabel: "з", +blueLabel: "с", +hueLabel: "о", +saturationLabel: "н", +valueLabel: "з", /* aka intensity or brightness */ +hexLabel: "шест", +huePickerTitle: "Выбор оттенка", +saturationPickerTitle: "Выбор насыщенности" +}) +); diff --git a/js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js new file mode 100644 index 0000000..e966b39 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ru/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ru/FilePicker", ({ +name: "Имя", +path: "Путь", +size: "Размер (байт)" +}) + +);
\ No newline at end of file diff --git a/js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js new file mode 100644 index 0000000..61186e0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/widget/nls/ru/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ru/Wizard", //begin v1.x content +({ +next: "Далее", +previous: "Назад", +done: "Готово" +}) +//end v1.x content +); |
