1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
Copyright (c) 2003-2016, 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: 'រកនិងជំនួស'
} );
|