/usr/share/bibledit/user/notifications.html is in bibledit-data 5.0.453-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | <h2>translate("Notifications")</h2>
<!-- #BEGINZONE client -->
<p>##url##</p>
<!-- #ENDZONE client -->
<!-- #BEGINZONE server -->
<p class="error">##error##</p>
<h3>translate("Consultation Notes")</h3>
<p>
<input type="checkbox" name="editednotessubscription" onchange="checkbox(this)" ##editednotessubscription## />
translate("Subscribe to a consultation note you created or edited online or by email.")
</p>
<p>
<input type="checkbox" name="anynotessubscription" onchange="checkbox(this)" ##anynotessubscription## />
translate("Subscribe to a consultation note created or edited by anybody online or by email.")
</p>
<p>
<input type="checkbox" name="emailconfirmationyourposts" onchange="checkbox(this)" ##emailconfirmationyourposts## />
translate("Receive email confirmation of your posts to a consultation notes done by email.")
</p>
<p>
<input type="checkbox" name="subscribednotenotification" onchange="checkbox(this)" ##subscribednotenotification## />
translate("Receive email about changes in a consultation note you are subscribed to.")
</p>
<p>
<input type="checkbox" name="notesassignment" onchange="checkbox(this)" ##notesassignment## />
translate("A consultation note that gets changed will be assigned to you.")
</p>
<p>
<input type="checkbox" name="assignednotenotification" onchange="checkbox(this)" ##assignednotenotification## />
translate("Receive email about changes in a consultation note assigned to you.")
</p>
<p>
<input type="checkbox" name="suppressemailsfromnotesyouupdated" onchange="checkbox(this)" ##suppressemailsfromnotesyouupdated## />
translate("Suppress receiving email from an updated consultation note in case the update was made by you.")
</p>
<p>
<input type="checkbox" name="assignednotesnotification" onchange="checkbox(this)" ##assignednotesnotification## />
translate("Receive daily mail with the number of consultation notes assigned to you.")
</p>
<p>
<input type="checkbox" name="subscribednotesnotification" onchange="checkbox(this)" ##subscribednotesnotification## />
translate("Receive daily mail with the number of consultation notes you are subscribed to.")
</p>
<p>
<input type="checkbox" name="deletednotenotification" onchange="checkbox(this)" ##deletednotenotification## />
translate("Receive email about a deleted consultation note.")
</p>
<p>
<input type="checkbox" name="postponenewnotesmails" onchange="checkbox(this)" ##postponenewnotesmails## />
translate("Emails that would normally be sent right after you have created a consultation note, delay them till the evening.")
translate("This setting may be useful in the following scenario:")
translate("Each time you create a new note, the other members of the team get interrupted by your email.")
translate("This happens many times a day.")
translate("You don't want these interruptions, but the team members need to get your email eventually.")
translate("Tick this setting, and you're done.")
</p>
<h3>translate("Change Notifications")</h3>
<!-- #BEGINZONE writebible -->
<p>
<input type="checkbox" name="mychangesemailnotifications" onchange="checkbox(this)" ##mychangesemailnotifications## />
translate("Receive daily mail with the changes in the Bible made by you.")
</p>
<!-- #ENDZONE writebible -->
<!-- #BEGINZONE readbible -->
<p>
<input type="checkbox" name="anyonechangesemailnotification" onchange="checkbox(this)" ##anyonechangesemailnotification## />
translate("Receive daily mail with the changes in the Bible made by anyone.")
</p>
<!-- #ENDZONE readbible -->
<!-- #BEGINZONE consultant -->
<p>
<input type="checkbox" name="anyonechangesonlinenotifications" onchange="checkbox(this)" ##anyonechangesonlinenotifications## />
<a href="../changes/changes">translate("Notifications about changes in the Bible made by anyone will be generated for you online.")</a>
</p>
<p>
<input type="checkbox" name="mychangesonlinenotifications" onchange="checkbox(this)" ##mychangesonlinenotifications## />
<a href="../changes/changes">translate("Notifications about changes in the Bible made by you will be generated for you online.")</a>
</p>
<p>
<input type="checkbox" name="contributorschangesonlinenotifications" onchange="checkbox(this)" ##contributorschangesonlinenotifications## />
<a href="../changes/changes">translate("Notifications about changes in the Bible made by the individual contributors will be generated for you online.")</a>
</p>
<p>
<input type="checkbox" name="pendingchangenotifications" onchange="checkbox(this)" ##pendingchangenotifications## />
translate("Receive daily mail with the number of online change notifications awaiting your attention.")
</p>
<!-- #ENDZONE consultant -->
<!-- #BEGINZONE consultant -->
<h3>translate("Text Checks")</h3>
<p>
<input type="checkbox" name="biblechecksnotification" onchange="checkbox(this)" ##biblechecksnotification## />
translate("Receive daily mail with results of checks on the text of the Bibles.")
</p>
<h3>translate("Team work")</h3>
<p>
<input type="checkbox" name="sprintprogressnotification" onchange="checkbox(this)" ##sprintprogressnotification## />
<a href="../sprint/index">translate("Receive weekly mail about the team's progress during the course of the sprint.")</a>
</p>
<!-- #ENDZONE consultant -->
<!-- #ENDZONE server -->
<br>
<script type="text/javascript" src="../assets/checkbox.js"></script>
|