aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/fr-ca.js
blob: aaeea311bdb2db910fc9ad32cc4508e60bdb2ab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'fr-ca', {
	find: 'Rechercher',
	findOptions: 'Options de recherche',
	findWhat: 'Rechercher:',
	matchCase: 'Respecter la casse',
	matchCyclic: 'Recherche cyclique',
	matchWord: 'Mot entier',
	notFoundMsg: 'Le texte indiqué est introuvable.',
	replace: 'Remplacer',
	replaceAll: 'Tout remplacer',
	replaceSuccessMsg: '%1 remplacements.',
	replaceWith: 'Remplacer par:',
	title: 'Rechercher et remplacer'
} );