mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
19 lines
734 B
JavaScript
Executable File
19 lines
734 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md 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'
|
|
});
|