phodal/congee

View on GitHub
ckeditor/plugins/wordcount/lang/no.js

Summary

Maintainability
A
1 hr
Test Coverage
// Norwegian translation by Vegard S.
CKEDITOR.plugins.setLang('wordcount', 'no', {
    WordCount: 'Ord:',
    CharCount: 'Tegn:',
    CharCountWithHTML: 'Tegn (including HTML):',
    Paragraphs: 'Paragraphs:',
    pasteWarning: 'Content can not be pasted because it is above the allowed limit',
    Selected: 'Selected: ',
    title: 'Statistikk'
});