1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<h1>translate("Teams")</h1>
<p>
translate("Bibledit can host many Bibles.")
translate("Many users can create an account.")
</p>
<br>
<p>
translate("A translation team is formed by giving a group of users access to a Bible.")
</p>
<ul>
<li>
translate("A user may be granted read-only access to a Bible, or write access.")
translate("The type of access also depends on the role of a user.")
<a href="../manage/users">translate("Manage users.")</a>
</li>
<li>
translate("Bibles can be made viewable by all users.")
<a href="../bible/manage">translate("Manage Bibles.")</a>
</li>
</ul>
|