JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / plugins / placeholder / lang / en.js
diff --git a/_source/plugins/placeholder/lang/en.js b/_source/plugins/placeholder/lang/en.js
new file mode 100644 (file)
index 0000000..fd07bf1
--- /dev/null
@@ -0,0 +1,16 @@
+/*\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+CKEDITOR.plugins.setLang( 'placeholder', 'en',\r
+{\r
+       placeholder :\r
+       {\r
+               title           : 'Placeholder Properties',\r
+               toolbar         : 'Create Placeholder',\r
+               text            : 'Placeholder Text',\r
+               edit            : 'Edit Placeholder',\r
+               textMissing     : 'The placeholder must contain text.'\r
+       }\r
+});\r