summaryrefslogtreecommitdiff
path: root/plugins/find/lang/da.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/da.js')
-rw-r--r--plugins/find/lang/da.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/da.js b/plugins/find/lang/da.js
deleted file mode 100644
index f66324a..0000000
--- a/plugins/find/lang/da.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', 'da', {
- find: 'Søg',
- findOptions: 'Find muligheder',
- findWhat: 'Søg efter:',
- matchCase: 'Forskel på store og små bogstaver',
- matchCyclic: 'Match cyklisk',
- matchWord: 'Kun hele ord',
- notFoundMsg: 'Søgeteksten blev ikke fundet',
- replace: 'Erstat',
- replaceAll: 'Erstat alle',
- replaceSuccessMsg: '%1 forekomst(er) erstattet.',
- replaceWith: 'Erstat med:',
- title: 'Søg og erstat'
-});