From 44c2ddee5f0069e821350b6a26bee1dd9330195a Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Wed, 02 Apr 2014 05:17:20 -0400 Subject: [PATCH] Fixed some things in mail user handling - mail accounts not locked when client locked - mail account sending and receiving lock separated - fixed error in query - fixed wording to match separeted locks --- interface/web/mail/lib/lang/en_mail_user.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/mail/lib/lang/en_mail_user.lng b/interface/web/mail/lib/lang/en_mail_user.lng index 23f5e85..65802a1 100644 --- a/interface/web/mail/lib/lang/en_mail_user.lng +++ b/interface/web/mail/lib/lang/en_mail_user.lng @@ -21,12 +21,13 @@ $wb["server_id_txt"] = 'Aerver_id'; $wb["password_txt"] = 'Password'; $wb["maildir_txt"] = 'Maildir'; -$wb["postfix_txt"] = 'Enable SMTP (in/out)'; -$wb["access_txt"] = 'Enable Access'; +$wb["postfix_txt"] = 'Enable receiving'; +$wb["access_txt"] = 'Enable access'; $wb["policy_txt"] = 'Spamfilter'; $wb["no_policy"] = '- not enabled -'; $wb["limit_mailbox_txt"] = 'The max. number of mailboxes for your account is reached.'; $wb["limit_mailquota_txt"] = 'The max space for mailboxes is reached. The max. available space in MB is'; +$wb["disablesmtp_txt"] = 'Disable SMTP (sending)'; $wb["disableimap_txt"] = 'Disable IMAP'; $wb["disablepop3_txt"] = 'Disable POP3'; $wb["duplicate_alias_or_forward_txt"] = 'There is already an alias or forward with this email address.'; -- Gitblit v1.9.1