summaryrefslogtreecommitdiff
path: root/plugins/find/lang/no.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/no.js')
-rw-r--r--plugins/find/lang/no.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/no.js b/plugins/find/lang/no.js
deleted file mode 100644
index b295a25..0000000
--- a/plugins/find/lang/no.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'find', 'no', {
- find: 'Søk',
- findOptions: 'Søkealternativer',
- findWhat: 'Søk etter:',
- matchCase: 'Skill mellom store og små bokstaver',
- matchCyclic: 'Søk i hele dokumentet',
- matchWord: 'Bare hele ord',
- notFoundMsg: 'Fant ikke søketeksten.',
- replace: 'Erstatt',
- replaceAll: 'Erstatt alle',
- replaceSuccessMsg: '%1 tilfelle(r) erstattet.',
- replaceWith: 'Erstatt med:',
- title: 'Søk og erstatt'
-});