diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-15 14:22:23 +0100 |
| commit | 6d4c4f12d15ae68d912972921997a8c5180c9aea (patch) | |
| tree | 104274447272d09617c483cf6b0ee79559c9fe6f /plugins/wsc/lang/hi.js | |
| parent | de6d09676a9527919813a4474cc28af554a35fe1 (diff) | |
| download | ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.gz ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.tar.bz2 ckeditor-6d4c4f12d15ae68d912972921997a8c5180c9aea.zip | |
Upgrade to CKEditor V4
Directory structure changed so many files removed and replace in a new location
This batch is the delete and add
Diffstat (limited to 'plugins/wsc/lang/hi.js')
| -rw-r--r-- | plugins/wsc/lang/hi.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/wsc/lang/hi.js b/plugins/wsc/lang/hi.js new file mode 100644 index 0000000..2ceace8 --- /dev/null +++ b/plugins/wsc/lang/hi.js @@ -0,0 +1,24 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'wsc', 'hi', {
+ btnIgnore: 'इग्नोर',
+ btnIgnoreAll: 'सभी इग्नोर करें',
+ btnReplace: 'रिप्लेस',
+ btnReplaceAll: 'सभी रिप्लेस करें',
+ btnUndo: 'अन्डू',
+ changeTo: 'इसमें बदलें',
+ errorLoading: 'Error loading application service host: %s.',
+ ieSpellDownload: 'स्पॅल-चॅकर इन्स्टाल नहीं किया गया है। क्या आप इसे डाउनलोड करना चाहेंगे?',
+ manyChanges: 'वर्तनी की जाँच : %1 शब्द बदले गये',
+ noChanges: 'वर्तनी की जाँच :कोई शब्द नहीं बदला गया',
+ noMispell: 'वर्तनी की जाँच : कोई गलत वर्तनी (स्पॅलिंग) नहीं पाई गई',
+ noSuggestions: '- कोई सुझाव नहीं -',
+ notAvailable: 'Sorry, but service is unavailable now.',
+ notInDic: 'शब्दकोश में नहीं',
+ oneChange: 'वर्तनी की जाँच : एक शब्द बदला गया',
+ progress: 'वर्तनी की जाँच (स्पॅल-चॅक) जारी है...',
+ title: 'Spell Check',
+ toolbar: 'वर्तनी (स्पेलिंग) जाँच'
+});
|
