mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix typos found by Raphaël M.
This commit is contained in:
parent
4cad86a31c
commit
982698a12b
|
@ -80,7 +80,7 @@ $text = array(
|
|||
'approvers' => "Approvers",
|
||||
'april' => "April",
|
||||
'archive_creation' => "Archive creation",
|
||||
'archive_creation_warning' => "With this operation you can create achive containing the files of entire DMS folders. After the creation the archive will be saved in the data folder of your server.<br>WARNING: an archive created as human readable will be unusable as server backup.",
|
||||
'archive_creation_warning' => "With this operation you can create archive containing the files of entire DMS folders. After the creation the archive will be saved in the data folder of your server.<br>WARNING: an archive created as human readable will be unusable as server backup.",
|
||||
'assign_approvers' => "Assign Approvers",
|
||||
'assign_reviewers' => "Assign Reviewers",
|
||||
'assign_user_property_to' => "Assign user's properties to",
|
||||
|
@ -467,8 +467,8 @@ $text = array(
|
|||
'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_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 send to you.",
|
||||
'password_forgotten_title' => "Password send",
|
||||
'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",
|
||||
'password_strength' => "Password strength",
|
||||
'password_strength_insuffient' => "Insuffient password strength",
|
||||
'password_wrong' => "Wrong password",
|
||||
|
@ -489,8 +489,8 @@ $text = array(
|
|||
'removed_file_email_subject' => "[sitename]: [document] - Removed attachment",
|
||||
'removed_file_email_body' => "Removed attachment\r\nDocument: [document]\r\nUser: [username]\r\nURL: [url]",
|
||||
'removed_reviewer' => "has been removed from the list of reviewers.",
|
||||
'repaired' => 'repaired',
|
||||
'repairing_objects' => "Reparing documents and folders.",
|
||||
'repaired' => "repaired",
|
||||
'repairing_objects' => "Repairing documents and folders.",
|
||||
'results_page' => "Results Page",
|
||||
'return_from_subworkflow_email_subject' => "[sitename]: [name] - Return from subworkflow",
|
||||
'return_from_subworkflow_email_body' => "Return from subworkflow\r\nDocument: [name]\r\nVersion: [version]\r\nWorkflow: [workflow]\r\nSubworkflow: [subworkflow]\r\nParent folder: [folder_path]\r\nUser: [username]\r\nURL: [url]",
|
||||
|
|
Loading…
Reference in New Issue
Block a user