diff --git a/social/email/locales/en-US/61-email.json b/social/email/locales/en-US/61-email.json
index d825cb44..ae53b74c 100644
--- a/social/email/locales/en-US/61-email.json
+++ b/social/email/locales/en-US/61-email.json
@@ -45,6 +45,7 @@
"keyFile":"Private key",
"users": "Users",
"auth": "Authenticate users",
+ "noAuth": "No authentication",
"addButton": "Add",
"expert": "Expert"
},
@@ -52,7 +53,8 @@
"tip": {
"cred": "Note: Copied credentials from global emailkeys.js file.",
"recent": "Tip: Only retrieves the single most recent email.",
- "mta": "Note: To use ports below 1024 you may need elevated (root) privileges. See help sidebar."
+ "mta": "Note: To use ports below 1024 you may need elevated (root) privileges. See help sidebar.",
+ "mta-custom-auth": "Expected Format: [{\"name\":string, \"password\":string}, ...]"
},
"status": {
"messagesent": "Message sent: __response__",
diff --git a/social/email/locales/ja/61-email.json b/social/email/locales/ja/61-email.json
index 82c7bcc7..1cc49aa8 100644
--- a/social/email/locales/ja/61-email.json
+++ b/social/email/locales/ja/61-email.json
@@ -40,7 +40,8 @@
"tip": {
"cred": "注釈: emailkeys.jsファイルから認証情報をコピーしました。",
"recent": "注釈: 最新のメールを1件のみ取得します。",
- "mta": "注釈: 1024未満のポートを使用するには、昇格された(root)特権が必要です。ヘルプサイドバーを参照してください。"
+ "mta": "注釈: 1024未満のポートを使用するには、昇格された(root)特権が必要です。ヘルプサイドバーを参照してください。",
+ "mta-custom-auth": "期待される形式: [{\"name\":string, \"password\":string}, ...]"
},
"status": {
"messagesent": "メッセージを送信しました: __response__",