summaryrefslogtreecommitdiff
path: root/plugins/find/lang/it.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/it.js')
-rw-r--r--plugins/find/lang/it.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/it.js b/plugins/find/lang/it.js
new file mode 100644
index 0000000..9ecb056
--- /dev/null
+++ b/plugins/find/lang/it.js
@@ -0,0 +1,18 @@
+/*
+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'
+});