annotate public/javascripts/jstoolbar/lang/jstoolbar-bs.js @ 586:658cfb481618 feature_36

Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed). Provide a label for each entry type, and use it in the edit dropdown and show page. Omit duplicate entry type (conference) from edit dropdown. Use existing entry attribute labels in show_bibtex_fields.
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 12 Aug 2011 13:15:05 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = 'Strong';
Chris@0 3 jsToolBar.strings['Italic'] = 'Italic';
Chris@0 4 jsToolBar.strings['Underline'] = 'Underline';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Deleted';
Chris@0 6 jsToolBar.strings['Code'] = 'Inline Code';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Heading 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Heading 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Heading 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Unordered list';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Ordered list';
Chris@0 12 jsToolBar.strings['Preformatted text'] = 'Preformatted text';
Chris@0 13 jsToolBar.strings['Wiki link'] = 'Link na Wiki stranicu';
Chris@0 14 jsToolBar.strings['Image'] = 'Slika';