13 lines
394 B
JavaScript
13 lines
394 B
JavaScript
/*
|
|
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'iframe', 'zh', {
|
|
border: '顯示框架框線',
|
|
noUrl: '請輸入 iframe URL',
|
|
scrolling: '啟用捲軸列',
|
|
title: 'IFrame 屬性',
|
|
toolbar: 'IFrame',
|
|
tabindex: 'Remove from tabindex' // MISSING
|
|
} );
|