aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/no.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/no.js')
-rw-r--r--sources/plugins/find/lang/no.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/no.js b/sources/plugins/find/lang/no.js
new file mode 100644
index 00000000..6c99e793
--- /dev/null
+++ b/sources/plugins/find/lang/no.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'no', {
6 find: 'Søk',
7 findOptions: 'Søkealternativer',
8 findWhat: 'Søk etter:',
9 matchCase: 'Skill mellom store og små bokstaver',
10 matchCyclic: 'Søk i hele dokumentet',
11 matchWord: 'Bare hele ord',
12 notFoundMsg: 'Fant ikke søketeksten.',
13 replace: 'Erstatt',
14 replaceAll: 'Erstatt alle',
15 replaceSuccessMsg: '%1 tilfelle(r) erstattet.',
16 replaceWith: 'Erstatt med:',
17 title: 'Søk og erstatt'
18} );