##// END OF EJS Templates
[#20288] Remove line-numbers style (line numbers are removed per r10131)....
[#20288] Remove line-numbers style (line numbers are removed per r10131). Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14487 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3889:01788e83e755
r14105:f4a0fbab62f9
Show More
jstoolbar-it.js
19 lines | 832 B | application/javascript | JavascriptLexer
// 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';