Imported Upstream version 0.72.4
This commit is contained in:
@@ -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: äöüß
|
||||
#
|
||||
@@ -12,14 +12,13 @@ require("../include/dvdisaster.php");
|
||||
begin_page();
|
||||
?>
|
||||
|
||||
<!--- Insert actual page content below --->
|
||||
<!-- Insert actual page content below -->
|
||||
|
||||
<h3><a name="top">Technical Questions</a></h3>
|
||||
<h3 class="top"><a name="top">Technical Questions</a></h3>
|
||||
|
||||
<a href="#nls">2.1 Which translations of the program are available?</a><p>
|
||||
<a href="#media">2.2 Which media types are supported?</a><p>
|
||||
<a href="#filesystem">2.3 Which file systems are supported?</a><p>
|
||||
<a href="#aspi">2.4 What does "SPTI" and "ASPI" mean?</a><p>
|
||||
|
||||
<hr><p>
|
||||
|
||||
@@ -28,7 +27,7 @@ begin_page();
|
||||
The current version of dvdisaster contains screen texts in the following languages:<p>
|
||||
|
||||
<table>
|
||||
<tr><td> </td><td>Czech</td><td>--</td><td>upto version 0.66</td></tr>
|
||||
<tr><td> </td><td>Czech</td><td>--</td><td>complete</td></tr>
|
||||
<tr><td></td><td>English</td><td>--</td><td>complete</td></tr>
|
||||
<tr><td> </td><td>German</td><td>--</td><td>complete</td></tr>
|
||||
<tr><td> </td><td>Italian</td><td>--</td><td>upto version 0.65</td></tr>
|
||||
@@ -52,7 +51,7 @@ try the following:<p>
|
||||
|
||||
<tt>export OUTPUT_CHARSET=iso-8859-1</tt> (X11, XTerm)
|
||||
|
||||
<div align=right><a href="#top">↑</a></div>
|
||||
<div class="talignr"><a href="#top">↑</a></div>
|
||||
|
||||
|
||||
<b><a name="media">2.2 Which media types are supported?</a></b><p>
|
||||
@@ -106,7 +105,7 @@ on the two-layered type (the 50GB variety) have been reported yet.
|
||||
<b>Not usable types</b> (image can not be extracted):<p>
|
||||
BD-ROM (pressed BDs), DVD-ROM (pressed DVDs), CD-Audio and CD-Video.
|
||||
|
||||
<div align=right><a href="#top">↑</a></div><p>
|
||||
<div class="talignr"><a href="#top">↑</a></div><p>
|
||||
|
||||
|
||||
<b><a name="filesystem">2.3 Which file systems are supported?</a></b><p>
|
||||
@@ -118,54 +117,9 @@ That means it does not matter with which file system the medium has been formatt
|
||||
Since dvdisaster neither knows nor uses the file system structure,
|
||||
it can not repair logical errors at the file system level.
|
||||
It can not recover lost or deleted files.
|
||||
<div align=right><a href="#top">↑</a></div><p>
|
||||
<div class="talignr"><a href="#top">↑</a></div><p>
|
||||
|
||||
|
||||
<b><a name="aspi">2.4 What does "SPTI" and "ASPI" mean?</a></b><p>
|
||||
|
||||
Windows 98 and ME use drivers called "ASPI" to access CD/DVD drives.
|
||||
Windows NT and its successors provide similar functionality
|
||||
through an interface named "SPTI", but do still allow the installation
|
||||
of additional ASPI drivers.<p>
|
||||
|
||||
<i>> Pro and Con of installing ASPI under Windows NT/2000/XP:</i><p>
|
||||
|
||||
<table>
|
||||
<tr valign=top><td>+</td><td>No administrator priviledges needed for accessing the drives.</td></tr>
|
||||
<tr valign=top><td>-</td><td>ASPI does not map well onto the Windows drive letters.</td></tr>
|
||||
<tr valign=top><td>-</td><td>Some CD/DVD writing programs install
|
||||
their own ASPI drivers. Installing another ASPI driver may interfere
|
||||
with the existing software.</td></tr>
|
||||
</table><p>
|
||||
|
||||
<i>> Which ASPI versions are recommended for use with dvdisaster?</i><p>
|
||||
|
||||
Adaptec provides their ASPI drivers free of charge for download.
|
||||
Sometimes versions 4.72.* have difficulties recognizing drives under
|
||||
Windows 2000/XP. Downgrading to version 4.60 usually helps in such
|
||||
cases.<p>
|
||||
|
||||
<i>> Drive letters are wrong under ASPI!</i><p>
|
||||
|
||||
ASPI drivers use their own system of identifying drives, which does
|
||||
not support the drive letter scheme of Windows.<br>
|
||||
In order to provide a unified access to SPTI and ASPI,
|
||||
dvdisaster tries to guess the mapping of ASPI drives to drive letters.
|
||||
However this does not work under all configurations.<p>
|
||||
|
||||
The --list function prints out
|
||||
the current mapping of drive letters.<p>
|
||||
|
||||
<i>> How to select between SPTI and ASPI?</i><p>
|
||||
|
||||
dvdisaster will automatically choose between SPTI and ASPI,
|
||||
deciding in favor of SPTI if both are available.
|
||||
Usage of ASPI can be forced; see the description of the
|
||||
--list function for details.
|
||||
|
||||
<div align=right><a href="#top">↑</a></div><p>
|
||||
|
||||
<!--- do not change below --->
|
||||
<!-- do not change below -->
|
||||
|
||||
<?php
|
||||
# end_page() adds the footer line and closes the HTML properly.
|
||||
|
||||
Reference in New Issue
Block a user