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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
<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_v2(this)" ##editednotessubscription## />
translate("Subscribe to a consultation note I created or edited online or by email.")
</p>
<p>
<input type="checkbox" name="anynotessubscription" onchange="checkbox_v2(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_v2(this)" ##emailconfirmationyourposts## />
translate("Receive email confirmation of my posts to a consultation notes done by email.")
</p>
<p>
<input type="checkbox" name="subscribednotenotification" onchange="checkbox_v2(this)" ##subscribednotenotification## />
translate("Receive email about changes in a consultation note I am subscribed to.")
</p>
<p>
<input type="checkbox" name="notesassignment" onchange="checkbox_v2(this)" ##notesassignment## />
translate("A consultation note that gets changed will be assigned to me.")
</p>
<p>
<input type="checkbox" name="assignednotenotification" onchange="checkbox_v2(this)" ##assignednotenotification## />
translate("Receive email about changes in a consultation note assigned to me.")
</p>
<p>
<input type="checkbox" name="suppressemailsfromnotesyouupdated" onchange="checkbox_v2(this)" ##suppressemailsfromnotesyouupdated## />
translate("Suppress receiving email from an updated consultation note if the update was made by me.")
</p>
<p>
<input type="checkbox" name="assignednotesnotification" onchange="checkbox_v2(this)" ##assignednotesnotification## />
translate("Receive daily mail with the number of consultation notes assigned to me.")
</p>
<p>
<input type="checkbox" name="subscribednotesnotification" onchange="checkbox_v2(this)" ##subscribednotesnotification## />
translate("Receive daily mail with the number of consultation notes I am subscribed to.")
</p>
<p>
<input type="checkbox" name="deletednotenotification" onchange="checkbox_v2(this)" ##deletednotenotification## />
translate("Receive email about a deleted consultation note.")
</p>
<p>
<input type="checkbox" name="postponenewnotesmails" onchange="checkbox_v2(this)" ##postponenewnotesmails## />
translate("Emails that would normally be sent right after I have created a consultation note, delay them till the evening.")
translate("This setting may be useful in the following scenario:")
translate("Each time I create a new note, the other members of the team get interrupted by my email.")
translate("This happens many times a day.")
translate("I don't want these interruptions, but the team members need to get my email eventually.")
translate("Tick this setting, and I am done.")
</p>
<p>
translate("Assign notes I create to these users:")
<!-- #BEGINITERATION autoassign -->
| <input type="checkbox" name="autoassign##user##" onchange="checkbox_v2(this)" ##assign## /> ##user##
<!-- #ENDITERATION autoassign -->
</p>
<h3>translate("Change Notifications")</h3>
<!-- #BEGINZONE writebible -->
<p>
<input type="checkbox" name="mychangesemailnotifications" onchange="checkbox_v2(this)" ##mychangesemailnotifications## />
translate("Receive daily mail with the changes in the Bible made by me.")
</p>
<!-- #ENDZONE writebible -->
<!-- #BEGINZONE readbible -->
<p>
<input type="checkbox" name="anyonechangesemailnotification" onchange="checkbox_v2(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_v2(this)" ##anyonechangesonlinenotifications## />
<a href="../changes/changes">translate("Notifications about changes in the Bible made by anyone will be generated for me online.")</a> translate("They will be marked with a 📖 icon.")
</p>
<p>
<input type="checkbox" name="mychangesonlinenotifications" onchange="checkbox_v2(this)" ##mychangesonlinenotifications## />
<a href="../changes/changes">translate("Notifications about changes in the Bible made by me will be generated for me online.")</a> translate("They will be marked with a 😊 icon.")
</p>
<p>
<input type="checkbox" name="contributorschangesonlinenotifications" onchange="checkbox_v2(this)" ##contributorschangesonlinenotifications## />
<a href="../changes/changes">translate("Notifications about changes in the Bible made by the individual contributors will be generated for me online.")</a> translate ("These notifications will be marked by the team member's name.")
</p>
<p>
<input type="checkbox" name="pendingchangenotifications" onchange="checkbox_v2(this)" ##pendingchangenotifications## />
translate("Receive daily mail with the number of online change notifications awaiting my attention.")
</p>
<p>
translate("Get notifications of changes made by anyone in these Bibles:")
<!-- #BEGINITERATION changenotificationbible -->
| <input type="checkbox" name="changenotificationbible##bible##" onchange="checkbox_v2(this)" ##checked## /> ##bible##
<!-- #ENDITERATION changenotificationbible -->
</p>
<!-- #ENDZONE consultant -->
<!-- #BEGINZONE consultant -->
<h3>translate("Text Checks")</h3>
<p>
<input type="checkbox" name="biblechecksnotification" onchange="checkbox_v2(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_v2(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?##VERSION##"></script>
|