/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/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...'
} );