no.js 233 B

12345678
  1. // Norwegian translation by Vegard S.
  2. CKEDITOR.plugins.setLang('wordcount', 'no', {
  3. WordCount: 'Ord:',
  4. CharCount: 'Tegn:',
  5. CharCountWithHTML: 'Tegn (including HTML):',
  6. limit: 'Grense:',
  7. title: 'Statistikk'
  8. });