annotate .svn/pristine/55/55a43d217ac81affe0d410feecff63fe21858e20.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 jsToolBar.strings = {};
Chris@909 2 jsToolBar.strings['Strong'] = '굵게';
Chris@909 3 jsToolBar.strings['Italic'] = '기울임';
Chris@909 4 jsToolBar.strings['Underline'] = '밑줄';
Chris@909 5 jsToolBar.strings['Deleted'] = '취소선';
Chris@909 6 jsToolBar.strings['Code'] = '코드';
Chris@909 7 jsToolBar.strings['Heading 1'] = '제목 1';
Chris@909 8 jsToolBar.strings['Heading 2'] = '제목 2';
Chris@909 9 jsToolBar.strings['Heading 3'] = '제목 3';
Chris@909 10 jsToolBar.strings['Unordered list'] = '글머리 기호';
Chris@909 11 jsToolBar.strings['Ordered list'] = '번호 매기기';
Chris@909 12 jsToolBar.strings['Quote'] = '인용';
Chris@909 13 jsToolBar.strings['Unquote'] = '인용 취소';
Chris@909 14 jsToolBar.strings['Preformatted text'] = '있는 그대로 표현 (Preformatted text)';
Chris@909 15 jsToolBar.strings['Wiki link'] = 'Wiki 페이지에 연결';
Chris@909 16 jsToolBar.strings['Image'] = '그림';