ckeditor wordcount
This commit is contained in:
12
www/pad/wordcount/lang/fr.js
Normal file
12
www/pad/wordcount/lang/fr.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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'
|
||||
});
|
||||
Reference in New Issue
Block a user