]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/searchreplace/langs/fr.js
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / searchreplace / langs / fr.js
1 // Franch lang variables by Laurent Dran
2
3 tinyMCE.addToLang('',{
4 searchreplace_search_desc : 'Trouver',
5 searchreplace_searchnext_desc : 'Trouver encore',
6 searchreplace_replace_desc : 'Trouver/Remplacer',
7 searchreplace_notfound : 'Votre recherche a été compléé. La recherche de la chaine pourra ne pas aboutir.',
8 searchreplace_search_title : 'Trouver',
9 searchreplace_replace_title : 'Trouver/Remplacer',
10 searchreplace_allreplaced : 'Toutes les occurences de la chaine ont été remplcées.',
11 searchreplace_findwhat : 'Trouver le mot',
12 searchreplace_replacewith : 'Remplacer avec',
13 searchreplace_direction : 'Direction',
14 searchreplace_up : 'Haut',
15 searchreplace_down : 'Base',
16 searchreplace_case : 'Respecter la casse',
17 searchreplace_findnext : 'Trouver le prochain',
18 searchreplace_replace : 'Remplacer',
19 searchreplace_replaceall : 'Remplacer tout',
20 searchreplace_cancel : 'Annuler'
21 });