added the CommunityManager, the initial implementation of community objects,
and related supporting code and database material
This commit is contained in:
@@ -16,3 +16,16 @@
|
||||
# ---------------------------------------------------------------------------------
|
||||
# This file has been localized for the en_US locale
|
||||
cat.notfound=The category with ID#{0} does not exist in the database.
|
||||
cid.notfound=The community with ID#{0} does not exist in the database.
|
||||
alias.notfound=The community with alias "{0}" does not exist in the database.
|
||||
auth.getCommList=You are not authorized to get the member community list for user "{0}."
|
||||
auth.setCategory=You are not authorized to set the category for community "{0}."
|
||||
property.serialize=The value of property "{0}" could not be serialized.
|
||||
property.deserialize=The value of property "{0}" could not be deserialized.
|
||||
auth.setProperty=You are not authorized to set properties on the community "{0}."
|
||||
auth.removeProperty=You are not authorized to remove properties from the community "{0}."
|
||||
auth.setVisibility=You are not authorized to set the visibility for community "{0}."
|
||||
auth.setName=You are not authorized to change the name of community "{0}."
|
||||
auth.setAlias=You are not authorized to change the alias of community "{0}."
|
||||
auth.grantAccess=You are not authorized to grant access to community "{0}."
|
||||
auth.revokeAccess=You are not authorized to revoke access grants in community "{0}."
|
||||
|
||||
Reference in New Issue
Block a user