summaryrefslogtreecommitdiff
path: root/plugins/find/lang/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/en.js')
-rw-r--r--plugins/find/lang/en.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/en.js b/plugins/find/lang/en.js
deleted file mode 100644
index 63fd86d..0000000
--- a/plugins/find/lang/en.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', 'en', {
- find: 'Find',
- findOptions: 'Find Options',
- findWhat: 'Find what:',
- matchCase: 'Match case',
- matchCyclic: 'Match cyclic',
- matchWord: 'Match whole word',
- notFoundMsg: 'The specified text was not found.',
- replace: 'Replace',
- replaceAll: 'Replace All',
- replaceSuccessMsg: '%1 occurrence(s) replaced.',
- replaceWith: 'Replace with:',
- title: 'Find and Replace'
-});