annotate public/javascripts/jstoolbar/lang/jstoolbar-sv.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'] = 'Fet';
Chris@0 3 jsToolBar.strings['Italic'] = 'Kursiv';
Chris@0 4 jsToolBar.strings['Underline'] = 'Understruken';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Genomstruken';
Chris@0 6 jsToolBar.strings['Code'] = 'Kod';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Rubrik 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Rubrik 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Rubrik 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Osorterad lista';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Sorterad lista';
Chris@0 12 jsToolBar.strings['Quote'] = 'Citat';
Chris@0 13 jsToolBar.strings['Unquote'] = 'Ta bort citat';
Chris@0 14 jsToolBar.strings['Preformatted text'] = 'Förformaterad text';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Länk till en wikisida';
Chris@0 16 jsToolBar.strings['Image'] = 'Bild';