This commit is contained in:
Mike Macgirvin 2023-09-21 05:38:24 +10:00
parent 1d58bfc024
commit d280f0f22d

View file

@ -113,7 +113,7 @@ class Stringsjs {
'$channel_social' => t('A social networking profile that is public by default and private if desired'), '$channel_social' => t('A social networking profile that is public by default and private if desired'),
'$channel_social_restricted' => t('A social networking profile where content is private to your [Friends] Access List by default but can be made public if desired'), '$channel_social_restricted' => t('A social networking profile where content is private to your [Friends] Access List by default but can be made public if desired'),
'$channel_forum' => t('A public group where members are allowed to upload media by default'), '$channel_forum' => t('A public group where members are allowed to upload media by default'),
'$channel_forum_restricted' => t('A private group'), '$channel_forum_restricted' => t('A private group only accessible to approved members'),
'$channel_forum_moderated' => t('A public group where posts are moderated by the owner. The [moderated] permission may be removed from any group member once trust is established'), '$channel_forum_moderated' => t('A public group where posts are moderated by the owner. The [moderated] permission may be removed from any group member once trust is established'),
'$channel_collection' => t('A sub-channel of your main channel - often devoted to a specific language or topic. Replies are sent back to your main channel'), '$channel_collection' => t('A sub-channel of your main channel - often devoted to a specific language or topic. Replies are sent back to your main channel'),
'$channel_collection_restricted' => t('A private sub-channel of your main channel - often devoted to a specific language or topic. Replies are sent back to your main channel'), '$channel_collection_restricted' => t('A private sub-channel of your main channel - often devoted to a specific language or topic. Replies are sent back to your main channel'),