aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/fr-ca.js
blob: 5e8936577cb70ff4324b6d619a0da79560299fa4 (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-ca', {
	copy: 'Copyright © $1. Tous droits réservés.',
	dlgTitle: 'À propos de CKEditor',
	help: 'Consulter $1 pour l\'aide.',
	moreInfo: 'Pour les informations de licence, consulter notre site internet:',
	title: 'À propos de CKEditor',
	userGuide: 'Guide utilisateur de CKEditor'
} );