| 12345678910111213141516171819202122232425262728293031 |
- $.extend(true,$.summernote.lang,{
- 'it-IT':{ /* Italian */
- imageAttributes:{
- dialogTitle: 'Attributi Immagine',
- tooltip: 'Attributi Immagine',
- tabImage: 'Immagine',
- src: 'Fonte',
- browse: 'Navigare',
- title: 'Titolo',
- alt: 'Alt',
- dimensions: 'Dimensioni',
- tabAttributes: 'attributi',
- class: 'Classe',
- style: 'Stile',
- role: 'Ruolo',
- tabLink: 'collegamento',
- linkHref: 'URL',
- linkTarget: 'Bersaglio',
- linkTargetInfo: 'Opzioni: _self, _blank, _top, _parent',
- linkClass: 'Classe',
- linkStyle: 'Stile',
- linkRel: 'Rel',
- linkRelInfo: 'Opzioni: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
- linkRole: 'Ruolo',
- tabUpload: 'Caricare',
- upload: 'Caricare',
- tabBrowse: 'Navigare',
- editBtn: 'OK'
- }
- }
- });
|