Imported Upstream version 0.72.4

This commit is contained in:
TANIGUCHI Takaki
2012-04-08 21:33:59 +09:00
parent cef31abc8c
commit 2f23ea4b4a
1170 changed files with 116562 additions and 55295 deletions

View File

@@ -1,6 +1,6 @@
<?php
# dvdisaster: English homepage translation
# Copyright (C) 2004-2010 Carsten Gnörlich
# Copyright (C) 2004-2012 Carsten Gnörlich
#
# UTF-8 trigger: äöüß
#
@@ -14,37 +14,37 @@ begin_page();
?>
<!--- Insert actual page content below --->
<!-- Insert actual page content below -->
<h3>Starting actions</h3>
<h3 class="top">Starting actions</h3>
<?php begin_screen_shot("Starting actions","action-buttons.png"); ?>
To start an action in dvdisaster, click on one of the buttons marked green:<p>
<table>
<tr>
<td valign="top"><img src="images/read-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/read-icon.png" alt="dvdisaster UI: Read (button)"> &nbsp;</td>
<td><b>Reading medium contents into an image file</b> to:
<ul>
<li>read in <a href="howtos42.php#a">a defective medium</a> for a subsequent recovery.
<li>read in <a href="howtos23.php?way=1&expand=0">an error-free medium</a> for creating an error
correction file.</td>
correction file.</ul></td>
</tr>
<tr>
<td valign="top"><img src="images/create-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/create-icon.png" alt="dvdisaster UI: Create (button)"> &nbsp;</td>
<td><b><a href="howtos20.php">Creating an error correction file</a></b><br>
(only possible from defect-free media!)</td>
</tr>
<tr>
<td valign="top"><img src="images/scan-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/scan-icon.png" alt="dvdisaster UI: Scan (button)"> &nbsp;</td>
<td><b><a href="howtos10.php">Scanning a medium for read errors.</a></b>
</td>
</tr>
<tr>
<td valign="top"><img src="images/fix-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/fix-icon.png" alt="dvdisaster UI: Fix (button)"> &nbsp;</td>
<td><b><a href="howtos40.php">Recover the image of a defective medium</a></b><br>
provided that
<a href="howtos20.php">error correction data</a> is available.
@@ -52,7 +52,7 @@ provided that
</tr>
<tr>
<td valign="top"><img src="images/compare-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/compare-icon.png" alt="dvdisaster UI: Verify (button)"> &nbsp;</td>
<td>Display <a href="howtos50.php">information on images and error correction data</a>.
</td>
</tr>
@@ -62,14 +62,14 @@ provided that
<table>
<tr>
<td valign="top"><img src="images/log-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/log-icon.png" alt="dvdisaster UI: View log (button)"> &nbsp;</td>
<td><b>View log file of running action</b> (marked yellow).<br>
See also: <a href="feedback.php#log">Log file creation</a>.
</td>
</tr>
<tr>
<td valign="top"><img src="images/stop-icon.png"> &nbsp;</td>
<td class="valignt"><img src="images/stop-icon.png" alt="dvdisaster UI: Stop (button)"> &nbsp;</td>
<td><b>Aborting the running action</b> (marked red).<br>
Some actions may take some time to abort; especially when this button
is hit while reading a defective sector.
@@ -80,7 +80,7 @@ is hit while reading a defective sector.
<?php end_screen_shot(); ?>
<!--- do not change below --->
<!-- do not change below -->
<?php
# end_page() adds the footer line and closes the HTML properly.