annotate .svn/pristine/52/528f95522c0c290aaee9f3ccf7b28d7c138ec9e4.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +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'] = '格式化文本';
Chris@909 15 jsToolBar.strings['Wiki link'] = '连接到 Wiki 页面';
Chris@909 16 jsToolBar.strings['Image'] = '图片';