JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / devtools / lang / en.js
diff --git a/_source/plugins/devtools/lang/en.js b/_source/plugins/devtools/lang/en.js
new file mode 100644 (file)
index 0000000..3281505
--- /dev/null
@@ -0,0 +1,16 @@
+/*\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+CKEDITOR.plugins.setLang( 'devtools', 'en',\r
+{\r
+       devTools :\r
+       {\r
+               title           : 'Element Information',\r
+               dialogName      : 'Dialog window name',\r
+               tabName         : 'Tab name',\r
+               elementId       : 'Element ID',\r
+               elementType     : 'Element type'\r
+       }\r
+});\r