Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
420 florian 1
// FR lang variables
2
// Modified by shadow walker, last updated 2007-03-16, based on the work of Motte
3
 
4
tinyMCE.addToLang('spellchecker',{
5
	desc : 'Correcteur orthographique',
6
	menu : 'Options du correcteur',
7
	ignore_word : 'Ignorer le mot',
8
	ignore_words : 'Tout ignorer',
9
	langs : 'Langues',
10
	wait : 'Veuillez patienter...',
11
	swait : 'Contrôle de l\'orthographe, veuillez patienter...',
12
	sug : 'Suggestions',
13
	no_sug : 'Pas de suggestions',
14
	no_mpell : 'Aucune erreur détecté.',
15
	mpell_found : 'Trouver {$words} erreur(s).'
16
});