To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / javascripts / jstoolbar / lang / jstoolbar-ko.js @ 1297:0a574315af3e
History | View | Annotate | Download (756 Bytes)
| 1 |
jsToolBar.strings = {};
|
|---|---|
| 2 |
jsToolBar.strings['Strong'] = '굵게'; |
| 3 |
jsToolBar.strings['Italic'] = '기울임'; |
| 4 |
jsToolBar.strings['Underline'] = '밑줄'; |
| 5 |
jsToolBar.strings['Deleted'] = '취소선'; |
| 6 |
jsToolBar.strings['Code'] = '코드'; |
| 7 |
jsToolBar.strings['Heading 1'] = '제목 1'; |
| 8 |
jsToolBar.strings['Heading 2'] = '제목 2'; |
| 9 |
jsToolBar.strings['Heading 3'] = '제목 3'; |
| 10 |
jsToolBar.strings['Unordered list'] = '글머리 기호'; |
| 11 |
jsToolBar.strings['Ordered list'] = '번호 매기기'; |
| 12 |
jsToolBar.strings['Quote'] = '인용'; |
| 13 |
jsToolBar.strings['Unquote'] = '인용 취소'; |
| 14 |
jsToolBar.strings['Preformatted text'] = '있는 그대로 표현 (Preformatted text)'; |
| 15 |
jsToolBar.strings['Wiki link'] = 'Wiki 페이지에 연결'; |
| 16 |
jsToolBar.strings['Image'] = '그림'; |