You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
472 B
JavaScript
13 lines
472 B
JavaScript
// 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'
|
|
});
|