LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/image/lang/fr.js

26 lines
1.1 KiB
JavaScript
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-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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.'
} );