alecpl
2008-07-28 3ac95d5a673db544d7ceeaa9e5fca766cb738120
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?php
 
/*
 +-----------------------------------------------------------------------+
 | localization/hi/messages.inc                                          |
 |                                                                       |
 | Language file of the RoundCube Webmail client                         |
 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
 |                                                                       |
 +-----------------------------------------------------------------------+
 | Author: Aniruddha "Karim" Shankar <karim@sarai.net>                   |
 +-----------------------------------------------------------------------+
 
 @version $Id$
 
*/
 
$messages = array();
 
$messages['loginfailed']    = 'लॉगिन नहीं हो पाया';
$messages['cookiesdisabled']    = 'आपका ब्राऊसर कुकी स्वीकार नहीं कर रहा है';
$messages['sessionerror']    = 'सत्र समाप्त या अवैद्य';
$messages['imaperror']        = 'आईमैप (IMAP) सर्वर से सम्पर्क नहीं हो पाया';
$messages['nomessagesfound']    = 'इस मेलबॉक्स में कोई मेल नहीं है';
$messages['loggedout']        = 'सत्र समाप्त. टा टा!';
$messages['mailboxempty']    = 'मेलबॉक्स खाली है';
$messages['loading']        = 'लोड हो रहा है';
$messages['loadingdata']    = 'डाटा लोड हो रहा है...';
$messages['checkingmail']    = 'क्या नया मेल है?...';
$messages['sendingmessage']    = 'मेल भेजा जा रहा है...';
$messages['messagesent']    = 'मेल भेजा गया है';
$messages['savingmessage']    = 'मेल सहेजा जा रहा है...';
$messages['messagesaved']    = 'मेल ड्राफ़्ट फोल्डर में जमा हो रहा है';
$messages['successfullysaved']    = 'सहेजा गया है';
$messages['addedsuccessfully']    = 'पता खाते में पता जोडा गया है';
$messages['contactexists']    = 'इस ई-मेल पता से एक पता पेहले से है';
$messages['blockedimages']    = 'आप के प्राईवेसी के लिये और स्पैम से बचने के लिये इस मेल में सदूर चित्र नहीं दिखाये गये हैं।';
$messages['encryptedmessage']    = 'माफ़ कीजिये, यह मेल कूट रूप में है, इस कारण दिखाया नहीं जा सकता।';
$messages['nocontactsfound']    = 'कोई पता नहीं मिला';
$messages['sendingfailed']    = 'मेल नहीं भिज पाया';
$messages['errorsaving']    = 'सहेजते-सहेजते गडबड हो गया';
$messages['errormoving']    = 'मेल खिस्का नहीं';
$messages['errordeleting']    = 'मेल मिटा नहीं';
$messages['deletecontactconfirm']    = 'चुने गये पते को सचमुच मिटाना है ?';
$messages['deletemessagesconfirm']    = 'चुने गये मेल को सचमुच मिटाना है ?';
$messages['deletefolderconfirm']    = 'फ़ोल्डर को सचमुच मिटाऐं ?';
$messages['purgefolderconfirm']    = 'फ़ोल्डर में पडे सारे मेल को सचमुच मिटाना है?';
$messages['formincomplete']    = 'फ़ॉर्म पूरी तरह से भरा नहीं';
$messages['noemailwarning']    = 'वैद्य मेल पता भरें';
$messages['nonamewarning']    = 'नाम भरें';
$messages['nopagesizewarning']    = 'पन्ना माप भरें';
$messages['norecipientwarning']    = 'कम-से-कम एक पाने वाले का पता भरें';
$messages['nosubjectwarning']    = 'मेल का कोई विशय नहीं बताया गया है। क्या आप विशय डालना चाहते हैं ?';
$messages['nobodywarning']    = 'बिना कुछ लिखे मेल भेजें?';
$messages['notsentwarning']    = 'मेल भिजा नहीं. मेल रद्द करें ?';
$messages['noldapserver']    = 'खोज के लिये एक ऐलडैप सर्वर चुनें';
$messages['nocontactsreturned']    = 'कोई पते नहीं मिले';
$messages['nosearchname']    = 'पता या पते का नाम भरें';
$messages['searchsuccessful']    = '$nr मेल मिले';
$messages['searchnomatch']    = 'खोज असफ़ल';
$messages['searching']        = 'खोजा रहे हैं...';
$messages['checking']        = 'चाँचा चा रहा है...';
$messages['nospellerrors']    = 'कोई स्पैलिंग गलती नहीं मिली';
$messages['folderdeleted']    = 'फ़ोल्डर मिट गया';
$messages['deletedsuccessfully']    = "मिट गया";
$messages['converting']        = 'मेल से फ़ॉर्मैटिंग निकाला जा रहा है...';
$messages['messageopenerror']    = 'सर्वर से मेल लोड नहीं हो पाया';
$messages['fileuploaderror']    = 'फ़ाईल अपलोड नहीं हो पाया';
$messages['filesizeerror']    = 'अपलोड के लिये फ़ाईल हद $size से बड़ा है';
 
?>