diff options
Diffstat (limited to 'plugins/toolbar/lang/km.js')
| -rw-r--r-- | plugins/toolbar/lang/km.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/km.js b/plugins/toolbar/lang/km.js new file mode 100644 index 0000000..85aed73 --- /dev/null +++ b/plugins/toolbar/lang/km.js @@ -0,0 +1,22 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'km', {
+ toolbarCollapse: 'បង្រួមរបារឧបករណ៍',
+ toolbarExpand: 'ពង្រីករបារឧបករណ៍',
+ toolbarGroups: {
+ document: 'ឯកសារ',
+ clipboard: 'Clipboard/មិនធ្វើវិញ',
+ editing: 'ការកែសម្រួល',
+ forms: 'បែបបទ',
+ basicstyles: 'រចនាបថមូលដ្ឋាន',
+ paragraph: 'កថាខណ្ឌ',
+ links: 'តំណ',
+ insert: 'បញ្ចូល',
+ styles: 'រចនាបថ',
+ colors: 'ពណ៌',
+ tools: 'ឧបករណ៍'
+ },
+ toolbars: 'របារឧបករណ៍កែសម្រួល'
+});
|
