| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hi/messages.inc | |
| | | | localization/hi_IN/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2010, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Aniruddha "Karim" Shankar <karim@sarai.net> | |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'लॉगिन नहीं हो पाया'; |
| | | $messages['cookiesdisabled'] = 'आपका ब्राऊसर कुकी स्वीकार नहीं कर रहा है'; |
| | | $messages['sessionerror'] = 'सत्र समाप्त या अवैद्य'; |
| | |
| | | $messages['nobodywarning'] = 'बिना कुछ लिखे मेल भेजें?'; |
| | | $messages['notsentwarning'] = 'मेल भिजा नहीं. मेल रद्द करें ?'; |
| | | $messages['noldapserver'] = 'खोज के लिये एक ऐलडैप सर्वर चुनें'; |
| | | $messages['nocontactsreturned'] = 'कोई पते नहीं मिले'; |
| | | $messages['nosearchname'] = 'पता या पते का नाम भरें'; |
| | | $messages['searchsuccessful'] = '$nr मेल मिले'; |
| | | $messages['searchnomatch'] = 'खोज असफ़ल'; |
| | |
| | | $messages['checking'] = 'चाँचा चा रहा है...'; |
| | | $messages['nospellerrors'] = 'कोई स्पैलिंग गलती नहीं मिली'; |
| | | $messages['folderdeleted'] = 'फ़ोल्डर मिट गया'; |
| | | $messages['deletedsuccessfully'] = "मिट गया"; |
| | | $messages['deletedsuccessfully'] = 'मिट गया'; |
| | | $messages['converting'] = 'मेल से फ़ॉर्मैटिंग निकाला जा रहा है...'; |
| | | $messages['messageopenerror'] = 'सर्वर से मेल लोड नहीं हो पाया'; |
| | | $messages['fileuploaderror'] = 'फ़ाईल अपलोड नहीं हो पाया'; |
| | | $messages['filesizeerror'] = 'अपलोड के लिये फ़ाईल हद $size से बड़ा है'; |
| | | |
| | | ?> |