Sha256: b029c26ae8e5e1b14ec49f735e8f2b9083ab8f7aea96e06f9c5e4fe7425fb922
Contents?: true
Size: 666 Bytes
Versions: 8
Compression:
Stored size: 666 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-au', { 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