Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-ko.js @ 471:49fb7a9ef79c feature_36
Using Authorships instead of Authors in the new/show actions of the publication controller.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 24 Jun 2011 15:11:30 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = '굵게'; jsToolBar.strings['Italic'] = '기울임'; jsToolBar.strings['Underline'] = '밑줄'; jsToolBar.strings['Deleted'] = '취소선'; jsToolBar.strings['Code'] = '코드'; jsToolBar.strings['Heading 1'] = '제목 1'; jsToolBar.strings['Heading 2'] = '제목 2'; jsToolBar.strings['Heading 3'] = '제목 3'; jsToolBar.strings['Unordered list'] = '글머리 기호'; jsToolBar.strings['Ordered list'] = '번호 매기기'; jsToolBar.strings['Quote'] = '인용'; jsToolBar.strings['Unquote'] = '인용 취소'; jsToolBar.strings['Preformatted text'] = '있는 그대로 표현 (Preformatted text)'; jsToolBar.strings['Wiki link'] = 'Wiki 페이지에 연결'; jsToolBar.strings['Image'] = '그림';