Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / lang / it.js
diff --git a/skins/ckeditor/plugins/codemirror/lang/it.js b/skins/ckeditor/plugins/codemirror/lang/it.js
new file mode 100755 (executable)
index 0000000..1fe3a78
--- /dev/null
@@ -0,0 +1,12 @@
+/*\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+CKEDITOR.plugins.setLang( 'codemirror', 'it', {\r
+       toolbar: 'Codice Sorgente',\r
+       searchCode: 'Search Source',\r
+       autoFormat: 'Format Selection',\r
+       commentSelectedRange: 'Comment Selection',\r
+       uncommentSelectedRange: 'Uncomment Selection',\r
+       autoCompleteToggle: 'Enable/Disable HTML Tag Autocomplete'\r
+});\r