aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/da.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/da.js')
-rw-r--r--sources/plugins/find/lang/da.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/da.js b/sources/plugins/find/lang/da.js
new file mode 100644
index 00000000..42d3bfcf
--- /dev/null
+++ b/sources/plugins/find/lang/da.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', 'da', {
6 find: 'Søg',
7 findOptions: 'Find muligheder',
8 findWhat: 'Søg efter:',
9 matchCase: 'Forskel på store og små bogstaver',
10 matchCyclic: 'Match cyklisk',
11 matchWord: 'Kun hele ord',
12 notFoundMsg: 'Søgeteksten blev ikke fundet',
13 replace: 'Erstat',
14 replaceAll: 'Erstat alle',
15 replaceSuccessMsg: '%1 forekomst(er) erstattet.',
16 replaceWith: 'Erstat med:',
17 title: 'Søg og erstat'
18} );