annotate public/javascripts/jstoolbar/lang/.svn/text-base/jstoolbar-zh.js.svn-base @ 159:4e485928a26b cannam-pre-20110113-merge

* Simplify table construction, with name and description in the same cell and some layout tidying. Eliminates minor bug that made name and description highlight separately on mouseover.
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 28 Jan 2011 11:01:43 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = '粗体';
Chris@0 3 jsToolBar.strings['Italic'] = '斜体';
Chris@0 4 jsToolBar.strings['Underline'] = '下划线';
Chris@0 5 jsToolBar.strings['Deleted'] = '删除线';
Chris@0 6 jsToolBar.strings['Code'] = '程序代码';
Chris@0 7 jsToolBar.strings['Heading 1'] = '标题 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = '标题 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = '标题 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = '无序列表';
Chris@0 11 jsToolBar.strings['Ordered list'] = '排序列表';
Chris@0 12 jsToolBar.strings['Quote'] = '引用';
Chris@0 13 jsToolBar.strings['Unquote'] = '删除引用';
Chris@0 14 jsToolBar.strings['Preformatted text'] = '格式化文本';
Chris@0 15 jsToolBar.strings['Wiki link'] = '连接到 Wiki 页面';
Chris@0 16 jsToolBar.strings['Image'] = '图片';