it.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * Italian
  7. */
  8. $.Editable.LANGS['it'] = {
  9. translation: {
  10. "Bold": "Grassetto",
  11. "Italic": "Corsivo",
  12. "Underline": "Sottolineato",
  13. "Strikethrough": "Barrato",
  14. "Font Size": "Dimensione Carattere",
  15. "Color": "Colore",
  16. "Background Color": "Colore Sfondo",
  17. "Text Color": "Colore Testo",
  18. "Format Block": "Formattazione",
  19. "Normal": "Normale",
  20. "Paragraph": "Paragrafo",
  21. "Code": "Codice",
  22. "Quote": "Citazione",
  23. "Heading 1": "Intestazione 1",
  24. "Heading 2": "Intestazione 2",
  25. "Heading 3": "Intestazione 3",
  26. "Heading 4": "Intestazione 4",
  27. "Heading 5": "Intestazione 5",
  28. "Heading 6": "Intestazione 6",
  29. "Block Style": "Stile di blocco",
  30. "Alignment": "Allineamento",
  31. "Align Left": "Allinea a Sinistra",
  32. "Align Center": "Allinea al Cento",
  33. "Align Right": "Allinea a Destra",
  34. "Justify": "Giustifica",
  35. "Numbered List": "Elenchi Numerati",
  36. "Bulleted List": "Elenchi Puntati",
  37. "Indent Less": "Riduci Rientro",
  38. "Indent More": "Aumenta Rientro",
  39. "Select All": "Seleziona Tutto",
  40. "Insert Link": "Inserisci Link",
  41. "Insert Image": "Inserisci Immagine",
  42. "Insert Video": "Inserisci Video",
  43. "Undo": "Annulla",
  44. "Redo": "Ripeti",
  45. "Show HTML": "Mostra HTML",
  46. "Float Left": "Sinistra",
  47. "Float None": "Nessuno",
  48. "Float Right": "Destra",
  49. "Replace Image": "Sostituisci Immagine",
  50. "Remove Image": "Rimuovi Immagine",
  51. "Title": "Titolo",
  52. "Insert image": "Inserisci Immagine",
  53. "Drop image": "Rilascia Immagine",
  54. "or click": "oppure fai click su",
  55. "or": "o",
  56. "Enter URL": "Inserisci URL",
  57. "Please wait!": "Attendere prego!",
  58. "Are you sure? Image will be deleted.": "Sei sicuro? Immagine verr\u00e0 cancellata.",
  59. "UNLINK": "Rimuovi link",
  60. "Open in new tab": "Apri in nuova scheda",
  61. "Type something": "Digita qualcosa",
  62. "Cancel": "Cancella",
  63. "OK": "Ok",
  64. "Manage images": "Gestione immagini",
  65. "Delete": "Cancella",
  66. "Font Family": "Carattere",
  67. "Insert Horizontal Line": "Inserisci Divisore Orizzontale",
  68. "Table": "Tabella",
  69. "Insert table": "Inserisci Tabella",
  70. "Cell": "Cella",
  71. "Row": "Riga",
  72. "Column": "Colonna",
  73. "Delete table": "Cancella Tabella",
  74. "Insert cell before": "Inserisci Cella Prima",
  75. "Insert cell after": "Inserisci Cella Dopo",
  76. "Delete cell": "Cancella Cella",
  77. "Merge cells": "Unisci Cella",
  78. "Horizontal split": "Divisione Orizzontale",
  79. "Vertical split": "Divisione Verticale",
  80. "Insert row above": "Inserisci una Riga Prima",
  81. "Insert row below": "Inserisci una Riga Dopo",
  82. "Delete row": "Cancella Riga",
  83. "Insert column before": "Inserisci una Colonna Prima",
  84. "Insert column after": "Inserisci una Colonna Dopo",
  85. "Delete column": "Cancella Colonna"
  86. },
  87. direction: "ltr"
  88. };