From f5babcaffbe36648f9ca3cd0e274969ca64c4416 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 13 Sep 2013 15:00:04 +0200 Subject: [PATCH] add missing phrases for testmail_body, testmail_subject --- languages/en_GB/lang.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/languages/en_GB/lang.inc b/languages/en_GB/lang.inc index 2f2e0d724..31d0be3ce 100644 --- a/languages/en_GB/lang.inc +++ b/languages/en_GB/lang.inc @@ -469,7 +469,7 @@ $text = array( 'password_expiration_text' => "Your password has expired. Please choose a new one before you can proceed using SeedDMS.", 'password_forgotten' => "Password forgotten", 'password_forgotten_email_subject' => "Password forgotten", -'password_forgotten_email_body' => "Dear user of SeedDMS,\n\nwe have received a request to change your password.\n\nThis can be done by clicking on the following link:\n\n###URL_PREFIX###out/out.ChangePassword.php?hash=###HASH###\n\nIf you have still problems to login, then please contact your administrator.", +'password_forgotten_email_body' => "Dear user of SeedDMS,\n\nwe have received a request to change your password.\n\nThis can be done by clicking on the following link:\n\n[url]\n\nIf you have still problems to login, then please contact your administrator.", 'password_forgotten_send_hash' => "Instructions on how to proceed has been send to the user's email address", 'password_forgotten_text' => "Fill out the form below and follow the instructions in the email, which will be sent to you.", 'password_forgotten_title' => "Password sent", @@ -754,12 +754,16 @@ $text = array( 'settings_siteName_desc' => "Name of site used in the page titles. Default: SeedDMS", 'settings_siteName' => "Site Name", 'settings_Site' => "Site", +'settings_smtpPassword_desc' => "SMTP Server password", +'settings_smtpPassword' => "SMTP Server password", 'settings_smtpPort_desc' => "SMTP Server port, default 25", 'settings_smtpPort' => "SMTP Server port", 'settings_smtpSendFrom_desc' => "Send from", 'settings_smtpSendFrom' => "Send from", 'settings_smtpServer_desc' => "SMTP Server hostname", 'settings_smtpServer' => "SMTP Server hostname", +'settings_smtpUser_desc' => "SMTP Server user", +'settings_smtpUser' => "SMTP Server user", 'settings_SMTP' => "SMTP Server settings", 'settings_stagingDir' => "Directory for partial uploads", 'settings_stagingDir_desc' => "The directory where jumploader places the parts of a file upload before it is put back together.", @@ -838,6 +842,8 @@ $text = array( 'sunday' => "Sunday", 'sunday_abbr' => "Su", 'switched_to' => "Switched to", +'testmail_body' => "Test mail body", +'testmail_subject' => "Test mail", 'theme' => "Theme", 'thursday' => "Thursday", 'thursday_abbr' => "Th",