summaryrefslogtreecommitdiff
path: root/plugins/find/lang/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/fr.js')
-rw-r--r--plugins/find/lang/fr.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/fr.js b/plugins/find/lang/fr.js
new file mode 100644
index 0000000..8c7d1a5
--- /dev/null
+++ b/plugins/find/lang/fr.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', {
+ find: 'Trouver',
+ findOptions: 'Options de recherche',
+ findWhat: 'Expression à trouver: ',
+ matchCase: 'Respecter la casse',
+ matchCyclic: 'Boucler',
+ matchWord: 'Mot entier uniquement',
+ notFoundMsg: 'Le texte spécifié ne peut être trouvé.',
+ replace: 'Remplacer',
+ replaceAll: 'Remplacer tout',
+ replaceSuccessMsg: '%1 occurrence(s) replacée(s).',
+ replaceWith: 'Remplacer par: ',
+ title: 'Trouver et remplacer'
+});