annotate public/javascripts/jstoolbar/lang/jstoolbar-sr-yu.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 1d32c0a0efbf
children
rev   line source
Chris@14 1 jsToolBar.strings = {};
Chris@14 2 jsToolBar.strings['Strong'] = 'Podebljano';
Chris@14 3 jsToolBar.strings['Italic'] = 'Kurziv';
Chris@14 4 jsToolBar.strings['Underline'] = 'Podvučeno';
Chris@14 5 jsToolBar.strings['Deleted'] = 'Obrisano';
Chris@14 6 jsToolBar.strings['Code'] = 'Ugrađeni kôd';
Chris@14 7 jsToolBar.strings['Heading 1'] = 'Naslov 1';
Chris@14 8 jsToolBar.strings['Heading 2'] = 'Naslov 2';
Chris@14 9 jsToolBar.strings['Heading 3'] = 'Naslov 3';
Chris@14 10 jsToolBar.strings['Unordered list'] = 'Lista nabrajanja';
Chris@14 11 jsToolBar.strings['Ordered list'] = 'Uređena lista';
Chris@14 12 jsToolBar.strings['Quote'] = 'Pod navodnicima';
Chris@14 13 jsToolBar.strings['Unquote'] = 'Ukloni navodnike';
Chris@14 14 jsToolBar.strings['Preformatted text'] = 'Prethodno formatiran tekst';
Chris@14 15 jsToolBar.strings['Wiki link'] = 'Veza prema Wiki strani';
Chris@14 16 jsToolBar.strings['Image'] = 'Slika';