diff options
Diffstat (limited to 'plugins/find/lang/en-au.js')
| -rw-r--r-- | plugins/find/lang/en-au.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/en-au.js b/plugins/find/lang/en-au.js deleted file mode 100644 index d89fff6..0000000 --- a/plugins/find/lang/en-au.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-au', {
- 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'
-});
|
