2023-02-09 10:08:14 +01:00

13 lines
455 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', 'ar', {
border: 'إظهار حدود الإطار',
noUrl: 'فضلا أكتب رابط الـ iframe',
scrolling: 'تفعيل أشرطة الإنتقال',
title: 'خصائص iframe',
toolbar: 'iframe',
tabindex: 'Remove from tabindex' // MISSING
} );