Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-it.js @ 8:0c83d98252d9 yuya
* Add custom repo prefix and proper auth realm, remove auth cache (seems like an unwise feature), pass DB handle around, various other bits of tidying
author | Chris Cannam |
---|---|
date | Thu, 12 Aug 2010 15:31:37 +0100 |
parents | 513646585e45 |
children | 1d32c0a0efbf |
line wrap: on
line source
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'] = 'Numerazione'; 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';