mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 08:15:38 +00:00
13 lines
759 B
JavaScript
Executable File
13 lines
759 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( 'about', 'km', {
|
|
copy: 'រក្សាសិទ្ធិ © $1។ រក្សាសិទ្ធិគ្រប់បែបយ៉ាង។',
|
|
dlgTitle: 'អំពី CKEditor',
|
|
help: 'ពិនិត្យ $1 សម្រាប់ជំនួយ។',
|
|
moreInfo: 'សម្រាប់ព័ត៌មានអំពីអាជ្ញាបណញណ សូមមើលក្នុងគេហទំព័ររបស់យើង៖',
|
|
title: 'អំពី CKEditor',
|
|
userGuide: 'វិធីប្រើប្រាស់ CKEditor'
|
|
});
|