aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/nb.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/plugins/wsc/lang/nb.js
downloadconnexionswing-ckeditor-component-4.5.6.tar.gz
connexionswing-ckeditor-component-4.5.6.tar.zst
connexionswing-ckeditor-component-4.5.6.zip
Initial commit4.5.6
Diffstat (limited to 'sources/plugins/wsc/lang/nb.js')
-rw-r--r--sources/plugins/wsc/lang/nb.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/nb.js b/sources/plugins/wsc/lang/nb.js
new file mode 100644
index 00000000..02a070a2
--- /dev/null
+++ b/sources/plugins/wsc/lang/nb.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', 'nb', {
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});