Mercurial > hg > soundsoftware-site
comparison .svn/pristine/6e/6e6cea014fed1f742039b10aedb19881f893006f.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 // Italian translation | |
2 // by Diego Pierotto (ita.translations@tiscali.it) | |
3 | |
4 jsToolBar.strings = {}; | |
5 jsToolBar.strings['Strong'] = 'Grassetto'; | |
6 jsToolBar.strings['Italic'] = 'Corsivo'; | |
7 jsToolBar.strings['Underline'] = 'Sottolineato'; | |
8 jsToolBar.strings['Deleted'] = 'Barrato'; | |
9 jsToolBar.strings['Code'] = 'Codice sorgente'; | |
10 jsToolBar.strings['Heading 1'] = 'Titolo 1'; | |
11 jsToolBar.strings['Heading 2'] = 'Titolo 2'; | |
12 jsToolBar.strings['Heading 3'] = 'Titolo 3'; | |
13 jsToolBar.strings['Unordered list'] = 'Elenco puntato'; | |
14 jsToolBar.strings['Ordered list'] = 'Elenco numerato'; | |
15 jsToolBar.strings['Quote'] = 'Aumenta rientro'; | |
16 jsToolBar.strings['Unquote'] = 'Riduci rientro'; | |
17 jsToolBar.strings['Preformatted text'] = 'Testo preformattato'; | |
18 jsToolBar.strings['Wiki link'] = 'Collegamento a pagina Wiki'; | |
19 jsToolBar.strings['Image'] = 'Immagine'; |