/usr/share/bibledit/checks/settings.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 | <h2>translate("Manage Checks")</h2>
<p>
translate("Bible"): <a href="?bible=">##bible##</a>.
<!-- #BEGINZONE cloud -->
translate("It will be checked every night.")
<!-- #ENDZONE cloud -->
<a href="?run=">translate("Check it now.")</a>
</p>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p>##journal##</p>
<br>
<p>translate("Enable the desired checks:")</p>
<p>
<input type="checkbox" name="doublespacesusfm" onchange="checkbox(this)" ##doublespacesusfm## />
translate("double spaces in the raw USFM")
</p>
<p>
<input type="checkbox" name="fullstopheadings" onchange="checkbox(this)" ##fullstopheadings## />
translate("punctuation at the end of a heading")
</p>
<p>
<input type="checkbox" name="spacebeforepunctuation" onchange="checkbox(this)" ##spacebeforepunctuation## />
translate("a space before a comma, semicolon, colon, full stop, question mark, or exclamation mark")
</p>
<p>
<input type="checkbox" name="sentencestructure" onchange="checkbox(this)" ##sentencestructure## />
translate("sentence structure")
</p>
<p>
<input type="checkbox" name="paragraphstructure" onchange="checkbox(this)" ##paragraphstructure## />
translate("paragraph starts with a capital and ends with a correct end marker")
</p>
<p>
<input type="checkbox" name="booksversification" onchange="checkbox(this)" ##booksversification## />
translate("correct number of books according to the versification system")
</p>
<p>
<input type="checkbox" name="chaptersversesversification" onchange="checkbox(this)" ##chaptersversesversification## />
translate("correct number of chapters and verses in existing books, according to the versification system")
</p>
<p>
<input type="checkbox" name="wellformedusfm" onchange="checkbox(this)" ##wellformedusfm## />
translate("well-formed USFM")
</p>
<p>
<input type="checkbox" name="punctuationatendverse" onchange="checkbox(this)" ##punctuationatendverse## />
translate("missing punctuation at the end of a verse")
</p>
<p>
<input type="checkbox" name="patterns" onchange="checkbox(this)" ##patterns## />
translate("patterns in the text")
[<a href="settingspatterns">translate("settings")</a>]
</p>
<p>
<input type="checkbox" name="pairs" onchange="checkbox(this)" ##pairs## />
translate("matching pairs")
[<a href="settingspairs">translate("settings")</a>]
</p>
<p>
<input type="checkbox" name="spaceendverse" onchange="checkbox(this)" ##spaceendverse## />
translate("space at the end of a verse")
</p>
<p>
<input type="checkbox" name="frenchpunctuation" onchange="checkbox(this)" ##frenchpunctuation## />
translate("no-break space at French punctuation")
</p>
<p>
<input type="checkbox" name="frenchcitation" onchange="checkbox(this)" ##frenchcitation## />
translate("multiple « in French citation style")
</p>
<br>
<p><a href="settingssentences">translate("Settings for the sentence structure")</a></p>
<br>
<p>
<a href="index">translate("The results of these checks will be viewable under Tools / Checks.")</a>
<!-- #BEGINZONE client -->
translate ("Bibledit Cloud can email the results to all users who have enabled this notification.")
<!-- #ENDZONE client -->
<!-- #BEGINZONE cloud -->
translate ("The results will also be emailed to all users who have enabled this notification.")
<!-- #ENDZONE cloud -->
</p>
<script type="text/javascript" src="../assets/checkbox.js"></script>
|