ckeditor wordcount
This commit is contained in:
11
www/pad/wordcount/lang/no.js
Normal file
11
www/pad/wordcount/lang/no.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// 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'
|
||||
});
|
||||
Reference in New Issue
Block a user