123456789101112131415161718 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'find', 'km', {
- find: 'ស្វែងរក',
- findOptions: 'ជម្រើសស្វែងរក',
- findWhat: 'ស្វែងរកអ្វី:',
- matchCase: 'ករណីដំណូច',
- matchCyclic: 'ត្រូវនឹង cyclic',
- matchWord: 'ដូចនឹងពាក្យទាំងមូល',
- notFoundMsg: 'រកមិនឃើញពាក្យដែលបានបញ្ជាក់។',
- replace: 'ជំនួស',
- replaceAll: 'ជំនួសទាំងអស់',
- replaceSuccessMsg: 'ការជំនួសចំនួន %1 បានកើតឡើង។',
- replaceWith: 'ជំនួសជាមួយ:',
- title: 'រកនិងជំនួស'
- } );
|