aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/it.js
blob: 46a38d36b725bd1debcb7d4730db1232f28ab331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'it', {
	find: 'Trova',
	findOptions: 'Opzioni di ricerca',
	findWhat: 'Trova:',
	matchCase: 'Maiuscole/minuscole',
	matchCyclic: 'Ricerca ciclica',
	matchWord: 'Solo parole intere',
	notFoundMsg: 'L\'elemento cercato non è stato trovato.',
	replace: 'Sostituisci',
	replaceAll: 'Sostituisci tutto',
	replaceSuccessMsg: '%1 occorrenza(e) sostituite.',
	replaceWith: 'Sostituisci con:',
	title: 'Cerca e Sostituisci'
} );