new ckeditor
New ckeditor
This commit is contained in:
18
ckeditor/plugins/find/lang/it.js
Normal file
18
ckeditor/plugins/find/lang/it.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, 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'
|
||||
} );
|
||||
Reference in New Issue
Block a user