annotate public/javascripts/jstoolbar/lang/jstoolbar-ko.js @ 661:6246ad0f9e98 feature_36

More adjustments to ensure search results box is empty when editing, and to ensure it has a minimum width in both new and edit modes. Also a text update
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 09 Sep 2011 16:20:11 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = '굵게';
Chris@0 3 jsToolBar.strings['Italic'] = '기울임';
Chris@0 4 jsToolBar.strings['Underline'] = '밑줄';
Chris@0 5 jsToolBar.strings['Deleted'] = '취소선';
Chris@0 6 jsToolBar.strings['Code'] = '코드';
Chris@0 7 jsToolBar.strings['Heading 1'] = '제목 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = '제목 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = '제목 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = '글머리 기호';
Chris@0 11 jsToolBar.strings['Ordered list'] = '번호 매기기';
Chris@0 12 jsToolBar.strings['Quote'] = '인용';
Chris@0 13 jsToolBar.strings['Unquote'] = '인용 취소';
Chris@0 14 jsToolBar.strings['Preformatted text'] = '있는 그대로 표현 (Preformatted text)';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Wiki 페이지에 연결';
Chris@0 16 jsToolBar.strings['Image'] = '그림';