Files
BoostrapPageGenerator4/4 beta 2/ckeditor/plugins/image/lang/fr.js
Francesco Malagrino 88a1e61560 bootstrap 4 beta 2
Bootstrap 4 beta 2
2017-10-30 13:17:39 +00:00

26 lines
1.0 KiB
JavaScript
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image', 'fr', {
alt: 'Texte alternatif',
border: 'Bordure',
btnUpload: 'Envoyer sur le serveur',
button2Img: 'Voulez-vous transformer le bouton avec image sélectionné en simple image ?',
hSpace: 'Espacement horizontal',
img2Button: 'Voulez-vous transformer l\'image sélectionnée en bouton avec image ?',
infoTab: 'Informations sur l\'image',
linkTab: 'Lien',
lockRatio: 'Conserver les proportions',
menu: 'Propriétés de l\'image',
resetSize: 'Réinitialiser la taille',
title: 'Propriétés de l\'image',
titleButton: 'Propriétés du bouton avec image',
upload: 'Téléverser',
urlMissing: 'L\'URL source de l\'image est manquante.',
vSpace: 'Espacement vertical',
validateBorder: 'La bordure doit être un nombre entier.',
validateHSpace: 'L\'espacement horizontal doit être un nombre entier.',
validateVSpace: 'L\'espacement vertical doit être un nombre entier.'
} );