about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js new file mode 100644 index 0000000..029ff92 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/hi.js
@@ -0,0 +1,21 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'hi', {
6 alt: 'वैकल्पिक टेक्स्ट',
7 btnUpload: 'इसे सर्वर को भेजें',
8 captioned: 'Captioned image', // MISSING
9 captionPlaceholder: 'Caption', // MISSING
10 infoTab: 'तस्वीर की जानकारी',
11 lockRatio: 'लॉक अनुपात',
12 menu: 'तस्वीर प्रॉपर्टीज़',
13 pathName: 'image', // MISSING
14 pathNameCaption: 'caption', // MISSING
15 resetSize: 'रीसॅट साइज़',
16 resizer: 'Click and drag to resize', // MISSING
17 title: 'तस्वीर प्रॉपर्टीज़',
18 uploadTab: 'अपलोड',
19 urlMissing: 'Image source URL is missing.', // MISSING
20 altMissing: 'Alternative text is missing.' // MISSING
21} );