Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-it.js @ 208:bb7cac2ac146 feature_72
removed 2 files that should not be here (related to previous experiences with T&C)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Feb 2011 13:15:47 +0000 |
parents | 1d32c0a0efbf |
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';