aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/fr.js
blob: 461861b8eaf3c62f58c4da2fa9aef3449e0f3c76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'fr', {
	copy: 'Copyright © $1. Tous droits réservés.',
	dlgTitle: 'À propos de CKEditor',
	help: 'Consulter $1 pour l\'aide.',
	moreInfo: 'Pour les informations de licence, veuillez visiter notre site web:',
	title: 'À propos de CKEditor',
	userGuide: 'Guide de l\'utilisateur CKEditor en anglais'
} );