Skip to content

Commit b0ab25a

Browse files
committed
L10N patch.
1 parent ba609b7 commit b0ab25a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

l10n/ta.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
##\
2+
# This file is a part of the phpMussel\FrontEnd package.
3+
# Homepage: https://phpmussel.github.io/
4+
#
5+
# PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
6+
#
7+
# License: GNU/GPLv2
8+
# @see LICENSE.txt
9+
#
10+
# This file: Tamil language data (last modified: 2020.07.14).
11+
##/
12+
13+
config_phpmailer: "PHPMailerக்கான உள்ளமைவு (இரண்டு காரணி அங்கீகாரத்திற்கு பயன்படுத்தப்படுகிறது)."
14+
config_phpmailer_add_reply_to_address: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது மேற்கோள் காட்ட வேண்டிய பதில் முகவரி."
15+
config_phpmailer_add_reply_to_name: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது மேற்கோள் காட்ட வேண்டிய பதில் பெயர்."
16+
config_phpmailer_enable_notifications: "பதிவேற்றம் தடுக்கப்படும்போது மின்னஞ்சல் மூலம் உங்களுக்குத் தெரிவிக்க விரும்பினால், பெறுநரின் மின்னஞ்சல் முகவரியை இங்கே குறிப்பிடவும்."
17+
config_phpmailer_enable_two_factor: "முன்-இறுதியில் கணக்குகளுக்கு 2FA ஐ இயக்கவா?"
18+
config_phpmailer_event_log: "அனைத்து PHPMailer நிகழ்வுகளையும் பதிவு செய்வதற்கான கோப்பு. கோப்பு பெயரைக் குறிப்பிடவும் அல்லது முடக்க காலியாக விடவும்."
19+
config_phpmailer_host: "வெளிச்செல்லும் மின்னஞ்சலுக்குப் பயன்படுத்த SMTP ஹோஸ்ட்."
20+
config_phpmailer_password: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது பயன்படுத்த வேண்டிய கடவுச்சொல்."
21+
config_phpmailer_port: "வெளிச்செல்லும் மின்னஞ்சலுக்கு பயன்படுத்த வேண்டிய போர்ட் எண். இயல்புநிலை = 587."
22+
config_phpmailer_set_from_address: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது மேற்கோள் காட்ட அனுப்பியவரின் முகவரி."
23+
config_phpmailer_set_from_name: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது மேற்கோள் காட்ட அனுப்பியவரின் பெயர்."
24+
config_phpmailer_skip_auth_process: "<code>true</code> என்றால், SMTP அங்கீகாரத்தைத் தவிர்க்க PHPMailer க்கு அறிவுறுத்துகிறது. MITM தாக்குதல்களைத் தவிர்க்க SMTP அங்கீகாரம் பயனுள்ளதாக இருக்கும், எனவே அதை முடக்குவதைத் தவிர்க்க வேண்டும். ஆனால், சில சந்தர்ப்பங்களில் இது அவசியமாக இருக்கலாம்."
25+
config_phpmailer_smtp_auth: "SMTP அமர்வுகளை அங்கீகரிக்கவா? (இதை பொதுவாகத் தொடக்கூடாது)."
26+
config_phpmailer_smtp_secure: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது பயன்படுத்த வேண்டிய நெறிமுறை (TLS அல்லது SSL)."
27+
config_phpmailer_username: "SMTP வழியாக மின்னஞ்சல் அனுப்பும்போது பயன்படுத்த வேண்டிய பயனர்பெயர்."
28+
state_email_sent: "மின்னஞ்சல் வெற்றிகரமாக "%s" க்கு அனுப்பப்பட்டது."

src/Linker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader)
6262
/** Flag for whether to enable two-factor authentication. */
6363
$this->Loader->InstanceCache['enable_two_factor'] = &$this->Loader->Configuration['phpmailer']['enable_two_factor'];
6464

65-
/** Address for where to enable blocked upload notifications (if so desired). */
65+
/** Address for where to send blocked upload notifications (if so desired). */
6666
$this->Loader->InstanceCache['enable_notifications'] = &$this->Loader->Configuration['phpmailer']['enable_notifications'];
6767

6868
/**

0 commit comments

Comments
 (0)