show email help in a documentation dropdown
This commit is contained in:
@@ -1048,16 +1048,14 @@
|
||||
"backAction": "Back to Email",
|
||||
"config": {
|
||||
"title": "Email configuration {{ domain }}",
|
||||
"connectionDetails": "Connection details for other email clients"
|
||||
"clientConfiguration": "Configuring Email Clients"
|
||||
},
|
||||
"incoming": {
|
||||
"title": "Incoming Email",
|
||||
"description": "Cloudron <a href=\"{{ emailDocsLink }}\" target=\"_blank\">Email Server</a> allows users to receive email for this domain. <a href=\"{{ rainloopLink }}\">Rainloop</a>, <a href=\"{{ sogoLink }}\">SOGo</a>, <a href=\"{{ roundcubeLink }}\">Roundcube</a> are pre-configured to access Cloudron Email.",
|
||||
"disableAction": "Disable",
|
||||
"enableAction": "Enable",
|
||||
"outgointServerInfo": "Outgoing Mail (SMTP)",
|
||||
"sieveServerInfo": "ManageSieve",
|
||||
"loginHelp": "Use <i>mailboxname</i>@{{ domain }} and the mailbox owner password to access mailboxes of this domain",
|
||||
"server": "Server",
|
||||
"port": "Port",
|
||||
"tabTitle": "Mailboxes",
|
||||
@@ -1084,7 +1082,13 @@
|
||||
"subscriptionRequired": "This feature is only available in the paid plans. <a href=\"\" class=\"pull-right\" ng-click=\"openSubscriptionSetup()\">Set up Subscription Now</a>",
|
||||
"saveAction": "Save"
|
||||
},
|
||||
"incomingServerInfo": "Incoming Mail (IMAP)"
|
||||
"incomingServerInfo": "Incoming Mail (IMAP)",
|
||||
"enabled": "Cloudron Email Server is configured to receive incoming emails for this domain.",
|
||||
"disabled": "Cloudron Email Server will not receive incoming emails for this domain.",
|
||||
"howToConnectDescription": "Use the settings below to configure email clients.",
|
||||
"incomingUserInfo": "Username",
|
||||
"incomingPasswordInfo": "Password",
|
||||
"incomingPasswordUsage": "Password of the owner of the mailbox"
|
||||
},
|
||||
"outbound": {
|
||||
"tabTitle": "Outbound",
|
||||
@@ -1208,7 +1212,8 @@
|
||||
"updateMailboxDialog": {
|
||||
"activeCheckbox": "Mailbox is active",
|
||||
"enablePop3": "Enable POP3 access"
|
||||
}
|
||||
},
|
||||
"howToConnectInfoModal": "Configuring Email Clients"
|
||||
},
|
||||
"app": {
|
||||
"backAction": "Back to My Apps",
|
||||
|
||||
Reference in New Issue
Block a user