Skip to content
Snippets Groups Projects
Commit db2daaba authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3346066: Have support for CKEditor 5 in the automated functional...

Issue #3346066: Have support for CKEditor 5 in the automated functional testing after the switch to CKEditor 5 and remove not needed libraries
parent 3822bb69
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 160 deletions
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'ar', {
embeddingInProgress: 'جاري اضافة الرابط كمحتوى ',
embeddingFailed: 'لم نتمكن من اضافة الرابط كمحتوى'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'az', {
embeddingInProgress: 'Dahil etdiyiniz link yerləşdirilir...',
embeddingFailed: 'Bu cür linki avtomatik yerləşdirmək mövcud deyil.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'bg', {
embeddingInProgress: 'Опит за вграждане на поставения URL адрес...',
embeddingFailed: 'Този URL адрес не може да бъде вграден автоматично.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'ca', {
embeddingInProgress: 'Provant d\'incrustar URL copiada...',
embeddingFailed: 'Aquesta URL no es pot incrustar automàticament.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'cs', {
embeddingInProgress: 'Pokus o vnoření vložené URL',
embeddingFailed: 'Tato URL nemůže být automaticky vnořena.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'da', {
embeddingInProgress: 'Prøver at indlejre indsatte URL...',
embeddingFailed: 'Denne URL kunne ikke indlejres automatisk.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'de-ch', {
embeddingInProgress: 'Einbetten der eingefügten URL wird versucht...',
embeddingFailed: 'Diese URL konnte nicht automatisch eingebettet werden.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'de', {
embeddingInProgress: 'Einbetten der eingefügten URL wird versucht...',
embeddingFailed: 'Diese URL konnte nicht automatisch eingebettet werden.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'el', {
embeddingInProgress: 'Προσπαθώντας να ενσωματώσετε επικολλημένη URL',
embeddingFailed: 'Αυτή η URL δεν μπορεί να ενσωματωθεί αυτόματα.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'en-au', {
embeddingInProgress: 'Trying to embed pasted URL...',
embeddingFailed: 'This URL could not be automatically embedded.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'en', {
embeddingInProgress: 'Trying to embed pasted URL...',
embeddingFailed: 'This URL could not be automatically embedded.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'eo', {
embeddingInProgress: 'Provas enkorpigi la algluitan URL ...',
embeddingFailed: 'Ne eblis enkorpigi aŭtomate tiun URL.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'es-mx', {
embeddingInProgress: 'Tratando de empotrar la URL pegada...',
embeddingFailed: 'Esta URL no puede ser empotrada automáticamente.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'es', {
embeddingInProgress: 'Intentando incrustar URL pegada...',
embeddingFailed: 'Está URL no pudo ser automáticamente incrustada.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'et', {
embeddingInProgress: 'Püütakse asetatud URLi sisu lisada...',
embeddingFailed: 'Selle URLi sisu ei saa automaatselt dokumenti lisada.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'eu', {
embeddingInProgress: 'Itsatsitako URLa txertatzen saiatzen...',
embeddingFailed: 'URL hau ezin izan da automatikoki txertatu.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'fa', {
embeddingInProgress: 'در حال تلاش برای جایگذاری آدرس قرارگرفته',
embeddingFailed: 'این آدرس نمیتواند به صورت خودکار جایگذاری شود'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'fr', {
embeddingInProgress: 'Incorporation de l\'URL collée...',
embeddingFailed: 'Cette URL n\'a pas pu être incorporée automatiquement.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'gl', {
embeddingInProgress: 'Tentando incrustar URL pegado...',
embeddingFailed: 'Non foi posíbel incrustar automaticamente este URL.'
} );
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'autoembed', 'hr', {
embeddingInProgress: 'Pokušavam umetnuti URL...',
embeddingFailed: 'URL nije moguće umetnuti automatski.'
} );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment