13 lines
434 B
JavaScript
13 lines
434 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', 'vi', {
|
|
border: 'Hiển thị viền khung',
|
|
noUrl: 'Vui lòng nhập địa chỉ iframe',
|
|
scrolling: 'Kích hoạt thanh cuộn',
|
|
title: 'Thuộc tính iframe',
|
|
toolbar: 'Iframe',
|
|
tabindex: 'Remove from tabindex' // MISSING
|
|
} );
|