Add JS files
This commit is contained in:
26
include/jQuery/ckeditor/plugins/image/lang/hi.js
Executable file
26
include/jQuery/ckeditor/plugins/image/lang/hi.js
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md 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
|
||||
} );
|
||||
Reference in New Issue
Block a user