HRConvert2/Languages/de/convertGui1.php
Justin Grimes 0ee323f256
v2.9.8 & v2.9.9 - Merge pull request # 24 & 25.
-Deleted duplicate screenshot directory.
-Updated count of supported formats to 77 from 75.
-Updated tags, misc repository metadata.

-v2.9.8.
-Merge pull request # 24.
-"Added .mov to videoArray and created error"
-Pull request URL:  https://github.com/zelon88/HRConvert2/pull/24.
-Commit URL:  cd83790bcd
-Special thanks to author @HenriChabert.
-Changed proposed error number from 11000 to 21000 & made unique.

-v2.9.9.
-Merge pull request # 24.
-"Add m3u8 stream support"
-Pull request URL:  https://github.com/zelon88/HRConvert2/pull/25.
-Commit URL:  6bf64dd03c
-Special thanks to author @MangoTornado.
-Updated all language packs with Stream support.
2023-01-03 22:38:35 -05:00

224 lines
No EOL
9.7 KiB
PHP

<?php
if (!isset($ApplicationName)) $ApplicationName = 'HRConvert2';
if (!isset($ApplicationTitle)) $ApplicationTitle = 'Konvertieren Sie alles!';
if (!isset($CoreLoaded)) die('ERROR!!! '.$ApplicationName.'-2, This file cannot process your request! Please submit your file to convertCore.php instead!');
if (!isset($ShowFinePrint)) $ShowFinePrint = TRUE;
?>
<body>
<?php
if (!isset($_GET['noGui'])) { ?>
<div id="header-text" style="max-width:1000px; margin-left:auto; margin-right:auto; text-align:center;">
<h1><?php echo $ApplicationName; ?></h1>
<h3>Online-Dateikonverter, Extraktor, Kompressor</h3>
<hr />
</div>
<div id="main" align="center">
<div id="overview" style="max-width:1000px; text-align:left; margin:25px;">
<p id="info" style="display:block;"><?php echo $ApplicationName; ?> basiert auf der kostenlosen Anwendung <a href='https://github.com/zelon88/HRConvert2'>HRConvert2</a> von <a href='https://github.com/zelon88'>Zelon88</a>, die Dateien konvertiert, ohne Benutzer über das Internet zu verfolgen oder Ihr geistiges Eigentum zu verletzen.</p>
<button id="more-info-button" class="info-button" onclick="toggle_visibility('more-info'); toggle_visibility('more-info-button'); toggle_visibility('supported-formats-show-button');
toggle_visibility('less-info-button');" style="text-align:center; display:block; margin-left:auto; margin-right:auto;"><i>Mehr Informationen...</i></button>
<button id="less-info-button" class="info-button" onclick="toggle_visibility('more-info'); toggle_visibility('more-info-button'); toggle_visibility('supported-formats-show-button');
toggle_visibility('less-info-button');" style="text-align:center; display:none; margin-left:auto; margin-right:auto;"><i>Weniger Informationen...</i></button>
<div id="more-info" style="display:none;">
<hr />
<p>Alle vom Benutzer bereitgestellten Daten werden automatisch gelöscht, sodass Sie sich keine Sorgen über den Verlust Ihrer persönlichen Daten oder Ihres Eigentums machen müssen, wenn Sie unsere Dienste nutzen.</p>
<p><?php echo $ApplicationName; ?> unterstützt 77 verschiedene Dateiformate, darunter Dokumente, Tabellenkalkulationen, Bilder, Medien, dreidimensionale Modelle, technische Zeichnungen, Vektordateien, Archive, Disk-Images und mehr.</p>
<button id="supported-formats-show-button" class="info-button" onclick="toggle_visibility('supported-formats'); toggle_visibility('supported-formats-show-button');
toggle_visibility('supported-formats-hide-button');" style="text-align:center; display:none; margin-left:auto; margin-right:auto;"><i>Unterstützte Formate Anzeigen...</i></button>
<button id="supported-formats-hide-button" class="info-button" onclick="toggle_visibility('supported-formats'); toggle_visibility('supported-formats-show-button');
toggle_visibility('supported-formats-hide-button');" style="text-align:center; display:none; margin-left:auto; margin-right:auto;"><i>Unterstützte Formate Ausblenden...</i></button>
<br>
<div id="supported-formats" class="supported-formats" style="margin-left:33%; display:none;">
<h3>Unterstützte Formate</h3>
<hr />
<strong>Audioformate</strong>
<p><i>Audio Unterstützt eine bestimmte Bitrate über die Anwendungsprogrammierschnittstelle.</i></p>
<ol>
<li>Mp2</li>
<li>Mp3</li>
<li>Avi</li>
<li>Flac</li>
<li>Ogg</li>
<li>Wav</li>
<li>Wma</li>
<li>M4a</li>
<li>M4p</li>
</ol>
<strong>Videoformate</strong>
<ol>
<li>3gp</li>
<li>Mkv</li>
<li>Avi</li>
<li>Mp4</li>
<li>Flv</li>
<li>Mpeg</li>
<li>Wmv</li>
<li>Mov</li>
<li>M4v</li>
</ol>
<strong>Stream-Formate</strong>
<ol>
<li>m3u8</li>
</ol>
<strong>Dokumentformate</strong>
<ol>
<li>Doc</li>
<li>Docx</li>
<li>Txt</li>
<li>Rtf</li>
<li>Odt</li>
<li>Pdf</li>
</ol>
<strong>Tabellenformate</strong>
<ol>
<li>Xls</li>
<li>Xlsx</li>
<li>Ods</li>
</ol>
<strong>Präsentationsformate</strong>
<ol>
<li>Pages</li>
<li>Pptx</li>
<li>Ppt</li>
<li>Xps</li>
<li>Pot</li>
<li>Potx</li>
<li>Ppa</li>
<li>Ppt</li>
<li>Pptx</li>
<li>Odp</li>
</ol>
<strong>Archivformate</strong>
<p><i>Kann Folgendes erstellen, konvertieren und dearchivieren...</i></p>
<ol>
<li>Zip</li>
<li>Rar</li>
<li>Tar</li>
<li>Tar.Bz2</li>
<li>7z</li>
</ol>
<strong>Disk-Image-Formate</strong>
<p><i>Kann eines der folgenden extrahieren oder in unterstützte Archivformate konvertieren...</i></p>
<ol>
<li>Iso</li>
<li>Vhd</li>
<li>Vdi</li>
</ol>
<strong>Bildformate</strong>
<p><i>Unterstützt Größenänderung und Drehung über die GUI und API.</i></p>
<p><i>Unterstützt das Deaktivieren des Beibehaltens des Seitenverhältnisses über die API.</i></p>
<p><i>Bildkonvertierungsvorgänge unterstützen die folgenden Eingabeformate...</i></p>
<ol>
<li>Jpg</li>
<li>Jpeg</li>
<li>Png</li>
<li>Bmp</li>
<li>Webp</li>
<li>Gif</li>
<li>Cin</li>
<li>Dds</li>
<li>Dib</li>
<li>Flif</li>
<li>Avif</li>
<li>Crw</li>
<li>Dcr</li>
<li>Gplt</li>
<li>Nef</li>
<li>Orf</li>
<li>Ora</li>
<li>Sct</li>
<li>Sfw</li>
<li>Xcf</li>
<li>Xwd</li>
<li>Avif</li>
<li>Ico</li>
</ol>
<p><i>Bildkonvertierungsvorgänge unterstützen die folgenden Ausgabeformate...</i></p>
<ol>
<li>Jpg</li>
<li>Jpeg</li>
<li>Png</li>
<li>Bmp</li>
<li>Webp</li>
<li>Cin</li>
<li>Dds</li>
<li>Dib</li>
<li>Flif</li>
<li>Avif</li>
</ol>
<strong>Dreidimensionale Modellformate</strong>
<ol>
<li>3ds</li>
<li>Obj</li>
<li>Collada</li>
<li>Off</li>
<li>Ply</li>
<li>Stl</li>
<li>Ptx</li>
<li>Dxf</li>
<li>U3d</li>
<li>Vrml</li>
</ol>
<strong>Zeichnungsformate</strong>
<p><i>Kann Zeichnungsdateien in Bildformate ausgeben.</i></p>
<p><i>Kann zwischen einem der folgenden konvertieren...</i></p>
<ol>
<li>Svg</li>
<li>Dxf</li>
<li>Fig</li>
<li>Vdx</li>
</ol>
<strong>Unterstützung der optischen Zeichenerkennung</strong>
<p><i>Optische Zeichenerkennungsoperationen unterstützen die folgenden Eingabeformate...</i></p>
<ol>
<li>Jpg</li>
<li>Jpeg</li>
<li>Png</li>
<li>Bmp</li>
<li>Pdf</li>
<li>Gif</li>
</ol>
<p><i>Optische Zeichenerkennungsoperationen unterstützen die folgenden Ausgabeformate...</i></p>
<ol>
<li>Doc</li>
<li>Docx</li>
<li>Txt</li>
<li>Rtf</li>
<li>Odt</li>
<li>Pdf</li>
</ol>
</div>
</div>
<hr />
</div>
<?php } ?>
<div align="center">
<div id="call-to-action1" style="max-width:1000px; text-align:center;">
<p>Wählen Sie Dateien aus, indem Sie sie anklicken, antippen oder in das unten stehende Feld ziehen.</p>
</div>
</div>
<div align="center">
<div id="dropzone" style="max-height:1000px; max-width:1000px; margin:25px;">
<form action="convertCore.php" class="dropzone" id="filesToUpload" name="filesToUpload" method="post" enctype="multipart/form-data">
<input type="hidden" id="token1" name="Token1" value="<?php echo $Token1; ?>">
<input type="hidden" id="token2" name="Token2" value="<?php echo $Token2; ?>">
</form>
</div>
</div>
<div align="center">
<div id="continue" style="max-width:1000px; text-align:center;">
<form action="convertCore.php?showFiles=1<?php if (isset($_GET['noGui'])) echo '&noGui=TRUE'; if (isset($_GET['language'])) echo '&language='.$_GET['language']; ?>" method="post">
<input type="hidden" id="token1" name="Token1" value="<?php echo $Token1; ?>">
<input type="hidden" id="token2" name="Token2" value="<?php echo $Token2; ?>">
<input type="submit" id="continue-button" class="info-button" value="Fortsetzen...">
</form>
<br />
<?php if (!isset($_GET['noGui'])) { ?>
<hr />
<?php } ?>
</div>
</div>
<?php if (!isset($_GET['noGui'])) { ?>
</div>
<?php } ?>