diff options
author | Cyrill von Wattenwyl <cvw@adfinis.com> | 2014-09-02 11:20:52 +0200 |
---|---|---|
committer | Cyrill von Wattenwyl <cvw@adfinis.com> | 2014-09-02 11:20:52 +0200 |
commit | 11a40dd1fef6c5b78b054617caba4325f95ee386 (patch) | |
tree | de2e1d7efd6423ef4d1256dd5c90a972ad172719 /program/localization/hi_IN/labels.inc | |
parent | 187fd666aa2f32dedfe544d69b7cb213698197f2 (diff) | |
parent | ba084313bfc9c7a5a83e0611fe4376543cc1653d (diff) |
Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
plugins/password/config.inc.php.dist
Diffstat (limited to 'program/localization/hi_IN/labels.inc')
-rw-r--r-- | program/localization/hi_IN/labels.inc | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/program/localization/hi_IN/labels.inc b/program/localization/hi_IN/labels.inc index a8b684c56..e204630b9 100644 --- a/program/localization/hi_IN/labels.inc +++ b/program/localization/hi_IN/labels.inc @@ -139,13 +139,11 @@ $labels['name'] = 'दिखने वाला नाम'; $labels['firstname'] = 'पहला नाम'; $labels['surname'] = 'उपनाम'; $labels['email'] = 'मेल'; -$labels['addcontact'] = 'नया पता जोडें'; $labels['editcontact'] = 'पता सम्पाद'; $labels['edit'] = 'सम्पाद'; $labels['cancel'] = 'रद्द'; $labels['save'] = 'सहेज'; $labels['delete'] = 'मिटा'; -$labels['newcontact'] = 'नया पता कार्ड बनाऐं'; $labels['deletecontact'] = 'चुने पते मिटाऐं'; $labels['composeto'] = 'को मेल भेजें'; $labels['contactsfromto'] = '$from से ले कर $to, $count पते में से'; @@ -160,10 +158,6 @@ $labels['preferences'] = 'पसंद'; $labels['userpreferences'] = 'यूसर पसंद'; $labels['editpreferences'] = 'यूसर पसंद सम्पादें'; $labels['identities'] = 'पहचान'; -$labels['manageidentities'] = 'इस खाते के पहचान व्यवस्थित करें'; -$labels['newidentity'] = 'नया पहचान'; -$labels['newitem'] = 'नया चीज़'; -$labels['edititem'] = 'चीज़ सम्पादें'; $labels['preferhtml'] = 'ऐच-टी-ऐम-ऐल(HTML) दिखाऐं'; $labels['htmlmessage'] = 'ऐच-टी-ऐम-ऐल (HTML) रूप मेल करें'; $labels['prettydate'] = 'सुनदर तारीखें'; @@ -178,14 +172,18 @@ $labels['htmlsignature'] = 'ऐच-टी-ऐम-एल (HTML) दस्तख $labels['previewpane'] = 'झलक पट्टी दिखाऐं'; $labels['autosavedraft'] = 'ड्राफ़ट अपने आप सहेजते जाऐं'; $labels['never'] = 'कभी नहाीं'; -$labels['folder'] = 'फ़ोल्डर'; -$labels['folders'] = 'फ़ोल्डर'; -$labels['foldername'] = 'फ़ोल्डर नाम'; -$labels['subscribed'] = 'सबस्क्राईब किया गया'; -$labels['create'] = 'बनाऐं'; -$labels['createfolder'] = 'फ़ोलडर बनाऐं'; -$labels['managefolders'] = 'फ़ोलडर को व्यवस्थित करें'; +$labels['savelocalstorage'] = ""; +$labels['folder'] = 'फ़ोल्डर'; +$labels['folders'] = 'फ़ोल्डर'; +$labels['foldername'] = 'फ़ोल्डर नाम'; +$labels['subscribed'] = 'सबस्क्राईब किया गया'; +$labels['create'] = 'बनाऐं'; +$labels['createfolder'] = 'फ़ोलडर बनाऐं'; +$labels['managefolders'] = 'फ़ोलडर को व्यवस्थित करें'; $labels['sortby'] = 'ऐसे तय करें'; $labels['sortasc'] = 'पहले से आखीरी तय करें'; $labels['sortdesc'] = 'आखीरी से पहले तय करें'; +$labels['helplistkeyboardnavigation'] = ""; +$labels['helplistkeyboardnavmessages'] = ""; +$labels['helplistkeyboardnavcontacts'] = ""; ?> |