diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/it.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/it.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/it.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/it.js new file mode 100644 index 0000000..95ae97a --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/it.js | |||
@@ -0,0 +1,21 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'image2', 'it', { | ||
6 | alt: 'Testo alternativo', | ||
7 | btnUpload: 'Invia al server', | ||
8 | captioned: 'Immagine con didascalia', | ||
9 | captionPlaceholder: 'Didascalia', | ||
10 | infoTab: 'Informazioni immagine', | ||
11 | lockRatio: 'Blocca rapporto', | ||
12 | menu: 'Proprietà immagine', | ||
13 | pathName: 'immagine', | ||
14 | pathNameCaption: 'didascalia', | ||
15 | resetSize: 'Reimposta dimensione', | ||
16 | resizer: 'Fare clic e trascinare per ridimensionare', | ||
17 | title: 'Proprietà immagine', | ||
18 | uploadTab: 'Carica', | ||
19 | urlMissing: 'Manca l\'URL dell\'immagine.', | ||
20 | altMissing: 'Testo alternativo mancante.' | ||
21 | } ); | ||