You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/wysiwyg/plugins/image2/lang/it.js

22 lines
727 B
JavaScript

/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'image2', 'it', {
alt: 'Testo alternativo',
btnUpload: 'Invia al server',
captioned: 'Immagine con didascalia',
captionPlaceholder: 'Didascalia',
infoTab: 'Informazioni immagine',
lockRatio: 'Blocca rapporto',
menu: 'Proprietà immagine',
pathName: 'immagine',
pathNameCaption: 'didascalia',
resetSize: 'Reimposta dimensione',
resizer: 'Fare clic e trascinare per ridimensionare',
title: 'Proprietà immagine',
uploadTab: 'Carica',
urlMissing: 'Manca l\'URL dell\'immagine.',
altMissing: 'Testo alternativo mancante.'
} );