diff options
Diffstat (limited to 'plugins/find/lang/da.js')
| -rw-r--r-- | plugins/find/lang/da.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/da.js b/plugins/find/lang/da.js new file mode 100644 index 0000000..f66324a --- /dev/null +++ b/plugins/find/lang/da.js @@ -0,0 +1,18 @@ +/*
+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'
+});
|
