Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-ko.js @ 586:658cfb481618 feature_36
Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed).
Provide a label for each entry type, and use it in the edit dropdown and show page.
Omit duplicate entry type (conference) from edit dropdown.
Use existing entry attribute labels in show_bibtex_fields.
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 12 Aug 2011 13:15:05 +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'] = '그림';