mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
- added missing phrases for email forgotten script
This commit is contained in:
parent
a590083015
commit
8e06b6c8eb
|
@ -167,8 +167,10 @@ $text["edit_group"] = "Edit group";
|
|||
$text["edit_user_details"] = "Edit User Details";
|
||||
$text["edit_user"] = "Edit user";
|
||||
$text["email"] = "Email";
|
||||
$text["email_error_title"] = "No email entered";
|
||||
$text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions";
|
||||
$text["email_header"] = "This is an automatic message from the DMS server.";
|
||||
$text["email_not_given"] = "Please enter a valid email address.";
|
||||
$text["empty_notify_list"] = "No entries";
|
||||
$text["error_no_document_selected"] = "No document selected";
|
||||
$text["error_no_folder_selected"] = "No folder selected";
|
||||
|
@ -266,6 +268,7 @@ $text["locked_by"] = "Locked by";
|
|||
$text["lock_document"] = "Lock";
|
||||
$text["lock_message"] = "This document is locked by <a href=\"mailto:[email]\">[username]</a>. Only authorized users can unlock this document.";
|
||||
$text["lock_status"] = "Status";
|
||||
$text["login"] = "Login";
|
||||
$text["login_error_text"] = "Error signing in. User ID or password incorrect.";
|
||||
$text["login_error_title"] = "Sign in error";
|
||||
$text["login_not_given"] = "No username has been supplied";
|
||||
|
@ -320,6 +323,11 @@ $text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images";
|
|||
$text["owner"] = "Owner";
|
||||
$text["ownership_changed_email"] = "Owner changed";
|
||||
$text["password"] = "Password";
|
||||
$text["password_forgotten"] = "Password forgotten";
|
||||
$text["password_forgotten_email_subject"] = "Password forgotten";
|
||||
$text["password_forgotten_email_body"] = "Dear user of LetoDMS,\n\nwe have received a request to reset your old password and generate a new\none.\n\nYour new password is: ###PASSWORD###\n\nPlease change it imediately after you have logged in successfully.\nIf you have still problems to login, then please contact the your\nadminstrator";
|
||||
$text["password_forgotten_send_password"] = "Your new password has been send to the user's email address";
|
||||
$text["password_forgotten_title"] = "Password send";
|
||||
$text["personal_default_keywords"] = "Personal keywordlists";
|
||||
$text["previous_versions"] = "Previous Versions";
|
||||
$text["refresh"] = "Refresh";
|
||||
|
@ -530,6 +538,7 @@ $text["status_unknown"] = "Unknown";
|
|||
$text["storage_size"] = "Storage size";
|
||||
$text["submit_approval"] = "Submit approval";
|
||||
$text["submit_login"] = "Sign in";
|
||||
$text["submit_password_forgotten"] = "Set new password and send by email";
|
||||
$text["submit_review"] = "Submit review";
|
||||
$text["sunday"] = "Sunday";
|
||||
$text["theme"] = "Theme";
|
||||
|
|
Loading…
Reference in New Issue
Block a user