diff options
Diffstat (limited to 'js/dojo/dijit/form/nls/hu')
| -rw-r--r-- | js/dojo/dijit/form/nls/hu/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/hu/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/hu/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/hu/ComboBox.js b/js/dojo/dijit/form/nls/hu/ComboBox.js new file mode 100644 index 0000000..399a7f9 --- /dev/null +++ b/js/dojo/dijit/form/nls/hu/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/hu/ComboBox", //begin v1.x content +({ + previousMessage: "Előző menüpontok", + nextMessage: "További menüpontok" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/hu/Textarea.js b/js/dojo/dijit/form/nls/hu/Textarea.js new file mode 100644 index 0000000..a178d6e --- /dev/null +++ b/js/dojo/dijit/form/nls/hu/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/hu/Textarea", //begin v1.x content +({ + iframeEditTitle: 'szerkesztési terület', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'szerkesztési terület keret' // 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/hu/validate.js b/js/dojo/dijit/form/nls/hu/validate.js new file mode 100644 index 0000000..6219d94 --- /dev/null +++ b/js/dojo/dijit/form/nls/hu/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/hu/validate", //begin v1.x content +({ + invalidMessage: "A megadott érték érvénytelen.", + missingMessage: "Meg kell adni egy értéket.", + rangeMessage: "Az érték kívül van a megengedett tartományon." +}) +//end v1.x content +); |
