13
(function webpackUniversalModuleDefinition(root, factory) {
14
if(typeof exports === 'object' && typeof module === 'object')
15
module.exports = factory();
16
else if(typeof define === 'function' && define.amd)
20
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
24
var __webpack_exports__ = {};
26
$.extend($.summernote.lang, {
29
bold: 'Testo in grassetto',
30
italic: 'Testo in corsivo',
31
underline: 'Testo sottolineato',
32
clear: 'Elimina la formattazione del testo',
33
height: 'Altezza della linea di testo',
34
name: 'Famiglia Font',
35
strikethrough: 'Testo barrato',
36
subscript: 'Subscript',
37
superscript: 'Superscript',
38
size: 'Dimensione del carattere'
42
insert: 'Inserisci Immagine',
43
resizeFull: 'Dimensioni originali',
44
resizeHalf: 'Ridimensiona al 50%',
45
resizeQuarter: 'Ridimensiona al 25%',
46
floatLeft: 'Posiziona a sinistra',
47
floatRight: 'Posiziona a destra',
48
floatNone: 'Nessun posizionamento',
49
shapeRounded: 'Shape: Rounded',
50
shapeCircle: 'Shape: Circle',
51
shapeThumbnail: 'Shape: Thumbnail',
52
shapeNone: 'Shape: None',
53
dragImageHere: 'Trascina qui un\'immagine',
54
dropImage: 'Drop image or Text',
55
selectFromFiles: 'Scegli dai Documenti',
56
maximumFileSize: 'Maximum file size',
57
maximumFileSizeError: 'Maximum file size exceeded.',
58
url: 'URL dell\'immagine',
59
remove: 'Rimuovi immagine',
64
videoLink: 'Collegamento ad un Video',
65
insert: 'Inserisci Video',
67
providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'
71
insert: 'Inserisci Collegamento',
72
unlink: 'Elimina collegamento',
73
edit: 'Modifica collegamento',
74
textToDisplay: 'Testo del collegamento',
75
url: 'URL del collegamento',
76
openInNewWindow: 'Apri in una nuova finestra'
80
addRowAbove: 'Add row above',
81
addRowBelow: 'Add row below',
82
addColLeft: 'Add column left',
83
addColRight: 'Add column right',
85
delCol: 'Delete column',
86
delTable: 'Delete table'
89
insert: 'Inserisce una linea di separazione'
94
blockquote: 'Citazione',
104
unordered: 'Elenco non ordinato',
105
ordered: 'Elenco ordinato'
109
fullscreen: 'Modalità a tutto schermo',
110
codeview: 'Visualizza codice'
113
paragraph: 'Paragrafo',
114
outdent: 'Diminuisce il livello di rientro',
115
indent: 'Aumenta il livello di rientro',
116
left: 'Allinea a sinistra',
118
right: 'Allinea a destra',
119
justify: 'Giustifica (allinea a destra e sinistra)'
122
recent: 'Ultimo colore utilizzato',
123
more: 'Altri colori',
124
background: 'Colore di sfondo',
125
foreground: 'Colore',
126
transparent: 'Trasparente',
127
setTransparent: 'Trasparente',
129
resetToDefault: 'Reimposta i colori'
132
shortcuts: 'Scorciatoie da tastiera',
134
textFormatting: 'Formattazione testo',
136
paragraphFormatting: 'Formattazione paragrafo',
137
documentStyle: 'Stili',
138
extraKeys: 'Extra keys'
141
'insertParagraph': 'Insert Paragraph',
142
'undo': 'Undoes the last command',
143
'redo': 'Redoes the last command',
146
'bold': 'Set a bold style',
147
'italic': 'Set a italic style',
148
'underline': 'Set a underline style',
149
'strikethrough': 'Set a strikethrough style',
150
'removeFormat': 'Clean a style',
151
'justifyLeft': 'Set left align',
152
'justifyCenter': 'Set center align',
153
'justifyRight': 'Set right align',
154
'justifyFull': 'Set full align',
155
'insertUnorderedList': 'Toggle unordered list',
156
'insertOrderedList': 'Toggle ordered list',
157
'outdent': 'Outdent on current paragraph',
158
'indent': 'Indent on current paragraph',
159
'formatPara': 'Change current block\'s format as a paragraph(P tag)',
160
'formatH1': 'Change current block\'s format as H1',
161
'formatH2': 'Change current block\'s format as H2',
162
'formatH3': 'Change current block\'s format as H3',
163
'formatH4': 'Change current block\'s format as H4',
164
'formatH5': 'Change current block\'s format as H5',
165
'formatH6': 'Change current block\'s format as H6',
166
'insertHorizontalRule': 'Insert horizontal rule',
167
'linkDialog.show': 'Show Link Dialog'
174
specialChar: 'SPECIAL CHARACTERS',
175
select: 'Select Special characters'
180
return __webpack_exports__;