]>
Commit | Line | Data |
---|---|---|
7adcb81e IB |
1 | /*\r |
2 | Copyright (c) 2003-2015, 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( 'templates', 'ja', {\r | |
6 | button: 'テンプレート',\r | |
7 | emptyListMsg: '(テンプレートが定義されていません)',\r | |
8 | insertOption: '現在のエディタの内容と置き換えます',\r | |
9 | options: 'テンプレートオプション',\r | |
10 | selectPromptMsg: 'エディターで使用するテンプレートを選択してください。<br>(現在のエディタの内容は失われます):',\r | |
11 | title: '内容テンプレート'\r | |
12 | } );\r |