fr.js 249 B

123456789
  1. // French Translation by Nicolas M.
  2. CKEDITOR.plugins.setLang('wordcount', 'fr', {
  3. WordCount: 'Mots:',
  4. CharCount: 'Caractères:',
  5. CharCountWithHTML: 'Caractères (including HTML):',
  6. limit: 'Limite:',
  7. title: 'Statistiques'
  8. });