File: it.js

package info (click to toggle)
ckeditor 4.16.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 258,804 kB
  • sloc: javascript: 239,590; sh: 184; makefile: 64; python: 37; php: 15; xml: 5
file content (25 lines) | stat: -rw-r--r-- 992 bytes parent folder | download | duplicates (3)
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-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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.'
} );