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