// French Translation by Nicolas M. et Pierre-Luc Auclair

CKEDITOR.plugins.setLang('wordcount', 'fr', {
    WordCount: 'Mots :',
    CharCount: 'Caractères :',
    CharCountWithHTML: 'Caractères (incluant HTML) :',
    Paragraphs: 'Paragraphes :',
    ParagraphsRemaining: 'Paragraphs remaining',
    pasteWarning: 'Le contenu ne peut pas être collé car il dépasse la limite autorisée',
    Selected: 'Sélectionné :',
    title: 'Statistiques'
});