Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-he.js @ 242:bde4f47b6427 feature_73
Do more-or-less the right thing to pull in and update external repos
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 24 Feb 2011 15:04:51 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Strong'; jsToolBar.strings['Italic'] = 'Italic'; jsToolBar.strings['Underline'] = 'Underline'; jsToolBar.strings['Deleted'] = 'Deleted'; jsToolBar.strings['Code'] = 'Inline Code'; jsToolBar.strings['Heading 1'] = 'Heading 1'; jsToolBar.strings['Heading 2'] = 'Heading 2'; jsToolBar.strings['Heading 3'] = 'Heading 3'; jsToolBar.strings['Unordered list'] = 'Unordered list'; jsToolBar.strings['Ordered list'] = 'Ordered list'; jsToolBar.strings['Quote'] = 'Quote'; jsToolBar.strings['Unquote'] = 'Remove Quote'; jsToolBar.strings['Preformatted text'] = 'Preformatted text'; jsToolBar.strings['Wiki link'] = 'Link to a Wiki page'; jsToolBar.strings['Image'] = 'Image';