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