From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/form/nls/ko/Textarea.js.uncompressed.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/dijit/form/nls/ko/Textarea.js.uncompressed.js (limited to 'lib/dijit/form/nls/ko/Textarea.js.uncompressed.js') diff --git a/lib/dijit/form/nls/ko/Textarea.js.uncompressed.js b/lib/dijit/form/nls/ko/Textarea.js.uncompressed.js new file mode 100644 index 000000000..1ac40771e --- /dev/null +++ b/lib/dijit/form/nls/ko/Textarea.js.uncompressed.js @@ -0,0 +1,10 @@ +define( +"dijit/form/nls/ko/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 +); -- cgit v1.2.3