aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/km.js
blob: 1bfe5c7cb7931504dd6d8e6f4176a8f24763d87b (plain) (blame)
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: 'រក​និង​ជំនួស'
} );