]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/div/lang/ja.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / div / lang / ja.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'div', 'ja', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Title属性',
8 cssClassInputLabel: 'スタイルシートクラス',
9 edit: 'Divコンテナを編集',
10 inlineStyleInputLabel: 'インラインスタイル',
11 langDirLTRLabel: '左から右 (LTR)',
12 langDirLabel: '文字表記の方向',
13 langDirRTLLabel: '右から左 (RTL)',
14 languageCodeInputLabel: ' 言語コード',
15 remove: 'Divコンテナを削除',
16 styleSelectLabel: 'スタイル',
17 title: 'Divコンテナ',
18 toolbar: 'Divコンテナ'
19 } );