aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/fr.js
blob: f442bd9d212436fb033b85bd69de67799a2e3f99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'wsc', 'fr', {
	btnIgnore: 'Ignorer',
	btnIgnoreAll: 'Ignorer tout',
	btnReplace: 'Remplacer',
	btnReplaceAll: 'Remplacer tout',
	btnUndo: 'Annuler',
	changeTo: 'Modifier pour',
	errorLoading: 'Erreur du chargement du service depuis l\'hôte : %s.',
	ieSpellDownload: 'La vérification d\'orthographe n\'est pas installée. Voulez-vous la télécharger maintenant?',
	manyChanges: 'Vérification de l\'orthographe terminée : %1 mots corrigés.',
	noChanges: 'Vérification de l\'orthographe terminée : Aucun mot corrigé.',
	noMispell: 'Vérification de l\'orthographe terminée : aucune erreur trouvée.',
	noSuggestions: '- Aucune suggestion -',
	notAvailable: 'Désolé, le service est indisponible actuellement.',
	notInDic: 'N\'existe pas dans le dictionnaire.',
	oneChange: 'Vérification de l\'orthographe terminée : Un seul mot corrigé.',
	progress: 'Vérification de l\'orthographe en cours...',
	title: 'Vérifier l\'orthographe',
	toolbar: 'Vérifier l\'orthographe'
});