Adding options for different IMAP and SMTP configurations

This commit is contained in:
dpeca 2016-10-06 23:25:50 +00:00
commit 22b6ab4e2f
31 changed files with 252 additions and 13 deletions

View file

@ -742,6 +742,13 @@ $LANG['fa'] = [
'PUB_KEY' => 'PUB_KEY',
'ISSUER' => 'ISSUER',
'Use server hostname' => 'Use server hostname',
'Use domain hostname' => 'Use domain hostname',
'Use STARTTLS' => 'Use STARTTLS',
'Use SSL' => 'Use SSL',
'No encryption' => 'No encryption',
'Do not use encryption' => 'Do not use encryption',
// Texts below doesn't exist in en.php
'70 خط اخر %s.%s.log' => 'هفتاد خط انتهايي از %s.%s.log',
];