2017-04-15 01:34:36 +03:00

9 lines
233 B
JavaScript
Executable File

// Norwegian translation by Vegard S.
CKEDITOR.plugins.setLang('wordcount', 'no', {
WordCount: 'Ord:',
CharCount: 'Tegn:',
CharCountWithHTML: 'Tegn (including HTML):',
limit: 'Grense:',
title: 'Statistikk'
});