mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Added document level security
Fixed AWC-407 Added helper to Application to get client config git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2114 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,7 +22,9 @@ editfileinline_description=Edit the content of the document, then click Save.
|
||||
createfile_description=Enter new content.
|
||||
manageusers_description=Manage the users of the repository.
|
||||
manage_invited_users_description=Manage the permissions you have granted to users who access your space.
|
||||
manage_content_users_description=Manage the permissions you have granted to users who access your content.
|
||||
modify_user_roles_description=Modify the permissions granted to a user for accessing your space.
|
||||
modify_content_user_roles_description=Modify the permissions granted to a user for accessing your content.
|
||||
advancedsearch_description=Perform a more detailed search of the repository.
|
||||
editdocument_description=Modify the document properties then click OK.
|
||||
editcategory_description=Set the category for the document then click OK.
|
||||
@@ -220,6 +222,7 @@ manage_rules=Manage Content Rules
|
||||
manage_users=Manage System Users
|
||||
manage_groups=Manage User Groups
|
||||
manage_invited_users=Manage Space Users
|
||||
manage_content_users=Manage Content Users
|
||||
modify_user_roles=Modify User Roles for
|
||||
modify=Modify
|
||||
view=View
|
||||
@@ -416,7 +419,7 @@ send_email=Do you want to send an email to notify the invited users?
|
||||
subject=Subject
|
||||
body=Body
|
||||
automatic_text=Automatic text
|
||||
invite_space=You have been invited to ''{0}'' by {1}.
|
||||
invited_to=You have been invited to ''{0}'' by {1}.
|
||||
invite_role=You will have the role of: {0}
|
||||
invite_finish_instruction=To close this wizard and apply your changes click Finish. To review or change your selections click Back.
|
||||
remove_invited_user_info=To remove an invited user from this space, click Yes.
|
||||
@@ -425,6 +428,13 @@ space_owner=User ''{0}'' is the current owner of this space.
|
||||
users_and_groups=Users and Groups
|
||||
authority=Username
|
||||
|
||||
# Invite Content Users Wizard messages
|
||||
invite_content_title=Invite Content Users Wizard
|
||||
invite_content_desc=This wizard helps you to give other users access to your content.
|
||||
invite_content_step1_desc=Select the users and roles they will play for this content.
|
||||
remove_content_user_info=To remove an invited user from this content, click Yes.
|
||||
content_owner=User ''{0}'' is the current owner of this content.
|
||||
|
||||
# System Users messages
|
||||
create_user=Create User
|
||||
change_password=Change Password
|
||||
@@ -746,6 +756,8 @@ title_browse=Alfresco Web Client
|
||||
title_create_space=Create Space
|
||||
title_inviteusers_invite=Invite Users - Invite
|
||||
title_inviteusers_notify=Invite Users - Notify
|
||||
title_invitecontentusers_invite=Invite Content Users - Invite
|
||||
title_invitecontentusers_notify=Invite Content Users - Notify
|
||||
title_change_user_roles=Change User Roles
|
||||
title_remove_invited_user=Remove Invited User
|
||||
title_advanced_search=Advanced Search
|
||||
@@ -772,6 +784,7 @@ title_undo_checkout=Undo Check Out
|
||||
title_update_file=Update File Content
|
||||
title_users=User Management
|
||||
title_invited_users=Manage Invited Users
|
||||
title_content_users=Manage Content Users
|
||||
title_add_content_props=Add Content - Properties
|
||||
title_add_content_summary=Add Content - Summary
|
||||
title_add_content_upload=Add Content - Upload
|
||||
@@ -923,6 +936,7 @@ delete_user_info=To delete this user, click Yes.
|
||||
delete_rule_confirm=Are you sure you want to delete \"{0}\"?
|
||||
delete_user_confirm=The User will no longer be able to access the system. Are you sure you want to delete user \"{0}\"?
|
||||
remove_invited_user_confirm=The User will no longer be able to access the documents and folders in this space. Are you sure you want to remove user \"{0}\"?
|
||||
remove_content_user_confirm=The User will no longer be able to access this content. Are you sure you want to remove user \"{0}\"?
|
||||
delete_companyroot_confirm=WARNING: This folder is a special folder accessed by all Users! Please be sure that you wish to delete this folder. It may cause System Errors if you remove it.
|
||||
|
||||
# Status Messages
|
||||
|
@@ -118,6 +118,9 @@
|
||||
<!-- the type of edit link to use, NOTE: inline editable will always take precedence -->
|
||||
<!-- can be: http|webdav|cifs -->
|
||||
<edit-link-type>http</edit-link-type>
|
||||
|
||||
<!-- the from address to use when sending emails from the client -->
|
||||
<from-email-address>alfresco@alfresco.org</from-email-address>
|
||||
</client>
|
||||
</config>
|
||||
|
||||
|
Reference in New Issue
Block a user