aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/no.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/no.js')
-rw-r--r--sources/plugins/wsc/lang/no.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/no.js b/sources/plugins/wsc/lang/no.js
new file mode 100644
index 00000000..416f67a3
--- /dev/null
+++ b/sources/plugins/wsc/lang/no.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'no', {
6 btnIgnore: 'Ignorer',
7 btnIgnoreAll: 'Ignorer alle',
8 btnReplace: 'Erstatt',
9 btnReplaceAll: 'Erstatt alle',
10 btnUndo: 'Angre',
11 changeTo: 'Endre til',
12 errorLoading: 'Feil under lasting av applikasjonstjenestetjener: %s.',
13 ieSpellDownload: 'Stavekontroll er ikke installert. Vil du laste den ned nå?',
14 manyChanges: 'Stavekontroll fullført: %1 ord endret',
15 noChanges: 'Stavekontroll fullført: ingen ord endret',
16 noMispell: 'Stavekontroll fullført: ingen feilstavinger funnet',
17 noSuggestions: '- Ingen forslag -',
18 notAvailable: 'Beklager, tjenesten er utilgjenglig nå.',
19 notInDic: 'Ikke i ordboken',
20 oneChange: 'Stavekontroll fullført: Ett ord endret',
21 progress: 'Stavekontroll pågår...',
22 title: 'Stavekontroll',
23 toolbar: 'Stavekontroll'
24});