JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / placeholder / lang / zh-cn.js
1 /*\r
2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 CKEDITOR.plugins.setLang( 'placeholder', 'zh-cn',\r
7 {\r
8         placeholder :\r
9         {\r
10                 title           : '占位符属性',\r
11                 toolbar         : '创建占位符',\r
12                 text            : '占位符文字',\r
13                 edit            : '编辑占位符',\r
14                 textMissing     : '占位符必需包含有文字'\r
15         }\r
16 });\r