]>
Commit | Line | Data |
---|---|---|
1 | /*\r | |
2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r | |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r | |
4 | */\r | |
5 | CKEDITOR.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 | |
17 | title: 'Divコンテナ',\r | |
18 | toolbar: 'Divコンテナ'\r | |
19 | } );\r |