aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/iframe/lang/zh.js
blob: 091b80713a9d68b1fc6655d58b472702d65e5db8 (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', 'zh', {
	border: '顯示框架框線',
	noUrl: '請輸入 iframe URL',
	scrolling: '啟用捲軸列',
	title: 'IFrame 屬性',
	toolbar: 'IFrame'
} );