Sha256: d1a7db3ad509bb010ddca4014a5b2e6a049d6c708718cc8f3290b0283d478272
Contents?: true
Size: 663 Bytes
Versions: 8
Compression:
Stored size: 663 Bytes
Contents
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'embedbase', 'en', { pathName: 'media object', title: 'Media Embed', button: 'Insert Media Embed', unsupportedUrlGiven: 'The specified URL is not supported.', unsupportedUrl: 'The URL {url} is not supported by Media Embed.', fetchingFailedGiven: 'Failed to fetch content for the given URL.', fetchingFailed: 'Failed to fetch content for {url}.', fetchingOne: 'Fetching oEmbed response...', fetchingMany: 'Fetching oEmbed responses, {current} of {max} done...' } );
Version data entries
8 entries across 8 versions & 1 rubygems