add missing phrases for testmail_body, testmail_subject

This commit is contained in:
Uwe Steinmann 2013-09-13 15:00:04 +02:00
parent 595a389167
commit f5babcaffb

View File

@ -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",