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