- sort phrases by key

This commit is contained in:
steinm 2010-12-14 12:15:12 +00:00
parent 30f1bc32d5
commit f578d75a2b

View File

@ -27,17 +27,20 @@ $text["access_mode_all"] = "All permissions";
$text["access_mode_none"] = "No access"; $text["access_mode_none"] = "No access";
$text["access_mode_read"] = "Read permissions"; $text["access_mode_read"] = "Read permissions";
$text["access_mode_readwrite"] = "Read-Write permissions"; $text["access_mode_readwrite"] = "Read-Write permissions";
$text["access_permission_changed_email"] = "Permission changed";
$text["account_summary"] = "Account Summary"; $text["account_summary"] = "Account Summary";
$text["action_summary"] = "Action Summary";
$text["actions"] = "Actions"; $text["actions"] = "Actions";
$text["add"] = "Add"; $text["action_summary"] = "Action Summary";
$text["add_access"] = "Add access"; $text["add_access"] = "Add access";
$text["add"] = "Add";
$text["add_doc_reviewer_approver_warning"] = "N.B. Documents are automatically marked as released if no reviewer or approver is assigned."; $text["add_doc_reviewer_approver_warning"] = "N.B. Documents are automatically marked as released if no reviewer or approver is assigned.";
$text["add_document"] = "Add document"; $text["add_document"] = "Add document";
$text["add_document_link"] = "Add link"; $text["add_document_link"] = "Add link";
$text["add_event"] = "Add event";
$text["add_group"] = "Add new group"; $text["add_group"] = "Add new group";
$text["add_link"] = "Create Link"; $text["add_link"] = "Create Link";
$text["add_member"] = "Add a member"; $text["add_member"] = "Add a member";
$text["add_multiple_files"] = "Add multiple files (will use filename as document name)";
$text["add_new_notify"] = "Add new notifications"; $text["add_new_notify"] = "Add new notifications";
$text["add_subfolder"] = "Add subfolder"; $text["add_subfolder"] = "Add subfolder";
$text["add_user"] = "Add new user"; $text["add_user"] = "Add new user";
@ -48,8 +51,11 @@ $text["all_pages"] = "All";
$text["all_users"] = "All users"; $text["all_users"] = "All users";
$text["already_subscribed"] = "Already subscribed"; $text["already_subscribed"] = "Already subscribed";
$text["and"] = "and"; $text["and"] = "and";
$text["approval_deletion_email"] = "Approval request deleted";
$text["approval_group"] = "Approval Group"; $text["approval_group"] = "Approval Group";
$text["approval_request_email"] = "Approval request";
$text["approval_status"] = "Approval Status"; $text["approval_status"] = "Approval Status";
$text["approval_submit_email"] = "Submitted approval";
$text["approval_summary"] = "Approval Summary"; $text["approval_summary"] = "Approval Summary";
$text["approval_update_failed"] = "Error updating approval status. Update failed."; $text["approval_update_failed"] = "Error updating approval status. Update failed.";
$text["approve_document"] = "Approve Document"; $text["approve_document"] = "Approve Document";
@ -61,36 +67,60 @@ $text["approver_already_removed"] = "has already been removed from approval proc
$text["approver_no_privilege"] = "is not sufficiently privileged to approve this document"; $text["approver_no_privilege"] = "is not sufficiently privileged to approve this document";
$text["approver_removed"] = "removed from approval process"; $text["approver_removed"] = "removed from approval process";
$text["approvers"] = "Approvers"; $text["approvers"] = "Approvers";
$text["april"] = "April";
$text["archive_creation"] = "Archive creation";
$text["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.";
$text["as_approver"] = "as an approver"; $text["as_approver"] = "as an approver";
$text["as_reviewer"] = "as a reviewer"; $text["as_reviewer"] = "as a reviewer";
$text["assign_approvers"] = "Assign Approvers";
$text["assign_privilege_insufficient"] = "Access denied. Privileges insufficient to assign reviewers or approvers to this document."; $text["assign_privilege_insufficient"] = "Access denied. Privileges insufficient to assign reviewers or approvers to this document.";
$text["assign_reviewers"] = "Assign Reviewers";
$text["assign_user_property_to"] = "Assign user's properties to";
$text["assumed_released"] = "Assumed released"; $text["assumed_released"] = "Assumed released";
$text["august"] = "August";
$text["automatic_status_update"] = "Automatic status change";
$text["back"] = "Go back"; $text["back"] = "Go back";
$text["backup_list"] = "Existings backup list";
$text["backup_remove"] = "Remove backup file";
$text["backup_tools"] = "Backup tools";
$text["between"] = "between"; $text["between"] = "between";
$text["calendar"] = "Calendar";
$text["cancel"] = "Cancel"; $text["cancel"] = "Cancel";
$text["cannot_approve_pending_review"] = "Document is currently pending review. Cannot submit an approval at this time."; $text["cannot_approve_pending_review"] = "Document is currently pending review. Cannot submit an approval at this time.";
$text["cannot_assign_invalid_state"] = "Cannot modify a document yet in filan state"; $text["cannot_assign_invalid_state"] = "Cannot modify a document yet in filan state";
$text["cannot_change_final_states"] = "Warning: You cannot alter status for document rejected, expired or with pending review or approval"; $text["cannot_change_final_states"] = "Warning: You cannot alter status for document rejected, expired or with pending review or approval";
$text["cannot_delete_admin"] = "Unable to delete the primary administrative user."; $text["cannot_delete_admin"] = "You cannot delete your own account.";
$text["cannot_move_root"] = "Error: Cannot move root folder."; $text["cannot_move_root"] = "Error: Cannot move root folder.";
$text["cannot_retrieve_approval_snapshot"] = "Unable to retrieve approval status snapshot for this document version."; $text["cannot_retrieve_approval_snapshot"] = "Unable to retrieve approval status snapshot for this document version.";
$text["cannot_retrieve_review_snapshot"] = "Unable to retrieve review status snapshot for this document version."; $text["cannot_retrieve_review_snapshot"] = "Unable to retrieve review status snapshot for this document version.";
$text["cannot_rm_root"] = "Error: Cannot delete root folder."; $text["cannot_rm_root"] = "Error: Cannot delete root folder.";
$text["change_assignments"] = "Change Assignments";
$text["change_status"] = "Change Status";
$text["choose_category"] = "Please choose"; $text["choose_category"] = "Please choose";
$text["choose_group"] = "Choose group"; $text["choose_group"] = "Choose group";
$text["choose_target_document"] = "Choose document"; $text["choose_target_document"] = "Choose document";
$text["choose_target_folder"] = "Choose folder"; $text["choose_target_folder"] = "Choose folder";
$text["choose_user"] = "Choose user"; $text["choose_user"] = "Choose user";
$text["comment_changed_email"] = "Comment changed";
$text["comment"] = "Comment"; $text["comment"] = "Comment";
$text["comment_for_current_version"] = "Version comment"; $text["comment_for_current_version"] = "Version comment";
$text["confirm_pwd"] = "Confirm Password"; $text["confirm_pwd"] = "Confirm Password";
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_document"] = "Do you really want to remove the document \"[documentname]\"?<br>Be careful: This action cannot be undone."; $text["confirm_rm_document"] = "Do you really want to remove the document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_dump"] = "Do you really want to remove the file \"[dumpname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_event"] = "Do you really want to remove event \"[name]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_folder"] = "Do you really want to remove the folder \"[foldername]\" and its content?<br>Be careful: This action cannot be undone."; $text["confirm_rm_folder"] = "Do you really want to remove the folder \"[foldername]\" and its content?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_folder_files"] = "Do you really want to remove all the files of the folder \"[foldername]\" and of its subfolders?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_group"] = "Do you really want to remove the group \"[groupname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_log"] = "Do you really want to remove log file \"[logname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_version"] = "Do you really want to remove version [version] of document \"[documentname]\"?<br>Be careful: This action cannot be undone."; $text["confirm_rm_version"] = "Do you really want to remove version [version] of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
$text["content"] = "Content"; $text["content"] = "Content";
$text["continue"] = "Continue"; $text["continue"] = "Continue";
$text["creation_date"] = "Created"; $text["creation_date"] = "Created";
$text["current_version"] = "Current version"; $text["current_version"] = "Current version";
$text["december"] = "December";
$text["default_access"] = "Default Access Mode"; $text["default_access"] = "Default Access Mode";
$text["default_keyword_category"] = "Category"; $text["default_keyword_category"] = "Category";
$text["default_keyword_category_name"] = "Name"; $text["default_keyword_category_name"] = "Name";
@ -98,53 +128,69 @@ $text["default_keywords"] = "Available keywords";
$text["delete"] = "Delete"; $text["delete"] = "Delete";
$text["details"] = "Details"; $text["details"] = "Details";
$text["details_version"] = "Details for version: [version]"; $text["details_version"] = "Details for version: [version]";
$text["document"] = "Document"; $text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the national and international laws.";
$text["document_access_again"] = "Edit document access again"; $text["document_access_again"] = "Edit document access again";
$text["document_already_locked"] = "This document is aleady locked"; $text["document_already_locked"] = "This document is aleady locked";
$text["document_deleted"] = "Document deleted";
$text["document_deleted_email"] = "Document deleted";
$text["document"] = "Document";
$text["document_infos"] = "Document Information"; $text["document_infos"] = "Document Information";
$text["document_is_not_locked"] = "This document is not locked"; $text["document_is_not_locked"] = "This document is not locked";
$text["document_link_by"] = "Linked by"; $text["document_link_by"] = "Linked by";
$text["document_link_public"] = "Public"; $text["document_link_public"] = "Public";
$text["document_list"] = "Documents"; $text["document_list"] = "Documents";
$text["document_moved_email"] = "Document moved";
$text["document_notify_again"] = "Edit notify-list again"; $text["document_notify_again"] = "Edit notify-list again";
$text["document_overview"] = "Document Overview"; $text["document_overview"] = "Document Overview";
$text["document_status"] = "Document Status"; $text["document_renamed_email"] = "Document renamed";
$text["document_title"] = "Document '[documentname]'";
$text["document_versions"] = "All versions";
$text["documents"] = "Documents"; $text["documents"] = "Documents";
$text["documents_in_process"] = "Documents In Process"; $text["documents_in_process"] = "Documents In Process";
$text["documents_locked_by_you"] = "Documents locked by you";
$text["documents_owned_by_user"] = "Documents owned by you"; $text["documents_owned_by_user"] = "Documents owned by you";
$text["document_status_changed_email"] = "Document status changed";
$text["document_status"] = "Document Status";
$text["documents_to_approve"] = "Documents awaiting your approval"; $text["documents_to_approve"] = "Documents awaiting your approval";
$text["documents_to_review"] = "Documents awaiting your Review"; $text["documents_to_review"] = "Documents awaiting your Review";
$text["documents_user_requiring_attention"] = "Documents owned by you that require attention"; $text["documents_user_requiring_attention"] = "Documents owned by you that require attention";
$text["document_title"] = "Document '[documentname]'";
$text["document_updated_email"] = "Document updated";
$text["document_versions"] = "All versions";
$text["does_not_expire"] = "Does not expire"; $text["does_not_expire"] = "Does not expire";
$text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Inherit access</a>"; $text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Inherit access</a>";
$text["download"] = "Download"; $text["download"] = "Download";
$text["draft_pending_approval"] = "Draft - pending approval"; $text["draft_pending_approval"] = "Draft - pending approval";
$text["draft_pending_review"] = "Draft - pending review"; $text["draft_pending_review"] = "Draft - pending review";
$text["edit"] = "Edit"; $text["dump_creation"] = "DB dump creation";
$text["dump_creation_warning"] = "With this operation you can create a dump file of your database content. After the creation the dump file will be saved in the data folder of your server.";
$text["dump_list"] = "Existings dump files";
$text["dump_remove"] = "Remove dump file";
$text["edit_comment"] = "Edit comment";
$text["edit_default_keyword_category"] = "Edit categories"; $text["edit_default_keyword_category"] = "Edit categories";
$text["edit_default_keywords"] = "Edit keywords"; $text["edit_default_keywords"] = "Edit keywords";
$text["edit_document"] = "Edit document";
$text["edit_document_access"] = "Edit Access"; $text["edit_document_access"] = "Edit Access";
$text["edit_document"] = "Edit document";
$text["edit_document_notify"] = "Document Notification List"; $text["edit_document_notify"] = "Document Notification List";
$text["edit_document_props"] = "Edit document";
$text["edit_document_props_again"] = "Edit document again"; $text["edit_document_props_again"] = "Edit document again";
$text["edit_document_props"] = "Edit document";
$text["edit"] = "Edit";
$text["edit_event"] = "Edit event";
$text["edit_existing_access"] = "Edit Access List"; $text["edit_existing_access"] = "Edit Access List";
$text["edit_existing_notify"] = "Edit notification list"; $text["edit_existing_notify"] = "Edit notification list";
$text["edit_folder"] = "Edit folder";
$text["edit_folder_access"] = "Edit access"; $text["edit_folder_access"] = "Edit access";
$text["edit_folder"] = "Edit folder";
$text["edit_folder_notify"] = "Folder Notification List"; $text["edit_folder_notify"] = "Folder Notification List";
$text["edit_folder_props"] = "Edit folder";
$text["edit_folder_props_again"] = "Edit folder again"; $text["edit_folder_props_again"] = "Edit folder again";
$text["edit_folder_props"] = "Edit folder";
$text["edit_group"] = "Edit group"; $text["edit_group"] = "Edit group";
$text["edit_inherit_access"] = "Inherit access"; $text["edit_inherit_access"] = "Inherit access";
$text["edit_personal_default_keywords"] = "Edit personal keywords"; $text["edit_personal_default_keywords"] = "Edit personal keywords";
$text["edit_user"] = "Edit user";
$text["edit_user_details"] = "Edit User Details"; $text["edit_user_details"] = "Edit User Details";
$text["edit_user"] = "Edit user";
$text["email"] = "Email"; $text["email"] = "Email";
$text["email_err_group"] = "Error sending email to one or more members of group [group]"; $text["email_err_group"] = "Error sending email to one or more members of group [group]";
$text["email_err_user"] = "Error sending email to user [user]"; $text["email_err_user"] = "Error sending email to user [user]";
$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_sent"] = "Email sent"; $text["email_sent"] = "Email sent";
$text["empty_access_list"] = "Access list is empty"; $text["empty_access_list"] = "Access list is empty";
$text["empty_notify_list"] = "No entries"; $text["empty_notify_list"] = "No entries";
@ -152,52 +198,72 @@ $text["error_adding_session"] = "Error occured while creating session.";
$text["error_occured"] = "An error has occured"; $text["error_occured"] = "An error has occured";
$text["error_removing_old_sessions"] = "Error occured while removing old sessions"; $text["error_removing_old_sessions"] = "Error occured while removing old sessions";
$text["error_updating_revision"] = "Error updating status of document revision."; $text["error_updating_revision"] = "Error updating status of document revision.";
$text["error_updating_status"] = "Errore during the status update";
$text["event_details"] = "Event details";
$text["exp_date"] = "Expires"; $text["exp_date"] = "Expires";
$text["expired"] = "Expired"; $text["expired"] = "Expired";
$text["expires"] = "Expires"; $text["expires"] = "Expires";
$text["expiry_changed_email"] = "Expiry date changed";
$text["february"] = "February";
$text["file"] = "File"; $text["file"] = "File";
$text["file_info"] = "File Information"; $text["file_info"] = "File Information";
$text["files_deletion"] = "Files deletion";
$text["files_deletion_warning"] = "With this option you can delete all files of entire DMS folders. The versioning information will remain visible.";
$text["files"] = "Files";
$text["file_size"] = "Filesize"; $text["file_size"] = "Filesize";
$text["folder_access_again"] = "Edit folder access again"; $text["folder_access_again"] = "Edit folder access again";
$text["folder_contents"] = "Folder Contents"; $text["folder_contents"] = "Folder Contents";
$text["folder_deleted_email"] = "Folder deleted";
$text["folder"] = "Folder";
$text["folder_infos"] = "Folder Information"; $text["folder_infos"] = "Folder Information";
$text["folder_moved_email"] = "Folder moved";
$text["folder_notify_again"] = "Edit notify-list again"; $text["folder_notify_again"] = "Edit notify-list again";
$text["folder_overview"] = "Folder Overview"; $text["folder_overview"] = "Folder Overview";
$text["folder_path"] = "Path"; $text["folder_path"] = "Path";
$text["folder_title"] = "Folder '[foldername]'"; $text["folder_renamed_email"] = "Folder renamed";
$text["folders"] = "Folders";
$text["folders_and_documents_statistic"] = "Contents overview"; $text["folders_and_documents_statistic"] = "Contents overview";
$text["folders"] = "Folders";
$text["folder_title"] = "Folder '[foldername]'";
$text["foldertree"] = "Foldertree"; $text["foldertree"] = "Foldertree";
$text["friday"] = "Friday";
$text["from_approval_process"] = "from approval process"; $text["from_approval_process"] = "from approval process";
$text["from"] = "From";
$text["from_review_process"] = "from review process"; $text["from_review_process"] = "from review process";
$text["global_default_keywords"] = "Global keywords"; $text["global_default_keywords"] = "Global keywords";
$text["goto"] = "Go to"; $text["goto"] = "Go to";
$text["group"] = "Group";
$text["group_already_approved"] = "An approval has already been submitted on behalf of group"; $text["group_already_approved"] = "An approval has already been submitted on behalf of group";
$text["group_already_reviewed"] = "A review has already been submitted on behalf of group"; $text["group_already_reviewed"] = "A review has already been submitted on behalf of group";
$text["group_approval_summary"] = "Group approval summary";
$text["group_approvers"] = "Group Approvers"; $text["group_approvers"] = "Group Approvers";
$text["group_email_sent"] = "Email sent to group members"; $text["group_email_sent"] = "Email sent to group members";
$text["group_exists"] = "Group already exists."; $text["group_exists"] = "Group already exists.";
$text["group"] = "Group";
$text["group_management"] = "Groups management"; $text["group_management"] = "Groups management";
$text["group_members"] = "Group members"; $text["group_members"] = "Group members";
$text["group_reviewers"] = "Group Reviewers"; $text["group_reviewers"] = "Group Reviewers";
$text["group_review_summary"] = "Group review summary";
$text["groups"] = "Groups";
$text["group_unable_to_add"] = "Unable to add group"; $text["group_unable_to_add"] = "Unable to add group";
$text["group_unable_to_remove"] = "Unable to remove group"; $text["group_unable_to_remove"] = "Unable to remove group";
$text["groups"] = "Groups";
$text["guest_login"] = "Login as guest";
$text["guest_login_disabled"] = "Guest login is disabled."; $text["guest_login_disabled"] = "Guest login is disabled.";
$text["guest_login"] = "Login as guest";
$text["help"] = "Help";
$text["human_readable"] = "Human readable archive";
$text["include_documents"] = "Include documents";
$text["include_subdirectories"] = "Include subdirectories";
$text["individual_approvers"] = "Individual Approvers"; $text["individual_approvers"] = "Individual Approvers";
$text["individual_reviewers"] = "Individual Reviewers"; $text["individual_reviewers"] = "Individual Reviewers";
$text["individuals"] = "Individuals"; $text["individuals"] = "Individuals";
$text["inherits_access_msg"] = "Access is being inherited.<p><a class=\"inheritAccess\" href=\"[copyurl]\">Copy inherited access list</a><br><a class=\"inheritAccess\" href=\"[emptyurl]\">Start with empty access list</a>"; $text["inherits_access_msg"] = "Access is being inherited.<p><a class=\"inheritAccess\" href=\"[copyurl]\">Copy inherited access list</a><br><a class=\"inheritAccess\" href=\"[emptyurl]\">Start with empty access list</a>";
$text["internal_error"] = "Internal error";
$text["internal_error_exit"] = "Internal error. Unable to complete request. Exiting."; $text["internal_error_exit"] = "Internal error. Unable to complete request. Exiting.";
$text["internal_error"] = "Internal error";
$text["invalid_access_mode"] = "Invalid Access Mode"; $text["invalid_access_mode"] = "Invalid Access Mode";
$text["invalid_action"] = "Invalid Action"; $text["invalid_action"] = "Invalid Action";
$text["invalid_approval_status"] = "Invalid Approval Status"; $text["invalid_approval_status"] = "Invalid Approval Status";
$text["invalid_create_date_end"] = "Invalid end date for creation date range."; $text["invalid_create_date_end"] = "Invalid end date for creation date range.";
$text["invalid_create_date_start"] = "Invalid start date for creation date range."; $text["invalid_create_date_start"] = "Invalid start date for creation date range.";
$text["invalid_doc_id"] = "Invalid Document ID"; $text["invalid_doc_id"] = "Invalid Document ID";
$text["invalid_file_id"] = "Invalid file ID";
$text["invalid_folder_id"] = "Invalid Folder ID"; $text["invalid_folder_id"] = "Invalid Folder ID";
$text["invalid_group_id"] = "Invalid Group ID"; $text["invalid_group_id"] = "Invalid Group ID";
$text["invalid_link_id"] = "Invalid link identifier"; $text["invalid_link_id"] = "Invalid link identifier";
@ -210,6 +276,8 @@ $text["invalid_user_id"] = "Invalid User ID";
$text["invalid_version"] = "Invalid Document Version"; $text["invalid_version"] = "Invalid Document Version";
$text["is_admin"] = "Administrator Privilege"; $text["is_admin"] = "Administrator Privilege";
$text["is_guest"] = "Guest account"; $text["is_guest"] = "Guest account";
$text["is_hidden"] = "Hide from users list";
$text["january"] = "January";
$text["js_no_approval_group"] = "Please select a approval group"; $text["js_no_approval_group"] = "Please select a approval group";
$text["js_no_approval_status"] = "Please select the approval status"; $text["js_no_approval_status"] = "Please select the approval status";
$text["js_no_comment"] = "There is no comment"; $text["js_no_comment"] = "There is no comment";
@ -224,31 +292,41 @@ $text["js_no_query"] = "Type in a query";
$text["js_no_review_group"] = "Please select a review group"; $text["js_no_review_group"] = "Please select a review group";
$text["js_no_review_status"] = "Please select the review status"; $text["js_no_review_status"] = "Please select the review status";
$text["js_pwd_not_conf"] = "Password and passwords-confirmation are not equal"; $text["js_pwd_not_conf"] = "Password and passwords-confirmation are not equal";
$text["js_select_user"] = "Please select an user";
$text["js_select_user_or_group"] = "Select at least a user or a group"; $text["js_select_user_or_group"] = "Select at least a user or a group";
$text["js_select_user"] = "Please select an user";
$text["july"] = "July";
$text["june"] = "June";
$text["keyword_exists"] = "Keyword already exists"; $text["keyword_exists"] = "Keyword already exists";
$text["keywords"] = "Keywords"; $text["keywords"] = "Keywords";
$text["language"] = "Language"; $text["language"] = "Language";
$text["last_update"] = "Last Update";
$text["last_updated_by"] = "Last updated by"; $text["last_updated_by"] = "Last updated by";
$text["last_update"] = "Last Update";
$text["latest_version"] = "Latest Version"; $text["latest_version"] = "Latest Version";
$text["linked_documents"] = "Related Documents"; $text["linked_documents"] = "Related Documents";
$text["linked_files"] = "Attachments";
$text["local_file"] = "Local file"; $text["local_file"] = "Local file";
$text["lock_document"] = "Lock"; $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_message"] = "This document is locked by <a href=\"mailto:[email]\">[username]</a>. Only authorized users can unlock this document.";
$text["lock_status"] = "Status"; $text["lock_status"] = "Status";
$text["logged_in_as"] = "Logged in"; $text["logged_in_as"] = "Logged in";
$text["login"] = "Sign in";
$text["login_error_text"] = "Error signing in. User ID or password incorrect."; $text["login_error_text"] = "Error signing in. User ID or password incorrect.";
$text["login_error_title"] = "Sign in error"; $text["login_error_title"] = "Sign in error";
$text["login_not_found"] = "This username does not exist"; $text["login_not_found"] = "This username does not exist";
$text["login_not_given"] = "No username has been supplied"; $text["login_not_given"] = "No username has been supplied";
$text["login_ok"] = "Sign in successful"; $text["login_ok"] = "Sign in successful";
$text["login"] = "Sign in";
$text["log_management"] = "Log files management";
$text["logout"] = "Logout"; $text["logout"] = "Logout";
$text["manager"] = "Manager";
$text["march"] = "March";
$text["max_upload_size"] = "Maximum upload size for each file";
$text["may"] = "May";
$text["mime_type"] = "Mime-Type"; $text["mime_type"] = "Mime-Type";
$text["move"] = "Move"; $text["monday"] = "Monday";
$text["month_view"] = "Month view";
$text["move_document"] = "Move document"; $text["move_document"] = "Move document";
$text["move_folder"] = "Move Folder"; $text["move_folder"] = "Move Folder";
$text["move"] = "Move";
$text["msg_document_expired"] = "The document \"[documentname]\" (Path: \"[path]\") has expired on [expires]"; $text["msg_document_expired"] = "The document \"[documentname]\" (Path: \"[path]\") has expired on [expires]";
$text["msg_document_updated"] = "The document \"[documentname]\" (Path: \"[path]\") was created or updated on [updated]"; $text["msg_document_updated"] = "The document \"[documentname]\" (Path: \"[path]\") was created or updated on [updated]";
$text["my_account"] = "My Account"; $text["my_account"] = "My Account";
@ -256,9 +334,13 @@ $text["my_documents"] = "My Documents";
$text["name"] = "Name"; $text["name"] = "Name";
$text["new_default_keyword_category"] = "Add category"; $text["new_default_keyword_category"] = "Add category";
$text["new_default_keywords"] = "Add keywords"; $text["new_default_keywords"] = "Add keywords";
$text["new_document_email"] = "New document";
$text["new_equals_old_state"] = "Warning: Proposed status and existing status are identical. No action required."; $text["new_equals_old_state"] = "Warning: Proposed status and existing status are identical. No action required.";
$text["new_file_email"] = "New attachment";
$text["new_folder"] = "New folder";
$text["new"] = "New";
$text["new_subfolder_email"] = "New folder";
$text["new_user_image"] = "New image"; $text["new_user_image"] = "New image";
$text["no"] = "No";
$text["no_action"] = "No action required"; $text["no_action"] = "No action required";
$text["no_action_required"] = "n/a"; $text["no_action_required"] = "n/a";
$text["no_active_user_docs"] = "There are currently no documents owned by the user that require review or approval."; $text["no_active_user_docs"] = "There are currently no documents owned by the user that require review or approval.";
@ -271,25 +353,34 @@ $text["no_documents"] = "No documents";
$text["no_folders"] = "No folders"; $text["no_folders"] = "No folders";
$text["no_group_members"] = "This group has no members"; $text["no_group_members"] = "This group has no members";
$text["no_groups"] = "No groups"; $text["no_groups"] = "No groups";
$text["no"] = "No";
$text["no_previous_versions"] = "No other versions found"; $text["no_previous_versions"] = "No other versions found";
$text["no_reviewers"] = "No reviewers assigned."; $text["no_reviewers"] = "No reviewers assigned.";
$text["no_subfolders"] = "No subfolders"; $text["no_subfolders"] = "No subfolders";
$text["no_update_cause_locked"] = "You can therefore not update this document. Please contanct the locking user.";
$text["no_user_image"] = "No image found";
$text["not_approver"] = "User is not currently assigned as an approver of this document revision."; $text["not_approver"] = "User is not currently assigned as an approver of this document revision.";
$text["not_reviewer"] = "User is not currently assigned as a reviewer of this document revision.";
$text["notification_summary"] = "Notification Summary"; $text["notification_summary"] = "Notification Summary";
$text["notify_added_email"] = "You've been added to notify list";
$text["notify_deleted_email"] = "You've been removed from notify list";
$text["notify_subject"] = "New or expired documents in your DMS"; $text["notify_subject"] = "New or expired documents in your DMS";
$text["not_reviewer"] = "User is not currently assigned as a reviewer of this document revision.";
$text["no_update_cause_locked"] = "You can therefore not update this document. Please contanct the locking user.";
$text["no_user_docs"] = "There are currently no documents owned by the user";
$text["no_user_image"] = "No image found";
$text["november"] = "November";
$text["obsolete"] = "Obsolete"; $text["obsolete"] = "Obsolete";
$text["october"] = "October";
$text["old_folder"] = "old folder"; $text["old_folder"] = "old folder";
$text["old"] = "Old";
$text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images"; $text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images";
$text["op_finished"] = " done";
$text["operation_not_allowed"] = "You don't have enough rights to do that"; $text["operation_not_allowed"] = "You don't have enough rights to do that";
$text["override_content_status"] = "Override Status"; $text["op_finished"] = " done";
$text["override_content_status_complete"] = "Override Status Complete"; $text["override_content_status_complete"] = "Override Status Complete";
$text["override_content_status"] = "Override Status";
$text["override_privilege_insufficient"] = "Access denied. Privileges insufficient to override the status of this document."; $text["override_privilege_insufficient"] = "Access denied. Privileges insufficient to override the status of this document.";
$text["override_status"] = "Override Status";
$text["overview"] = "Overview"; $text["overview"] = "Overview";
$text["owner"] = "Owner"; $text["owner"] = "Owner";
$text["ownership_changed_email"] = "Owner changed";
$text["password"] = "Password"; $text["password"] = "Password";
$text["pending_approval"] = "Documents pending approval"; $text["pending_approval"] = "Documents pending approval";
$text["pending_review"] = "Documents pending review"; $text["pending_review"] = "Documents pending review";
@ -297,52 +388,62 @@ $text["personal_default_keywords"] = "Personal keywords";
$text["previous_versions"] = "Previous Versions"; $text["previous_versions"] = "Previous Versions";
$text["rejected"] = "Rejected"; $text["rejected"] = "Rejected";
$text["released"] = "Released"; $text["released"] = "Released";
$text["remove_document_link"] = "Remove link";
$text["remove_member"] = "Remove member";
$text["removed_approver"] = "has been removed from the list of approvers."; $text["removed_approver"] = "has been removed from the list of approvers.";
$text["removed_file_email"] = "Removed attachment";
$text["remove_document_link"] = "Remove link";
$text["removed_reviewer"] = "has been removed from the list of reviewers."; $text["removed_reviewer"] = "has been removed from the list of reviewers.";
$text["remove_member"] = "Remove member";
$text["results_page"] = "Results Page"; $text["results_page"] = "Results Page";
$text["review_document"] = "Review Document"; $text["review_deletion_email"] = "Review request deleted";
$text["review_document_complete"] = "Review Document: Complete";
$text["review_document_complete_records_updated"] = "Document review completed and records updated"; $text["review_document_complete_records_updated"] = "Document review completed and records updated";
$text["review_group"] = "Review Group"; $text["review_document_complete"] = "Review Document: Complete";
$text["review_status"] = "Review Status"; $text["review_document"] = "Review Document";
$text["review_summary"] = "Review Summary";
$text["review_update_failed"] = "Error updating review status. Update failed.";
$text["reviewer_added"] = "added as a reviewer"; $text["reviewer_added"] = "added as a reviewer";
$text["reviewer_already_assigned"] = "is already assigned as a reviewer"; $text["reviewer_already_assigned"] = "is already assigned as a reviewer";
$text["reviewer_already_removed"] = "has already been removed from review process or has already submitted a review"; $text["reviewer_already_removed"] = "has already been removed from review process or has already submitted a review";
$text["reviewer_no_privilege"] = "is not sufficiently privileged to review this document"; $text["reviewer_no_privilege"] = "is not sufficiently privileged to review this document";
$text["reviewer_removed"] = "removed from review process"; $text["reviewer_removed"] = "removed from review process";
$text["reviewers"] = "Reviewers"; $text["reviewers"] = "Reviewers";
$text["review_group"] = "Review Group";
$text["review_request_email"] = "Review request";
$text["review_status"] = "Review Status";
$text["review_submit_email"] = "Submitted review";
$text["review_summary"] = "Review Summary";
$text["review_update_failed"] = "Error updating review status. Update failed.";
$text["rm_default_keyword_category"] = "Delete category"; $text["rm_default_keyword_category"] = "Delete category";
$text["rm_default_keywords"] = "Delete keywords"; $text["rm_default_keywords"] = "Delete keywords";
$text["rm_document"] = "Remove document"; $text["rm_document"] = "Remove document";
$text["rm_file"] = "Remove file";
$text["rm_folder"] = "Remove folder"; $text["rm_folder"] = "Remove folder";
$text["rm_group"] = "Remove this group"; $text["rm_group"] = "Remove this group";
$text["rm_user"] = "Remove this user"; $text["rm_user"] = "Remove this user";
$text["rm_version"] = "Remove version"; $text["rm_version"] = "Remove version";
$text["role_admin"] = "Administrator";
$text["role_guest"] = "Guest";
$text["role"] = "Role";
$text["root_folder"] = "Root folder"; $text["root_folder"] = "Root folder";
$text["saturday"] = "Saturday";
$text["save"] = "Save"; $text["save"] = "Save";
$text["search"] = "Search";
$text["search_in"] = "Search in";
$text["search_in_all"] = "all Folders"; $text["search_in_all"] = "all Folders";
$text["search_in_current"] = "only this ([foldername]) including subfolders"; $text["search_in_current"] = "only this ([foldername]) including subfolders";
$text["search_mode"] = "Mode"; $text["search_in"] = "Search in";
$text["search_mode_and"] = "all words"; $text["search_mode_and"] = "all words";
$text["search_mode"] = "Mode";
$text["search_mode_or"] = "at least one word"; $text["search_mode_or"] = "at least one word";
$text["search_no_results"] = "There are no documents that match your search"; $text["search_no_results"] = "There are no documents that match your search";
$text["search_query"] = "Search for"; $text["search_query"] = "Search for";
$text["search_report"] = "Found [count] documents"; $text["search_report"] = "Found [count] documents";
$text["search_result_pending_approval"] = "status 'pending approval'"; $text["search_result_pending_approval"] = "status 'pending approval'";
$text["search_result_pending_review"] = "status 'pending review'"; $text["search_result_pending_review"] = "status 'pending review'";
$text["search_results"] = "Search results";
$text["search_results_access_filtered"] = "Search results may contain content to which access has been denied."; $text["search_results_access_filtered"] = "Search results may contain content to which access has been denied.";
$text["search_results"] = "Search results";
$text["search"] = "Search";
$text["search_time"] = "Elapsed time: [time] sec."; $text["search_time"] = "Elapsed time: [time] sec.";
$text["select_one"] = "Select one";
$text["selected_document"] = "Selected document"; $text["selected_document"] = "Selected document";
$text["selected_folder"] = "Selected folder"; $text["selected_folder"] = "Selected folder";
$text["selection"] = "Selection"; $text["selection"] = "Selection";
$text["select_one"] = "Select one";
$text["september"] = "September";
$text["seq_after"] = "After \"[prevname]\""; $text["seq_after"] = "After \"[prevname]\"";
$text["seq_end"] = "At the end"; $text["seq_end"] = "At the end";
$text["seq_keep"] = "Keep Position"; $text["seq_keep"] = "Keep Position";
@ -354,29 +455,39 @@ $text["set_owner"] = "Set Owner";
$text["set_reviewers_approvers"] = "Assign Reviewers and Approvers"; $text["set_reviewers_approvers"] = "Assign Reviewers and Approvers";
$text["show_all_versions"] = "Show All Revisions"; $text["show_all_versions"] = "Show All Revisions";
$text["show_current_versions"] = "Show Current"; $text["show_current_versions"] = "Show Current";
$text["signed_in_as"] = "Signed in as";
$text["sign_out"] = "sign out";
$text["space_used_on_data_folder"] = "Space used on data folder";
$text["start"] = "Start"; $text["start"] = "Start";
$text["status"] = "Status";
$text["status_approval_rejected"] = "Draft rejected"; $text["status_approval_rejected"] = "Draft rejected";
$text["status_approved"] = "Approved"; $text["status_approved"] = "Approved";
$text["status_approver_removed"] = "Approver removed from process"; $text["status_approver_removed"] = "Approver removed from process";
$text["status_change_summary"] = "Document revision changed from status '[oldstatus]' to status '[newstatus]'.";
$text["status_changed_by"] = "Status changed by"; $text["status_changed_by"] = "Status changed by";
$text["status_change_summary"] = "Document revision changed from status '[oldstatus]' to status '[newstatus]'.";
$text["status_not_approved"] = "Not approved"; $text["status_not_approved"] = "Not approved";
$text["status_not_reviewed"] = "Not reviewed"; $text["status_not_reviewed"] = "Not reviewed";
$text["status_reviewed"] = "Reviewed"; $text["status_reviewed"] = "Reviewed";
$text["status_reviewer_rejected"] = "Draft rejected"; $text["status_reviewer_rejected"] = "Draft rejected";
$text["status_reviewer_removed"] = "Reviewer removed from process"; $text["status_reviewer_removed"] = "Reviewer removed from process";
$text["status"] = "Status";
$text["status_unknown"] = "Unknown"; $text["status_unknown"] = "Unknown";
$text["storage_size"] = "Storage size";
$text["subfolder_list"] = "Subfolders"; $text["subfolder_list"] = "Subfolders";
$text["submit_approval"] = "Submit approval"; $text["submit_approval"] = "Submit approval";
$text["submit_login"] = "Sign in"; $text["submit_login"] = "Sign in";
$text["submit_review"] = "Submit review"; $text["submit_review"] = "Submit review";
$text["sunday"] = "Sunday";
$text["theme"] = "Theme"; $text["theme"] = "Theme";
$text["thursday"] = "Thursday";
$text["toggle_manager"] = "Toggle manager";
$text["to"] = "To";
$text["tuesday"] = "Tuesday";
$text["unable_to_add"] = "Unable to add"; $text["unable_to_add"] = "Unable to add";
$text["unable_to_remove"] = "Unable to remove"; $text["unable_to_remove"] = "Unable to remove";
$text["under_folder"] = "In folder"; $text["under_folder"] = "In folder";
$text["unknown_command"] = "Command not recognized."; $text["unknown_command"] = "Command not recognized.";
$text["unknown_group"] = "Unknown group id"; $text["unknown_group"] = "Unknown group id";
$text["unknown_id"] = "unknown id";
$text["unknown_keyword_category"] = "Unknown category"; $text["unknown_keyword_category"] = "Unknown category";
$text["unknown_owner"] = "Unknown owner id"; $text["unknown_owner"] = "Unknown owner id";
$text["unknown_user"] = "Unknown user id"; $text["unknown_user"] = "Unknown user id";
@ -384,20 +495,19 @@ $text["unlock_cause_access_mode_all"] = "You can still update it because you hav
$text["unlock_cause_locking_user"] = "You can still update it because you are also the one that locked it. Locking will automatically be removed."; $text["unlock_cause_locking_user"] = "You can still update it because you are also the one that locked it. Locking will automatically be removed.";
$text["unlock_document"] = "Unlock"; $text["unlock_document"] = "Unlock";
$text["unlocking_denied"] = "You dont't have enough rights to unlock this document"; $text["unlocking_denied"] = "You dont't have enough rights to unlock this document";
$text["update"] = "Update";
$text["update_approvers"] = "Update List of Approvers"; $text["update_approvers"] = "Update List of Approvers";
$text["updated_by"] = "Updated by";
$text["update_document"] = "Update"; $text["update_document"] = "Update";
$text["update_info"] = "Update Information"; $text["update_info"] = "Update Information";
$text["update_locked_msg"] = "This document is locked."; $text["update_locked_msg"] = "This document is locked.";
$text["update_reviewers"] = "Update List of Reviewers";
$text["update_reviewers_approvers"] = "Update List of Reviewers and Approvers"; $text["update_reviewers_approvers"] = "Update List of Reviewers and Approvers";
$text["updated_by"] = "Updated by"; $text["update_reviewers"] = "Update List of Reviewers";
$text["update"] = "Update";
$text["upload_date"] = "Upload-Date"; $text["upload_date"] = "Upload-Date";
$text["uploaded"] = "Uploaded";
$text["uploaded_by"] = "Uploaded by"; $text["uploaded_by"] = "Uploaded by";
$text["uploaded"] = "Uploaded";
$text["uploading_failed"] = "Upload failed. Please contact the administrator."; $text["uploading_failed"] = "Upload failed. Please contact the administrator.";
$text["use_default_keywords"] = "Use predefined keywords"; $text["use_default_keywords"] = "Use predefined keywords";
$text["user"] = "User";
$text["user_already_approved"] = "User has already submitted an approval of this document version"; $text["user_already_approved"] = "User has already submitted an approval of this document version";
$text["user_already_reviewed"] = "User has already submitted a review of this document version"; $text["user_already_reviewed"] = "User has already submitted a review of this document version";
$text["user_approval_not_required"] = "No document approval required of user at this time."; $text["user_approval_not_required"] = "No document approval required of user at this time.";
@ -412,165 +522,21 @@ $text["user_removed_approver"] = "User has been removed from the list of individ
$text["user_removed_reviewer"] = "User has been removed from the list of individual reviewers."; $text["user_removed_reviewer"] = "User has been removed from the list of individual reviewers.";
$text["user_review_not_required"] = "No document review required of user at this time."; $text["user_review_not_required"] = "No document review required of user at this time.";
$text["users"] = "Users"; $text["users"] = "Users";
$text["version"] = "Version"; $text["user"] = "User";
$text["version_deleted_email"] = "Version deleted";
$text["version_info"] = "Version Information"; $text["version_info"] = "Version Information";
$text["versioning_file_creation"] = "Versioning file creation";
$text["versioning_file_creation_warning"] = "With this operation you can create a file containing the versioning information of an entire DMS folder. After the creation every file will be saved inside the document folder.";
$text["versioning_info"] = "Versioning info";
$text["version_under_approval"] = "Version under approval"; $text["version_under_approval"] = "Version under approval";
$text["version_under_review"] = "Version under review"; $text["version_under_review"] = "Version under review";
$text["version"] = "Version";
$text["view_document"] = "View Document"; $text["view_document"] = "View Document";
$text["view_online"] = "View online"; $text["view_online"] = "View online";
$text["warning"] = "Warning"; $text["warning"] = "Warning";
$text["wrong_pwd"] = "Your password is incorrect. Try Again.";
$text["yes"] = "Yes";
$text["sign_out"] = "sign out";
$text["signed_in_as"] = "Signed in as";
$text["assign_reviewers"] = "Assign Reviewers";
$text["assign_approvers"] = "Assign Approvers";
$text["override_status"] = "Override Status";
$text["change_status"] = "Change Status";
$text["change_assignments"] = "Change Assignments";
$text["no_user_docs"] = "There are currently no documents owned by the user";
$text["disclaimer"] = "This is a classified area. Access is permitted only to authorized personnel. Any violation will be prosecuted according to the national and international laws.";
$text["error_updating_status"] = "Errore during the status update";
$text["unknown_id"] = "unknown id";
$text["help"] = "Help";
$text["group_approval_summary"] = "Group approval summary";
$text["group_review_summary"] = "Group review summary";
$text["documents_locked_by_you"] = "Documents locked by you";
$text["document_renamed_email"] = "Document renamed";
$text["folder_renamed_email"] = "Folder renamed";
$text["comment_changed_email"] = "Comment changed";
$text["document_moved_email"] = "Document moved";
$text["folder_moved_email"] = "Folder moved";
$text["ownership_changed_email"] = "Owner changed";
$text["access_permission_changed_email"] = "Permission changed";
$text["expiry_changed_email"] = "Expiry date changed";
$text["notify_added_email"] = "You've been added to notify list";
$text["notify_deleted_email"] = "You've been removed from notify list";
$text["document_updated_email"] = "Document updated";
$text["document_deleted_email"] = "Document deleted";
$text["folder_deleted_email"] = "Folder deleted";
$text["version_deleted_email"] = "Version deleted";
$text["document_status_changed_email"] = "Document status changed";
$text["review_request_email"] = "Review request";
$text["approval_request_email"] = "Approval request";
$text["review_deletion_email"] = "Review request deleted";
$text["approval_deletion_email"] = "Approval request deleted";
$text["new_subfolder_email"] = "New folder";
$text["new_document_email"] = "New document";
$text["approval_submit_email"] = "Submitted approval";
$text["review_submit_email"] = "Submitted review";
$text["automatic_status_update"] = "Automatic status change";
$text["old"] = "Old";
$text["new"] = "New";
$text["folder"] = "Folder";
$text["new_file_email"] = "New attachment";
$text["removed_file_email"] = "Removed attachment";
$text["document_deleted"] = "Document deleted";
$text["linked_files"] = "Attachments";
$text["invalid_file_id"] = "Invalid file ID";
$text["rm_file"] = "Remove file";
$text["confirm_rm_file"] = "Do you really want to remove file \"[name]\" of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
$text["backup_tools"] = "Backup tools";
$text["versioning_file_creation"] = "Versioning file creation";
$text["archive_creation"] = "Archive creation";
$text["files_deletion"] = "Files deletion";
$text["versioning_info"] = "Versioning info";
$text["versioning_file_creation_warning"] = "With this operation you can create a file containing the versioning information of an entire DMS folder. After the creation every file will be saved inside the document folder.";
$text["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.";
$text["files_deletion_warning"] = "With this option you can delete all files of entire DMS folders. The versioning information will remain visible.";
$text["confirm_rm_folder_files"] = "Do you really want to remove all the files of the folder \"[foldername]\" and of its subfolders?<br>Be careful: This action cannot be undone.";
$text["files"] = "Files";
$text["storage_size"] = "Storage size";
$text["backup_list"] = "Existings backup list";
$text["backup_remove"] = "Remove backup file";
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.";
$text["edit_comment"] = "Edit comment";
// new from 1.9
$text["is_hidden"] = "Hide from users list";
$text["log_management"] = "Log files management";
$text["confirm_rm_log"] = "Do you really want to remove log file \"[logname]\"?<br>Be careful: This action cannot be undone.";
$text["include_subdirectories"] = "Include subdirectories";
$text["include_documents"] = "Include documents";
$text["manager"] = "Manager";
$text["toggle_manager"] = "Toggle manager";
// new from 2.0
$text["calendar"] = "Calendar";
$text["week_view"] = "Week view";
$text["month_view"] = "Month view";
$text["year_view"] = "Year View";
$text["add_event"] = "Add event";
$text["edit_event"] = "Edit event";
$text["january"] = "January";
$text["february"] = "February";
$text["march"] = "March";
$text["april"] = "April";
$text["may"] = "May";
$text["june"] = "June";
$text["july"] = "July";
$text["august"] = "August";
$text["september"] = "September";
$text["october"] = "October";
$text["november"] = "November";
$text["december"] = "December";
$text["sunday"] = "Sunday";
$text["monday"] = "Monday";
$text["tuesday"] = "Tuesday";
$text["wednesday"] = "Wednesday"; $text["wednesday"] = "Wednesday";
$text["thursday"] = "Thursday"; $text["week_view"] = "Week view";
$text["friday"] = "Friday"; $text["wrong_pwd"] = "Your password is incorrect. Try Again.";
$text["saturday"] = "Saturday"; $text["year_view"] = "Year View";
$text["yes"] = "Yes";
$text["from"] = "From";
$text["to"] = "To";
$text["event_details"] = "Event details";
$text["confirm_rm_event"] = "Do you really want to remove event \"[name]\"?<br>Be careful: This action cannot be undone.";
$text["dump_creation"] = "DB dump creation";
$text["dump_creation_warning"] = "With this operation you can create a dump file of your database content. After the creation the dump file will be saved in the data folder of your server.";
$text["dump_list"] = "Existings dump files";
$text["dump_remove"] = "Remove dump file";
$text["confirm_rm_dump"] = "Do you really want to remove the file \"[dumpname]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"?<br>Be careful: This action cannot be undone.";
$text["confirm_rm_group"] = "Do you really want to remove the group \"[groupname]\"?<br>Be careful: This action cannot be undone.";
$text["human_readable"] = "Human readable archive";
$text["email_header"] = "This is an automatic message from the DMS server.";
$text["email_footer"] = "You can always change your e-mail settings using 'My Account' functions";
$text["add_multiple_files"] = "Add multiple files (will use filename as document name)";
// new from 2.0.1
$text["max_upload_size"] = "Maximum upload size for each file";
// new from 2.0.2
$text["space_used_on_data_folder"] = "Space used on data folder";
$text["assign_user_property_to"] = "Assign user's properties to";
// new from 3.0.0
$text["role"] = "Role";
$text["role_admin"] = "Administrator";
$text["role_guest"] = "Guest";
?> ?>