diff options
Diffstat (limited to 'plugins/image/lang/it.js')
| -rw-r--r-- | plugins/image/lang/it.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/image/lang/it.js b/plugins/image/lang/it.js new file mode 100644 index 0000000..96eea41 --- /dev/null +++ b/plugins/image/lang/it.js @@ -0,0 +1,26 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'image', 'it', {
+ alertUrl: 'Devi inserire l\'URL per l\'immagine',
+ 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.'
+});
|
