summaryrefslogtreecommitdiff
path: root/plugins/find/lang/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/fr-ca.js')
-rw-r--r--plugins/find/lang/fr-ca.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/fr-ca.js b/plugins/find/lang/fr-ca.js
new file mode 100644
index 0000000..2580cac
--- /dev/null
+++ b/plugins/find/lang/fr-ca.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+});