File: settingssentences.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 (87 lines) | stat: -rw-r--r-- 3,371 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
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
<h2>translate("Sentence structure")</h2>
<p>
  translate("Bible"): ##bible##.
  translate("The settings apply to different checks on the sentence structure.")
</p>
<p class="error">##error##</p>
<p class="success">##success##</p>
<br>
<p>
translate("Enter all possible capitals in the text of the Bible.")
translate("Separate them by a space.")
translate("Example:")
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
</p>
<form action="settingssentences" name="form1" method="post">
  <p><input type="text" name="capitals" value="##capitals##" class="width100" /></p>
  <p><input type="submit" name="submit1" value=translate("Submit") /></p>
</form>
<br>
<p>
translate("Enter all possible small letters in the text of the Bible.")
translate("Separate them by a space.")
translate("Example:")
a b c d e f g h i j k l m n o p q r s t u v w x y z
</p>
<form action="settingssentences" name="form2" method="post">
  <p><input type="text" name="smallletters" value="##smallletters##" class="width100" /></p>
  <p><input type="submit" name="submit2" value=translate("Submit") /></p>
</form>
<br>
<p>
translate("Enter all possible punctuation marks at the end of a sentence.")
translate("Separate them by a space.")
translate("Example:")
. ! ? :
</p>
<form action="settingssentences" name="form3" method="post">
  <p><input type="text" name="endpunctuationmarks" value="##endpunctuationmarks##" class="width100" /></p>
  <p><input type="submit" name="submit3" value=translate("Submit") /></p>
</form>
<br>
<p>
translate("Enter all possible punctuation marks within a sentence.")
translate("Separate them by a space.")
translate("Example:")
, ;
</p>
<form action="settingssentences" name="form4" method="post">
  <p><input type="text" name="middlepunctuationmarks" value="##middlepunctuationmarks##" class="width100" /></p>
  <p><input type="submit" name="submit4" value=translate("Submit") /></p>
</form>
<br>
<p>
translate("Enter all possible characters that should be allowed within a sentence.")
translate("Separate them by a space.")
translate("The characters will be treated by the checks algorithm to be valid in any context.")
translate("Example:")
( ) [ ] { } &#39; &quot; * - 0 1 2 3 4 5 6 7 8 9
</p>
<form action="settingssentences" name="form5" method="post">
  <p><input type="text" name="disregards" value="##disregards##" class="width100" /></p>
  <p><input type="submit" name="submit5" value=translate("Submit") /></p>
</form>
<br>
<p>
translate("Enter the names, starting with a capital, that may occur after mid-sentence punctuation.")
translate("Separate them by a space.")
translate("Example:")
Jesus Paul Peter
</p>
<form action="settingssentences" name="form6" method="post">
  <p><textarea name="names" class="width100">##names##</textarea></p>
  <p><input type="submit" name="submit6" value=translate("Submit") /></p>
</form>
<br>
<p>
translate("Enter all possible markers that start a new line but do not necessarily start a new sentence.")
translate("Separate them by a space.")
translate("Example:")
q q1 q2 q3
</p>
<form action="settingssentences" name="form7" method="post">
  <p><input type="text" name="within_sentence_paragraph_markers" value="##within_sentence_paragraph_markers##" class="width100" /></p>
  <p><input type="submit" name="submit7" value=translate("Submit") /></p>
</form>
<br>
<p><a href="settings">translate("Go back")</a></p>