/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'zh-cn', {
IdInputLabel: 'ID',
advisoryTitleInputLabel: 'æ ‡é¢˜',
cssClassInputLabel: 'æ ·å¼ç±»åç§°',
edit: '编辑 DIV',
inlineStyleInputLabel: 'è¡Œå†…æ ·å¼',
langDirLTRLabel: 'ä»Žå·¦åˆ°å³ (LTR)',
langDirLabel: 'è¯è¨€æ–¹å‘',
langDirRTLLabel: '从å³åˆ°å·¦ (RTL)',
languageCodeInputLabel: 'è¯è¨€ä»£ç ',
remove: '移除 DIV',
styleSelectLabel: 'æ ·å¼',
title: '创建 DIV 容器',
toolbar: '创建 DIV 容器'
} );
|