/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'ja', {
IdInputLabel: 'Id',
advisoryTitleInputLabel: 'Title属性',
cssClassInputLabel: 'スタイルシートクラス',
edit: 'Divコンテナを編集',
inlineStyleInputLabel: 'インラインスタイル',
langDirLTRLabel: 'å·¦ã‹ã‚‰å³ (LTR)',
langDirLabel: 'æ–‡å—表記ã®æ–¹å‘',
langDirRTLLabel: 'å³ã‹ã‚‰å·¦ (RTL)',
languageCodeInputLabel: ' 言語コード',
remove: 'Divコンテナを削除',
styleSelectLabel: 'スタイル',
title: 'Divコンテナ',
toolbar: 'Divコンテナ'
} );
|