You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
415 B
JavaScript
12 lines
415 B
JavaScript
// Norwegian translation by Vegard S.
|
|
CKEDITOR.plugins.setLang('wordcount', 'no', {
|
|
WordCount: 'Ord:',
|
|
CharCount: 'Tegn:',
|
|
CharCountWithHTML: 'Tegn (including HTML):',
|
|
Paragraphs: 'Paragraphs:',
|
|
ParagraphsRemaining: 'Paragraphs remaining',
|
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
Selected: 'Selected: ',
|
|
title: 'Statistikk'
|
|
});
|