summaryrefslogtreecommitdiff
path: root/plugins/find/lang/de.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/de.js')
-rw-r--r--plugins/find/lang/de.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/de.js b/plugins/find/lang/de.js
deleted file mode 100644
index 33568c8..0000000
--- a/plugins/find/lang/de.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', 'de', {
- find: 'Suchen',
- findOptions: 'Suchoptionen',
- findWhat: 'Suche nach:',
- matchCase: 'Groß-Kleinschreibung beachten',
- matchCyclic: 'Zyklische Suche',
- matchWord: 'Nur ganze Worte suchen',
- notFoundMsg: 'Der gesuchte Text wurde nicht gefunden.',
- replace: 'Ersetzen',
- replaceAll: 'Alle ersetzen',
- replaceSuccessMsg: '%1 vorkommen ersetzt.',
- replaceWith: 'Ersetze mit:',
- title: 'Suchen und Ersetzen'
-});