diff options
Diffstat (limited to 'plugins/image/lang/hi.js')
| -rw-r--r-- | plugins/image/lang/hi.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/image/lang/hi.js b/plugins/image/lang/hi.js new file mode 100644 index 0000000..1f149bb --- /dev/null +++ b/plugins/image/lang/hi.js @@ -0,0 +1,26 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'image', 'hi', {
+ alertUrl: 'तस्वीर का URL टाइप करें ',
+ alt: 'वैकल्पिक टेक्स्ट',
+ border: 'बॉर्डर',
+ btnUpload: 'इसे सर्वर को भेजें',
+ button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
+ hSpace: 'हॉरिज़ॉन्टल स्पेस',
+ img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
+ infoTab: 'तस्वीर की जानकारी',
+ linkTab: 'लिंक',
+ lockRatio: 'लॉक अनुपात',
+ menu: 'तस्वीर प्रॉपर्टीज़',
+ resetSize: 'रीसॅट साइज़',
+ title: 'तस्वीर प्रॉपर्टीज़',
+ titleButton: 'तस्वीर बटन प्रॉपर्टीज़',
+ upload: 'अपलोड',
+ urlMissing: 'Image source URL is missing.', // MISSING
+ vSpace: 'वर्टिकल स्पेस',
+ validateBorder: 'Border must be a whole number.', // MISSING
+ validateHSpace: 'HSpace must be a whole number.', // MISSING
+ validateVSpace: 'VSpace must be a whole number.' // MISSING
+});
|
