aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/image/lang/it.js
blob: 24b60d395e92ce9a299d3e2016f6b0a5b0d6731a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image', 'it', {
	alt: 'Testo alternativo',
	border: 'Bordo',
	btnUpload: 'Invia al server',
	button2Img: 'Vuoi trasformare il bottone immagine selezionato in un\'immagine semplice?',
	hSpace: 'HSpace',
	img2Button: 'Vuoi trasferomare l\'immagine selezionata in un bottone immagine?',
	infoTab: 'Informazioni immagine',
	linkTab: 'Collegamento',
	lockRatio: 'Blocca rapporto',
	menu: 'Proprietà immagine',
	resetSize: 'Reimposta dimensione',
	title: 'Proprietà immagine',
	titleButton: 'Proprietà bottone immagine',
	upload: 'Carica',
	urlMissing: 'Manca l\'URL dell\'immagine.',
	vSpace: 'VSpace',
	validateBorder: 'Il campo Bordo deve essere un numero intero.',
	validateHSpace: 'Il campo HSpace deve essere un numero intero.',
	validateVSpace: 'Il campo VSpace deve essere un numero intero.'
} );