forked from PHPMailer/PHPMailer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hindi translations for php mailer (PHPMailer#1331)
* Hindi translations for php mailer I directly uploaded to GitHub, because my fork is a legacy version now and I am having merge conflicts now * updated hindi language updated last missing translation and removed comment
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?php | ||
/** | ||
* Hindi PHPMailer language file: refer to English translation for definitive list | ||
* @package PHPMailer | ||
* @author Yash Karanke <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'SMTP त्रुटि: प्रामाणिकता की जांच नहीं हो सका। '; | ||
$PHPMAILER_LANG['connect_host'] = 'SMTP त्रुटि: SMTP सर्वर से कनेक्ट नहीं हो सका। '; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP त्रुटि: डेटा स्वीकार नहीं किया जाता है। '; | ||
$PHPMAILER_LANG['empty_message'] = 'संदेश खाली है। '; | ||
$PHPMAILER_LANG['encoding'] = 'अज्ञात एन्कोडिंग प्रकार। '; | ||
$PHPMAILER_LANG['execute'] = 'आदेश को निष्पादित करने में विफल। '; | ||
$PHPMAILER_LANG['file_access'] = 'फ़ाइल उपलब्ध नहीं है। '; | ||
$PHPMAILER_LANG['file_open'] = 'फ़ाइल त्रुटि: फाइल को खोला नहीं जा सका। '; | ||
$PHPMAILER_LANG['from_failed'] = 'प्रेषक का पता गलत है। '; | ||
$PHPMAILER_LANG['instantiate'] = 'मेल फ़ंक्शन कॉल नहीं कर सकता है।'; | ||
$PHPMAILER_LANG['invalid_address'] = 'पता गलत है। '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = 'मेल सर्वर के साथ काम नहीं करता है। '; | ||
$PHPMAILER_LANG['provide_address'] = 'आपको कम से कम एक प्राप्तकर्ता का ई-मेल पता प्रदान करना होगा।'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP त्रुटि: निम्न प्राप्तकर्ताओं को पते भेजने में विफल। '; | ||
$PHPMAILER_LANG['signing'] = 'साइनअप त्रुटि:। '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP का connect () फ़ंक्शन विफल हुआ। '; | ||
$PHPMAILER_LANG['smtp_error'] = 'SMTP सर्वर त्रुटि। '; | ||
$PHPMAILER_LANG['variable_set'] = 'चर को बना या संशोधित नहीं किया जा सकता। '; | ||
$PHPMAILER_LANG['extension_missing'] = 'एक्सटेन्षन गायब है: '; |