mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
Adds multi-levels blockquotes support by using > at the beginning of lines.
Textile is preserved inside quoted text. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1479 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -9,6 +9,8 @@ jsToolBar.strings['Heading 2'] = '見出し 2';
|
||||
jsToolBar.strings['Heading 3'] = '見出し 3';
|
||||
jsToolBar.strings['Unordered list'] = '順不同リスト';
|
||||
jsToolBar.strings['Ordered list'] = '番号つきリスト';
|
||||
jsToolBar.strings['Quote'] = 'Quote';
|
||||
jsToolBar.strings['Unquote'] = 'Remove Quote';
|
||||
jsToolBar.strings['Preformatted text'] = '整形済みテキスト';
|
||||
jsToolBar.strings['Wiki link'] = 'Wiki ページへのリンク';
|
||||
jsToolBar.strings['Image'] = '画像';
|
||||
|
||||
Reference in New Issue
Block a user