diff options
Diffstat (limited to 'plugins/find/lang/mk.js')
| -rw-r--r-- | plugins/find/lang/mk.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/mk.js b/plugins/find/lang/mk.js new file mode 100644 index 0000000..a49ff2b --- /dev/null +++ b/plugins/find/lang/mk.js @@ -0,0 +1,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', 'mk', {
+ 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'
+});
|
