To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / public / javascripts / jstoolbar / lang / jstoolbar-zh-tw.js @ 442:753f1380d6bc

History | View | Annotate | Download (716 Bytes)

1
jsToolBar.strings = {};
2
jsToolBar.strings['Strong'] = '粗體';
3
jsToolBar.strings['Italic'] = '斜體';
4
jsToolBar.strings['Underline'] = '底線';
5
jsToolBar.strings['Deleted'] = '刪除線';
6
jsToolBar.strings['Code'] = '程式碼';
7
jsToolBar.strings['Heading 1'] = '標題 1';
8
jsToolBar.strings['Heading 2'] = '標題 2';
9
jsToolBar.strings['Heading 3'] = '標題 3';
10
jsToolBar.strings['Unordered list'] = '項目清單';
11
jsToolBar.strings['Ordered list'] = '編號清單';
12
jsToolBar.strings['Quote'] = '引文';
13
jsToolBar.strings['Unquote'] = '取消引文';
14
jsToolBar.strings['Preformatted text'] = '已格式文字';
15
jsToolBar.strings['Wiki link'] = '連結至 Wiki 頁面';
16
jsToolBar.strings['Image'] = '圖片';