OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / ckeditor4.1.0 / plugins / youtube / lang / ja.js
1 /**
2  * Magic3 CKEditorプラグイン
3  *
4  * JavaScript 1.5
5  *
6  * LICENSE: This source file is licensed under the terms of the GNU General Public License.
7  *
8  * @package    Magic3 Framework
9  * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
10  * @copyright  Copyright 2006-2013 Magic3 Project.
11  * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
12  * @version    SVN: $Id: ja.js 6004 2013-05-17 01:46:23Z fishbone $
13  * @link       http://www.magic3.org
14  */
15 CKEDITOR.plugins.setLang( 'youtube', 'ja', {
16         toolbar: 'YouTube',
17         title: 'YouTube',
18         videoId: '動画ID',
19         width: '幅',
20         height: '高さ',
21         autoplay: '自動起動',
22         instruction: 'YouTube動画のURLから動画IDを取得してください。<br/> 例) http://www.youtube.com/watch?v=<strong>動画ID</strong>'
23 });