summaryrefslogtreecommitdiff
path: root/plugins/find/lang/de.js
blob: 33568c8d8b251164a64f69cc9174d0e383093f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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', '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'
});