| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/hi_IN/messages.inc | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2014, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | */ |
| | | |
| | | $messages = array(); |
| | | $messages['loginfailed'] = 'लॉगिन नहीं हो पाया'; |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | $messages['loginfailed'] = 'लॉगिन नहीं हो पाया'; |
| | | $messages['cookiesdisabled'] = 'आपका ब्राऊसर कुकी स्वीकार नहीं कर रहा है'; |
| | | $messages['sessionerror'] = 'सत्र समाप्त या अवैद्य'; |
| | | $messages['imaperror'] = 'आईमैप (IMAP) सर्वर से सम्पर्क नहीं हो पाया'; |
| | | $messages['storageerror'] = 'आईमैप (IMAP) सर्वर से सम्पर्क नहीं हो पाया'; |
| | | $messages['nomessagesfound'] = 'इस मेलबॉक्स में कोई मेल नहीं है'; |
| | | $messages['loggedout'] = 'सत्र समाप्त. टा टा!'; |
| | | $messages['mailboxempty'] = 'मेलबॉक्स खाली है'; |
| | | $messages['loading'] = 'लोड हो रहा है'; |
| | | $messages['loadingdata'] = 'डाटा लोड हो रहा है...'; |
| | | $messages['checkingmail'] = 'क्या नया मेल है?...'; |
| | |
| | | $messages['encryptedmessage'] = 'माफ़ कीजिये, यह मेल कूट रूप में है, इस कारण दिखाया नहीं जा सकता।'; |
| | | $messages['nocontactsfound'] = 'कोई पता नहीं मिला'; |
| | | $messages['sendingfailed'] = 'मेल नहीं भिज पाया'; |
| | | $messages['errorsaving'] = 'सहेजते-सहेजते गडबड हो गया'; |
| | | $messages['errormoving'] = 'मेल खिस्का नहीं'; |
| | | $messages['errordeleting'] = 'मेल मिटा नहीं'; |
| | | $messages['deletecontactconfirm'] = 'चुने गये पते को सचमुच मिटाना है ?'; |
| | | $messages['deletecontactconfirm'] = 'चुने गये पते को सचमुच मिटाना है ?'; |
| | | $messages['deletemessagesconfirm'] = 'चुने गये मेल को सचमुच मिटाना है ?'; |
| | | $messages['deletefolderconfirm'] = 'फ़ोल्डर को सचमुच मिटाऐं ?'; |
| | | $messages['purgefolderconfirm'] = 'फ़ोल्डर में पडे सारे मेल को सचमुच मिटाना है?'; |
| | | $messages['deletefolderconfirm'] = 'फ़ोल्डर को सचमुच मिटाऐं ?'; |
| | | $messages['purgefolderconfirm'] = 'फ़ोल्डर में पडे सारे मेल को सचमुच मिटाना है?'; |
| | | $messages['formincomplete'] = 'फ़ॉर्म पूरी तरह से भरा नहीं'; |
| | | $messages['noemailwarning'] = 'वैद्य मेल पता भरें'; |
| | | $messages['nonamewarning'] = 'नाम भरें'; |
| | | $messages['nonamewarning'] = 'नाम भरें'; |
| | | $messages['nopagesizewarning'] = 'पन्ना माप भरें'; |
| | | $messages['norecipientwarning'] = 'कम-से-कम एक पाने वाले का पता भरें'; |
| | | $messages['nosubjectwarning'] = 'मेल का कोई विशय नहीं बताया गया है। क्या आप विशय डालना चाहते हैं ?'; |
| | | $messages['nosubjectwarning'] = 'मेल का कोई विशय नहीं बताया गया है। क्या आप विशय डालना चाहते हैं ?'; |
| | | $messages['nobodywarning'] = 'बिना कुछ लिखे मेल भेजें?'; |
| | | $messages['notsentwarning'] = 'मेल भिजा नहीं. मेल रद्द करें ?'; |
| | | $messages['noldapserver'] = 'खोज के लिये एक ऐलडैप सर्वर चुनें'; |
| | |
| | | $messages['messageopenerror'] = 'सर्वर से मेल लोड नहीं हो पाया'; |
| | | $messages['fileuploaderror'] = 'फ़ाईल अपलोड नहीं हो पाया'; |
| | | $messages['filesizeerror'] = 'अपलोड के लिये फ़ाईल हद $size से बड़ा है'; |
| | | |
| | | ?> |