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>
|