Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-zh-tw.js @ 471:49fb7a9ef79c feature_36
Using Authorships instead of Authors in the new/show actions of the publication controller.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 24 Jun 2011 15:11:30 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = '粗體'; jsToolBar.strings['Italic'] = '斜體'; jsToolBar.strings['Underline'] = '底線'; jsToolBar.strings['Deleted'] = '刪除線'; jsToolBar.strings['Code'] = '程式碼'; jsToolBar.strings['Heading 1'] = '標題 1'; jsToolBar.strings['Heading 2'] = '標題 2'; jsToolBar.strings['Heading 3'] = '標題 3'; jsToolBar.strings['Unordered list'] = '項目清單'; jsToolBar.strings['Ordered list'] = '編號清單'; jsToolBar.strings['Quote'] = '引文'; jsToolBar.strings['Unquote'] = '取消引文'; jsToolBar.strings['Preformatted text'] = '已格式文字'; jsToolBar.strings['Wiki link'] = '連結至 Wiki 頁面'; jsToolBar.strings['Image'] = '圖片';