aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/fr-ca.js')
-rw-r--r--sources/plugins/find/lang/fr-ca.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/fr-ca.js b/sources/plugins/find/lang/fr-ca.js
new file mode 100644
index 00000000..401aedbf
--- /dev/null
+++ b/sources/plugins/find/lang/fr-ca.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );