| 123456789101112131415 |
- /*
- Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'embedbase', 'ca', {
- pathName: 'objecte multimèdia',
- title: 'Objecte multimèdia incrustat',
- button: 'Inserir objecte multimèdia incrustat',
- unsupportedUrlGiven: 'La URL especificada no és compatible.',
- unsupportedUrl: 'La URL {url} no és compatible pels objectes multimèdia incrustats.',
- fetchingFailedGiven: 'No s\'ha pogut obtenir el contingut de la URL especificada.',
- fetchingFailed: 'No s\'ha pogut obtenir el contingut de {url}.',
- fetchingOne: 'Recuperant resposta de oEmbed...',
- fetchingMany: 'Recuperant respostes dels oEmbed, {current} de {max} finalitzats...'
- } );
|