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/dijit/form/nls/ru | |
Diffstat (limited to 'js/dojo/dijit/form/nls/ru')
| -rw-r--r-- | js/dojo/dijit/form/nls/ru/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/ru/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/ru/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/ru/ComboBox.js b/js/dojo/dijit/form/nls/ru/ComboBox.js new file mode 100644 index 0000000..210a5a1 --- /dev/null +++ b/js/dojo/dijit/form/nls/ru/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/ru/ComboBox", //begin v1.x content +({ + previousMessage: "Предыдущие варианты", + nextMessage: "Следующие варианты" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/ru/Textarea.js b/js/dojo/dijit/form/nls/ru/Textarea.js new file mode 100644 index 0000000..fe69285 --- /dev/null +++ b/js/dojo/dijit/form/nls/ru/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/ru/Textarea", //begin v1.x content +({ + iframeEditTitle: 'область редактирования', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'фрейм области редактирования' // secondary title for editable IFRAME when focus is on outer container + // to let user know that focus has moved out of editing area and to the + // parent element of the editing area +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/ru/validate.js b/js/dojo/dijit/form/nls/ru/validate.js new file mode 100644 index 0000000..140a6b3 --- /dev/null +++ b/js/dojo/dijit/form/nls/ru/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/ru/validate", //begin v1.x content +({ + invalidMessage: "Указано недопустимое значение.", + missingMessage: "Это обязательное значение.", + rangeMessage: "Это значение вне диапазона." +}) +//end v1.x content +); |
