mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add alias support (domains)
This commit is contained in:
parent
a1d829c697
commit
28a125426a
26 changed files with 1014 additions and 92 deletions
|
|
@ -89,6 +89,7 @@ en:
|
|||
TAB_DOMAINS:
|
||||
LEGEND_DOMAINS: "Domains"
|
||||
BUTTON_ADD_DOMAIN: "Add Domain"
|
||||
BUTTON_ADD_ALIAS: "Add Alias"
|
||||
DELETE_ARE_YOU_SURE: "Are you sure?"
|
||||
HTML_DOMAINS_HELPER: |
|
||||
List of domains webmail is allowed to access.
|
||||
|
|
@ -186,6 +187,12 @@ en:
|
|||
Note that subscription key can be activated for a single domain only.
|
||||
<br /><br />
|
||||
Once started, the process of activation cannot be aborted or cancelled.
|
||||
POPUPS_DOMAIN_ALIAS:
|
||||
TITLE_ADD_DOMAIN_ALIAS: "Add Alias"
|
||||
LABEL_ALIAS: "Alias"
|
||||
LABEL_DOMAIN: "Domain"
|
||||
BUTTON_CLOSE: "Close"
|
||||
BUTTON_ADD: "Add"
|
||||
POPUPS_DOMAIN:
|
||||
TITLE_ADD_DOMAIN: "Add Domain"
|
||||
TITLE_ADD_DOMAIN_WITH_NAME: "Add Domain \"%NAME%\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue