Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • project/varbase
  • issue/varbase-3087001
  • issue/varbase-3215888
  • issue/varbase-3245763
  • issue/varbase-3253354
  • issue/varbase-3256661
  • issue/varbase-3258740
  • issue/varbase-3259665
  • issue/varbase-3260809
  • issue/varbase-3263378
  • issue/varbase-3266504
  • issue/varbase-3269421
  • issue/varbase-3269809
  • issue/varbase-3270457
  • issue/varbase-3276911
  • issue/varbase-3277590
  • issue/varbase-3285082
  • issue/varbase-3292847
  • issue/varbase-3293400
  • issue/varbase-3293696
  • issue/varbase-3298632
  • issue/varbase-3301451
  • issue/varbase-3318323
  • issue/varbase-3318847
  • issue/varbase-3346247
  • issue/varbase-3391550
  • issue/varbase-3443948
  • issue/varbase-3471788
  • issue/varbase-3479338
  • issue/varbase-3484640
30 results
Show changes
Showing
with 29 additions and 120 deletions
images/varbase-medium-logo-emblem-grey.png

4.05 KiB

images/varbase-medium-logo-emblem-white.png

3.48 KiB

images/varbase-medium-logo.png

10.5 KiB

images/vardot-white-logo.png

2.14 KiB

/**
* @file
* JavaScript behaviors for Varbase installer.
*/
(($, Drupal) => {
'use strict';
Drupal.behaviors.varbaseInstaller = {
attach: function attach(context) {
$("<footer class=\"installer-footer clearfix\"><div id=\"credit\" class=\"clearfix\"><div class=\"message\">Proudly built by</div><div class=\"logo\"><a href=\"http://www.vardot.com\" target=\"_blank\">Vardot Company</a></div></div></footer>").appendTo("body");
},
};
Drupal.behaviors.varbaseGinAccent = {
attach: function attach(context) {
// Set accent color to #0D6EFD while installing.
document.body.setAttribute('data-gin-accent', 'custom');
Drupal.ginAccent.setCustomAccentColor('#0D6EFD');
// Set focus color to default gin while installing.
document.body.setAttribute('data-gin-focus', 'gin');
},
};
})(jQuery, Drupal);
/*
Copyright (c) 2003-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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-2019, 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.'
} );