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