mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-18 00:56:16 +00:00
10 lines
249 B
JavaScript
Executable File
10 lines
249 B
JavaScript
Executable File
// French Translation by Nicolas M.
|
|
|
|
CKEDITOR.plugins.setLang('wordcount', 'fr', {
|
|
WordCount: 'Mots:',
|
|
CharCount: 'Caractères:',
|
|
CharCountWithHTML: 'Caractères (including HTML):',
|
|
limit: 'Limite:',
|
|
title: 'Statistiques'
|
|
});
|