Index: xwiki-platform-core/xwiki-core/src/main/resources/ApplicationResources.properties =================================================================== --- xwiki-platform-core/xwiki-core/src/main/resources/ApplicationResources.properties (revision 7169) +++ xwiki-platform-core/xwiki-core/src/main/resources/ApplicationResources.properties (working copy) @@ -899,8 +899,9 @@ changes.classeschanges=Class Changes changes.noclasseschanges=No Class Changes -rightsmanager.confirmdeleteuserorgroup=Delete this user or group? -rightsmanager.confirmdeletemember=Delete this member from the group? +rightsmanager.confirmdeleteuser=The user __name__ will be deleted and removed from all groups he belongs to. Are you sure you want to proceed? +rightsmanager.confirmdeletegroup=The group __name__ will be deleted. Are you sure you want to proceed? +rightsmanager.confirmdeletemember=This user will be deleted from the current group. Are you sure you want to proceed? rightsmanager.addnewuser=Add New User rightsmanager.addnewgroup=Add New Group rightsmanager.duplicateuser=Some users already exist in the group @@ -917,12 +918,15 @@ rightsmanager.global=Global rightsmanager.local=Local rightsmanager.both=Both -rightsmanager.edituserprofile=For more options to edit this user, please go to the user's profile -rightsmanager.userprofile=User Profile +rightsmanager.edituserprofile=For more options to edit this user, please go to the +rightsmanager.userprofile= user's profile rightsmanager.members=Members rightsmanager.manage=Manage rightsmanager.addnewuser=Add new user rightsmanager.addnewgroup=Add new group +rightsmanager.createnewgroup=Create new group +rightsmanager.creategroup=Create group +rightsmanager.groupexist=__name__ cannot be used for the group name, as another document with this name already exists. ui.ajaxTable.loading=Loading... Index: xwiki-platform-skins/albatross/src/main/resources/albatross/addnewgroup.vm =================================================================== --- xwiki-platform-skins/albatross/src/main/resources/albatross/addnewgroup.vm (revision 7169) +++ xwiki-platform-skins/albatross/src/main/resources/albatross/addnewgroup.vm (working copy) @@ -1,9 +1,9 @@