aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/iframe/lang/ja.js
blob: a24dd150bae747471d61aff6b2987b4efde7ef28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'iframe', 'ja', {
	border: 'フレームの枠を表示',
	noUrl: 'iframeのURLを入力してください。',
	scrolling: 'スクロールバーの表示を許可',
	title: 'iFrameのプロパティ',
	toolbar: 'IFrame'
} );