"explain"=>Yii::t("news","Write a public message visible in live on selected places")
),
"restricted"=>array(
"icon"=>"rss",
"label"=>ucfirst(Yii::t("common","followers")),
"explain"=>Yii::t("news","Posted on followers and members wall and visible to all on this wall")//Visible to all on this wall and published on community's network",
),
"private"=>array(
"icon"=>"users",
"label"=>ucfirst(Yii::t("common","members")),
"explain"=>Yii::t("news","Posted on members wall and visible only for them")
),
"init"=>array(
"admin"=>"restricted",
"noadmin"=>"private"
)
),
Project::COLLECTION=>array(
"public"=>array(
"icon"=>"globe",
"label"=>ucfirst(Yii::t("common","public")),
"explain"=>Yii::t("news","Write a public message visible in live on selected places")
),
"restricted"=>array(
"icon"=>"rss",
"label"=>ucfirst(Yii::t("common","followers")),
"explain"=>Yii::t("news","Posted on followers and contributors wall and visible to all on this wall")