no.js 365 B

12345678910
  1. // Norwegian translation by Vegard S.
  2. CKEDITOR.plugins.setLang('wordcount', 'no', {
  3. WordCount: 'Ord:',
  4. CharCount: 'Tegn:',
  5. CharCountWithHTML: 'Tegn (including HTML):',
  6. Paragraphs: 'Paragraphs:',
  7. pasteWarning: 'Content can not be pasted because it is above the allowed limit',
  8. Selected: 'Selected: ',
  9. title: 'Statistikk'
  10. });