File: teams.html

package info (click to toggle)
bibledit-cloud 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 250,636 kB
  • sloc: xml: 915,934; ansic: 261,349; cpp: 92,628; javascript: 32,542; sh: 4,915; makefile: 586; php: 69
file content (21 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (9)
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>