Mercurial > hg > soundsoftware-site
view .svn/pristine/6e/6e6cea014fed1f742039b10aedb19881f893006f.svn-base @ 1625:808a40a7cac7 live
Have a go at fixing #570 Can't delete downloadable file from version in project with no issue tracker
author | Chris Cannam |
---|---|
date | Thu, 07 Feb 2019 13:48:00 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
// Italian translation // by Diego Pierotto (ita.translations@tiscali.it) jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Grassetto'; jsToolBar.strings['Italic'] = 'Corsivo'; jsToolBar.strings['Underline'] = 'Sottolineato'; jsToolBar.strings['Deleted'] = 'Barrato'; jsToolBar.strings['Code'] = 'Codice sorgente'; jsToolBar.strings['Heading 1'] = 'Titolo 1'; jsToolBar.strings['Heading 2'] = 'Titolo 2'; jsToolBar.strings['Heading 3'] = 'Titolo 3'; jsToolBar.strings['Unordered list'] = 'Elenco puntato'; jsToolBar.strings['Ordered list'] = 'Elenco numerato'; jsToolBar.strings['Quote'] = 'Aumenta rientro'; jsToolBar.strings['Unquote'] = 'Riduci rientro'; jsToolBar.strings['Preformatted text'] = 'Testo preformattato'; jsToolBar.strings['Wiki link'] = 'Collegamento a pagina Wiki'; jsToolBar.strings['Image'] = 'Immagine';