diff options
Diffstat (limited to 'plugins/find/lang/it.js')
| -rw-r--r-- | plugins/find/lang/it.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/it.js b/plugins/find/lang/it.js deleted file mode 100644 index 9ecb056..0000000 --- a/plugins/find/lang/it.js +++ /dev/null @@ -1,18 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html 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'
-});
|
