Sha256: 71863a4473c3631d60f49d326651b771c1244b7d4c10ca798e0dc4c27c9a33a5

Contents?: true

Size: 736 Bytes

Versions: 8

Compression:

Stored size: 736 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', 'pt', {
	pathName: 'objeto de media',
	title: 'Embeber media',
	button: 'Insert Media Embed', // MISSING
	unsupportedUrlGiven: 'O URL especificado não é suportado.',
	unsupportedUrl: 'The URL {url} is not supported by Media Embed.', // MISSING
	fetchingFailedGiven: 'Failed to fetch content for the given URL.', // MISSING
	fetchingFailed: 'Failed to fetch content for {url}.', // MISSING
	fetchingOne: 'Fetching oEmbed response...', // MISSING
	fetchingMany: 'Fetching oEmbed responses, {current} of {max} done...' // MISSING
} );

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
integral-1.5.1 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.5.0 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.4.0 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.3.0 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.2.0 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.1.0 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.0.1 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js
integral-1.0.0 app/assets/javascripts/ckeditor/plugins/embedbase/lang/pt.js