Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / lang / en.js
diff --git a/skins/ckeditor/plugins/codemirror/lang/en.js b/skins/ckeditor/plugins/codemirror/lang/en.js
new file mode 100755 (executable)
index 0000000..5ef2b06
--- /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', 'en', {\r
+    toolbar: 'Source',\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