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,9 +14,9 @@ begin_page();
?>
<!--- Insert actual page content below --->
<!-- Insert actual page content below -->
<h3>Image file selection</h3>
<h3 class="top">Image file selection</h3>
The image file contains the data from all medium sectors, including the information
whether a sector was readable. dvdisaster works on image files because they are
@@ -30,16 +30,16 @@ The default file suffix for images is ".iso".<p>
There are two ways of choosing the image file:
<ul>
<li>using a <a href="#filechooser">file chooser dialog</a> (button marked green), or</li>
<li>by directly entering the file location (text entry field marked blue).</li><p>
</ul>
<li>by directly entering the file location (text entry field marked blue).</li>
</ul><p>
The direct entry is helpful when you are processing several files
in the same directory. In that case simply change the file name in the text field.
<p>
<?php end_screen_shot(); ?>
<? require("howtos_winfile.php"); ?>
<?php require("howtos_winfile.php"); ?>
<!--- do not change below --->
<!-- do not change below -->
<?php
# end_page() adds the footer line and closes the HTML properly.