writable_body=s_("WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on.")
writable_body+=s_("WikiEmpty| Have a Confluence wiki already? Use that instead.")ifshow_enable_confluence_integration?(wiki.container)
title:s_('WikiEmpty|This project has no wiki pages'),
body:s_('WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}.')
},
readonly:{
title:s_('WikiEmpty|This project has no wiki pages'),
body:s_('WikiEmpty|You must be a project member in order to add wiki pages.')
}
}
whenGroup
{
writable:{
title:s_('WikiEmpty|The wiki lets you write documentation for your group'),
body:s_("WikiEmpty|A wiki is where you can store all the details about your group. This can include why you've created it, its principles, how to use it, and so on.")
},
issuable:{
title:s_('WikiEmpty|This group has no wiki pages'),
body:s_('WikiEmptyIssueMessage|You must be a group member in order to add wiki pages. If you have suggestions for how to improve the wiki for this group, consider opening an issue in the %{issues_link}.')
},
readonly:{
title:s_('WikiEmpty|This group has no wiki pages'),
body:s_('WikiEmpty|You must be a group member in order to add wiki pages.')
}
}
else
raiseNotImplementedError,"Unknown wiki container type #{wiki.container.class.name}"