13 lines
501 B
JavaScript
13 lines
501 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', 'oc', {
|
|
border: 'Afichar la bordadura del quadre',
|
|
noUrl: 'Entratz l\'URL del contengut del quadre',
|
|
scrolling: 'Activar las barras de desfilament',
|
|
title: 'Proprietats del quadre de contengut incorporat',
|
|
toolbar: 'Quadre de contengut incorporat',
|
|
tabindex: 'Remove from tabindex' // MISSING
|
|
} );
|