aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/de-ch.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/de-ch.js')
-rw-r--r--sources/plugins/find/lang/de-ch.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/de-ch.js b/sources/plugins/find/lang/de-ch.js
new file mode 100644
index 00000000..2c2e0531
--- /dev/null
+++ b/sources/plugins/find/lang/de-ch.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'de-ch', {
6 find: 'Suchen',
7 findOptions: 'Suchoptionen',
8 findWhat: 'Suche nach:',
9 matchCase: 'Gross-/Kleinschreibung beachten',
10 matchCyclic: 'Zyklische Suche',
11 matchWord: 'Nur ganze Worte suchen',
12 notFoundMsg: 'Der angegebene Text wurde nicht gefunden.',
13 replace: 'Ersetzen',
14 replaceAll: 'Alle ersetzen',
15 replaceSuccessMsg: '%1 Vorkommen ersetzt.',
16 replaceWith: 'Ersetze mit:',
17 title: 'Suchen und Ersetzen'
18} );