From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001
From: Thomas B. <thomas@roundcube.net>
Date: Mon, 07 Oct 2013 13:19:03 -0400
Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses

---
 program/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/program/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js b/program/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js
old mode 100755
new mode 100644
index fbdd1f3..707b5c2
--- a/program/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js
+++ b/program/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js
@@ -1,16 +1 @@
-tinyMCE.addI18n('fr.searchreplace_dlg',{
-searchnext_desc:"Suivant",
-notfound:"La recherche est termin\u00E9e. La cha\u00EEne recherch\u00E9e n'a pas \u00E9t\u00E9 trouv\u00E9e.",
-search_title:"Chercher",
-replace_title:"Chercher/Remplacer",
-allreplaced:"Toutes les occurences de la cha\u00EEne recherch\u00E9e ont \u00E9t\u00E9 remplac\u00E9es.",
-findwhat:"Chercher",
-replacewith:"Remplacer par",
-direction:"Direction",
-up:"Haut",
-down:"Bas",
-mcase:"Prendre la casse en compte",
-findnext:"Chercher suivant",
-replace:"Remplacer",
-replaceall:"Rempl. tous"
-});
\ No newline at end of file
+tinyMCE.addI18n('fr.searchreplace_dlg',{findwhat:"Rechercher ceci",replacewith:"Remplacer par",direction:"Direction",up:"Vers le haut",down:"Vers le bas",mcase:"Sensible \u00e0 la casse",findnext:"Rechercher le suivant",allreplaced:"Toutes les occurrences de la cha\u00eene recherch\u00e9e ont \u00e9t\u00e9 remplac\u00e9es.","searchnext_desc":"Suivant",notfound:"La recherche est termin\u00e9e. La cha\u00eene recherch\u00e9e n\'a pas \u00e9t\u00e9 trouv\u00e9e.","search_title":"Rechercher","replace_title":"Rechercher / remplacer",replaceall:"Tout remplacer",replace:"Remplacer"});
\ No newline at end of file

--
Gitblit v1.9.1