annotate public/javascripts/jstoolbar/lang/jstoolbar-it.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 // Italian translation
Chris@14 2 // by Diego Pierotto (ita.translations@tiscali.it)
Chris@14 3
Chris@0 4 jsToolBar.strings = {};
Chris@0 5 jsToolBar.strings['Strong'] = 'Grassetto';
Chris@0 6 jsToolBar.strings['Italic'] = 'Corsivo';
Chris@0 7 jsToolBar.strings['Underline'] = 'Sottolineato';
Chris@0 8 jsToolBar.strings['Deleted'] = 'Barrato';
Chris@0 9 jsToolBar.strings['Code'] = 'Codice sorgente';
Chris@0 10 jsToolBar.strings['Heading 1'] = 'Titolo 1';
Chris@0 11 jsToolBar.strings['Heading 2'] = 'Titolo 2';
Chris@0 12 jsToolBar.strings['Heading 3'] = 'Titolo 3';
Chris@0 13 jsToolBar.strings['Unordered list'] = 'Elenco puntato';
Chris@14 14 jsToolBar.strings['Ordered list'] = 'Elenco numerato';
Chris@0 15 jsToolBar.strings['Quote'] = 'Aumenta rientro';
Chris@0 16 jsToolBar.strings['Unquote'] = 'Riduci rientro';
Chris@0 17 jsToolBar.strings['Preformatted text'] = 'Testo preformattato';
Chris@0 18 jsToolBar.strings['Wiki link'] = 'Collegamento a pagina Wiki';
Chris@0 19 jsToolBar.strings['Image'] = 'Immagine';