diff options
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/km.js')
-rw-r--r-- | app/assets/javascripts/ckeditor/plugins/image2/lang/km.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/km.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/km.js new file mode 100644 index 0000000..ea193ed --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/km.js | |||
@@ -0,0 +1,21 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | CKEDITOR.plugins.setLang( 'image2', 'km', { | ||
6 | alt: 'អត្ថបទជំនួស', | ||
7 | btnUpload: 'បញ្ជូនទៅកាន់ម៉ាស៊ីនផ្តល់សេវា', | ||
8 | captioned: 'រូបដែលមានចំណងជើង', | ||
9 | captionPlaceholder: 'Caption', // MISSING | ||
10 | infoTab: 'ពត៌មានអំពីរូបភាព', | ||
11 | lockRatio: 'ចាក់សោផលធៀប', | ||
12 | menu: 'លក្ខណៈសម្បត្តិរូបភាព', | ||
13 | pathName: 'រូបភាព', | ||
14 | pathNameCaption: 'ចំណងជើង', | ||
15 | resetSize: 'កំណត់ទំហំឡើងវិញ', | ||
16 | resizer: 'ចុចហើយទាញដើម្បីប្ដូរទំហំ', | ||
17 | title: 'លក្ខណៈសម្បត្តិរូបភាប', | ||
18 | uploadTab: 'ផ្ទុកឡើង', | ||
19 | urlMissing: 'ខ្វះ URL ប្រភពរូបភាព។', | ||
20 | altMissing: 'Alternative text is missing.' // MISSING | ||
21 | } ); | ||