From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/image/lang/fr.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sources/plugins/image/lang/fr.js (limited to 'sources/plugins/image/lang/fr.js') diff --git a/sources/plugins/image/lang/fr.js b/sources/plugins/image/lang/fr.js new file mode 100644 index 00000000..cfd2feac --- /dev/null +++ b/sources/plugins/image/lang/fr.js @@ -0,0 +1,25 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image', 'fr', { + alt: 'Texte de remplacement', + border: 'Bordure', + btnUpload: 'Envoyer sur le serveur', + button2Img: 'Voulez-vous transformer le bouton image sélectionné en simple image?', + hSpace: 'Espacement horizontal', + img2Button: 'Voulez-vous transformer l\'image en bouton image?', + infoTab: 'Informations sur l\'image', + linkTab: 'Lien', + lockRatio: 'Conserver les proportions', + menu: 'Propriétés de l\'image', + resetSize: 'Taille d\'origine', + title: 'Propriétés de l\'image', + titleButton: 'Propriétés du bouton image', + upload: 'Envoyer', + urlMissing: 'L\'adresse source de l\'image est manquante.', + vSpace: 'Espacement vertical', + validateBorder: 'Bordure doit être un entier.', + validateHSpace: 'HSpace doit être un entier.', + validateVSpace: 'VSpace doit être un entier.' +} ); -- cgit v1.2.3