summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/searchreplace/langs/fr_dlg.js
blob: fbdd1f357347a52ecdd452917aef0d3ad5a8d1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
});