summaryrefslogtreecommitdiff
path: root/plugins/find/lang/km.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/km.js')
-rw-r--r--plugins/find/lang/km.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/km.js b/plugins/find/lang/km.js
deleted file mode 100644
index b7d978f..0000000
--- a/plugins/find/lang/km.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', 'km', {
- find: 'ស្វែងរក',
- findOptions: 'Find Options',
- findWhat: 'ស្វែងរកអ្វី:',
- matchCase: 'ករណ៉ត្រូវរក',
- matchCyclic: 'Match cyclic',
- matchWord: 'ត្រូវពាក្យទាំងអស់',
- notFoundMsg: 'ពាក្យនេះ រកមិនឃើញទេ ។',
- replace: 'ជំនួស',
- replaceAll: 'ជំនួសទាំងអស់',
- replaceSuccessMsg: '%1 occurrence(s) replaced.',
- replaceWith: 'ជំនួសជាមួយ:',
- title: 'Find and Replace'
-});