1
0

it.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* ===========================================================
  2. * it.js
  3. * Italian translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Mirko Buffoni
  7. */
  8. jQuery.trumbowyg.langs.it = {
  9. viewHTML: 'Mostra HTML',
  10. formatting: 'Formattazione',
  11. p: 'Paragrafo',
  12. blockquote: 'Citazione',
  13. code: 'Codice',
  14. header: 'Intestazione',
  15. bold: 'Grassetto',
  16. italic: 'Italico',
  17. strikethrough: 'Barrato',
  18. underline: 'Sottolineato',
  19. strong: 'Rafforza',
  20. em: 'Enfatizza',
  21. del: 'Cancella',
  22. unorderedList: 'Elenco puntato',
  23. orderedList: 'Elenco numerato',
  24. insertImage: 'Inserisci immagine',
  25. insertVideo: 'Inserisci video',
  26. link: 'Collegamento',
  27. createLink: 'Crea un collegamento',
  28. unlink: 'Elimina collegamento',
  29. justifyLeft: 'Allinea a sinistra',
  30. justifyCenter: 'Centra',
  31. justifyRight: 'Allinea a destra',
  32. justifyFull: 'Giustifica',
  33. horizontalRule: 'Inserisci un separatore orizzontale',
  34. fullscreen: 'Schermo intero',
  35. close: 'Chiudi',
  36. submit: 'Invia',
  37. reset: 'Annulla',
  38. required: 'Obbligatorio',
  39. description: 'Descrizione',
  40. title: 'Titolo',
  41. text: 'Testo',
  42. removeformat: 'Rimuovi Formattazione',
  43. superscript: 'Apice',
  44. subscript: 'Pedice',
  45. };