annotate .svn/pristine/6e/6e6cea014fed1f742039b10aedb19881f893006f.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 // Italian translation
Chris@909 2 // by Diego Pierotto (ita.translations@tiscali.it)
Chris@909 3
Chris@909 4 jsToolBar.strings = {};
Chris@909 5 jsToolBar.strings['Strong'] = 'Grassetto';
Chris@909 6 jsToolBar.strings['Italic'] = 'Corsivo';
Chris@909 7 jsToolBar.strings['Underline'] = 'Sottolineato';
Chris@909 8 jsToolBar.strings['Deleted'] = 'Barrato';
Chris@909 9 jsToolBar.strings['Code'] = 'Codice sorgente';
Chris@909 10 jsToolBar.strings['Heading 1'] = 'Titolo 1';
Chris@909 11 jsToolBar.strings['Heading 2'] = 'Titolo 2';
Chris@909 12 jsToolBar.strings['Heading 3'] = 'Titolo 3';
Chris@909 13 jsToolBar.strings['Unordered list'] = 'Elenco puntato';
Chris@909 14 jsToolBar.strings['Ordered list'] = 'Elenco numerato';
Chris@909 15 jsToolBar.strings['Quote'] = 'Aumenta rientro';
Chris@909 16 jsToolBar.strings['Unquote'] = 'Riduci rientro';
Chris@909 17 jsToolBar.strings['Preformatted text'] = 'Testo preformattato';
Chris@909 18 jsToolBar.strings['Wiki link'] = 'Collegamento a pagina Wiki';
Chris@909 19 jsToolBar.strings['Image'] = 'Immagine';