mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
9 lines
233 B
JavaScript
Executable File
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'
|
|
});
|