File: translated1edit.html

package info (click to toggle)
bibledit 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252,000 kB
  • sloc: xml: 915,984; ansic: 261,349; cpp: 92,794; javascript: 32,542; sh: 4,527; makefile: 514; php: 69
file content (44 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (2)
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
<h2>translate("Translated resource") "##name##"</h2>

<p class="success">##success##</p>
<p class="error">##error##</p>

<p>translate("Title"): ##name##</p>

<br>
<p>
translate("Original resource"):
##original##
</p>
<p>
translate("Language of the original resource"):
##source##
</p>
<p>
translate("Language to translate the resource into"):
##target##
</p>
<br>
<p>
translate("This translated resource will take the original resource as a starting point.")
translate("It will send the original resource to Google Translate for translation.")
translate("It then displays the resource as translated by Google Translate.")
translate("Note that this is a machine translation.")
translate("It may not be accurate.")
</p>

<br>
<p>
<input type="checkbox" name="cache" onchange="checkbox_v2(this, '##name##')" ##cache## />
translate("Cache the resource on client devices.")
translate("Caching makes the resource available offline.")
translate("Caching makes a snapshot of the translated resource.")
translate("If that resource changes after taking the snapshot, the client device does not display those changes.")
</p>

<br>
<p><a href="translated9edit">translate("Resource is ready")</a></p>
<br>
<p><a href="translated9edit?delete=##name##">translate("Delete this resource")</a></p>
<br>
<script type="text/javascript" src="../assets/checkbox.js?##VERSION##"></script>