You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
786 B
JavaScript
22 lines
786 B
JavaScript
6 years ago
|
/*
|
||
|
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
||
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
||
|
*/
|
||
|
CKEDITOR.plugins.setLang( 'image2', 'fr', {
|
||
|
alt: 'Texte alternatif',
|
||
|
btnUpload: 'Envoyer sur le serveur',
|
||
|
captioned: 'Image légendée',
|
||
|
captionPlaceholder: 'Légende',
|
||
|
infoTab: 'Informations sur l\'image',
|
||
|
lockRatio: 'Conserver les proportions',
|
||
|
menu: 'Propriétés de l\'image',
|
||
|
pathName: 'image',
|
||
|
pathNameCaption: 'légende',
|
||
|
resetSize: 'Réinitialiser la taille',
|
||
|
resizer: 'Cliquer et glisser pour redimensionner',
|
||
|
title: 'Propriétés de l\'image',
|
||
|
uploadTab: 'Téléverser',
|
||
|
urlMissing: 'L\'URL source de l\'image est manquante.',
|
||
|
altMissing: 'Vous n\'avez pas indiqué de texte de remplacement.'
|
||
|
} );
|