aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/it.js
blob: 6bf1dbc07880c5cbcfdc3a22d1286f4fce3b5d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'it', {
	copy: 'Copyright © $1. Tutti i diritti riservati.',
	dlgTitle: 'Riguardo CKEditor',
	help: 'Vedi $1 per l\'aiuto.',
	moreInfo: 'Per le informazioni sulla licenza si prega di visitare il nostro sito:',
	title: 'Riguardo CKEditor',
	userGuide: 'Guida Utente CKEditor'
} );