"admin.login.welcomeRedirectHint":"Optionally redirect the user to a specific page when he/she login for the first time. This can be overridden at the group level.",
"admin.mail.configuration":"Configuration",
"admin.mail.defaultBaseURL":"Default Base URL",
"admin.mail.dkim":"DKIM (optional)",
"admin.mail.dkimDomainName":"Domain Name",
"admin.mail.dkimDomainNameHint":"Domain name used for DKIM validation.",
<metacharset="utf-8"><!-- utf-8 works for most cases -->
<metaname="viewport"content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary -->
<metahttp-equiv="X-UA-Compatible"content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine -->
<metaname="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title><!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
* {
font-family: sans-serif !important;
}
</style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<style>
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body{
margin:0auto!important;
padding:0!important;
height:100%!important;
width:100%!important;
}
/* What it does: Stops email clients resizing small text. */
*{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"]{
margin:0!important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td{
mso-table-lspace:0pt!important;
mso-table-rspace:0pt!important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table{
border-spacing:0!important;
border-collapse:collapse!important;
table-layout:fixed!important;
margin:0auto!important;
}
tabletabletable{
table-layout:auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img{
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a{
text-decoration:none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],/* iOS */
.unstyle-auto-detected-links*,
.aBn{
border-bottom:0!important;
cursor:default!important;
color:inherit!important;
text-decoration:none!important;
font-size:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
line-height:inherit!important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S{
display:none!important;
opacity:0.01!important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im{
color:inherit!important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img+div{
display:none!important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
<!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
<metacharset="utf-8"><!-- utf-8 works for most cases -->
<metaname="viewport"content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary -->
<metahttp-equiv="X-UA-Compatible"content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine -->
<metaname="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title><!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
* {
font-family: sans-serif !important;
}
</style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<style>
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body{
margin:0auto!important;
padding:0!important;
height:100%!important;
width:100%!important;
}
/* What it does: Stops email clients resizing small text. */
*{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"]{
margin:0!important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td{
mso-table-lspace:0pt!important;
mso-table-rspace:0pt!important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table{
border-spacing:0!important;
border-collapse:collapse!important;
table-layout:fixed!important;
margin:0auto!important;
}
tabletabletable{
table-layout:auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img{
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a{
text-decoration:none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],/* iOS */
.unstyle-auto-detected-links*,
.aBn{
border-bottom:0!important;
cursor:default!important;
color:inherit!important;
text-decoration:none!important;
font-size:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
line-height:inherit!important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S{
display:none!important;
opacity:0.01!important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im{
color:inherit!important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img+div{
display:none!important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
<!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->
<metacharset="utf-8"><!-- utf-8 works for most cases -->
<metaname="viewport"content="width=device-width"><!-- Forcing initial-scale shouldn't be necessary -->
<metahttp-equiv="X-UA-Compatible"content="IE=edge"><!-- Use the latest (edge) version of IE rendering engine -->
<metaname="x-apple-disable-message-reformatting"><!-- Disable auto-scale in iOS 10 Mail entirely -->
<title></title><!-- The title tag shows in email notifications, like Android 4.4. -->
<!-- Web Font / @font-face : BEGIN -->
<!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
<!--[if mso]>
<style>
* {
font-family: sans-serif !important;
}
</style>
<![endif]-->
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
<!--[if !mso]><!-->
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
<!--<![endif]-->
<!-- Web Font / @font-face : END -->
<!-- CSS Reset : BEGIN -->
<style>
/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body{
margin:0auto!important;
padding:0!important;
height:100%!important;
width:100%!important;
}
/* What it does: Stops email clients resizing small text. */
*{
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"]{
margin:0!important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td{
mso-table-lspace:0pt!important;
mso-table-rspace:0pt!important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table{
border-spacing:0!important;
border-collapse:collapse!important;
table-layout:fixed!important;
margin:0auto!important;
}
tabletabletable{
table-layout:auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img{
-ms-interpolation-mode:bicubic;
}
/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a{
text-decoration:none;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],/* iOS */
.unstyle-auto-detected-links*,
.aBn{
border-bottom:0!important;
cursor:default!important;
color:inherit!important;
text-decoration:none!important;
font-size:inherit!important;
font-family:inherit!important;
font-weight:inherit!important;
line-height:inherit!important;
}
/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S{
display:none!important;
opacity:0.01!important;
}
/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im{
color:inherit!important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img+div{
display:none!important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
<!-- Create white space after the desired preview text so email clients don’t pull other distracting text into the inbox preview. Extend as necessary. -->