From: short <> Date: Sun, 14 Dec 2003 02:46:42 +0000 (+0000) Subject: +Partial German translation by Botond Beres. X-Git-Tag: bp_apache20~53 X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=be50809d9e15e6ddbb86eb1339a6f7294cfa0533 +Partial German translation by Botond Beres. --- diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index de5bc4d..37c39e1 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -31,6 +31,10 @@ Wuse 'My::Project'; Wuse 'project::captive::ListItem'; +my $lang=""; +do { $lang="de" if $_ && /^de/i; } for ($ENV{"HTTP_ACCEPT_LANGUAGE"}); + + my $W=My::Project->init_project( "__PACKAGE__"=>__PACKAGE__, "ListItem"=>\@project::captive::ListItem::ListItem, @@ -45,6 +49,8 @@ table.download td { padding: 8px; } table.navigate td { padding-bottom: 1ex; padding-left: 15px; padding-right: 15px; } ", "project_text_after_title"=>"" + .($lang ne "de" ? "" : "

Captive:" + ." Das erste kostenlose Programm um auf ein NTFS Dateisystem unter GNU/Linux zu lesen und zu schreiben

") .'
' .'' .'' @@ -54,7 +60,8 @@ table.navigate td { padding-bottom: 1ex; padding-left: 15px; padding-right: 15px .'' .'' .'' - .'
' + .'', + ($lang eq "" ? () : ("force_charset"=>"utf-8")), ); @@ -84,8 +91,14 @@ print <<"HERE";
- RPM i386 binary
- tested for distributions: +HERE + if ($lang eq "") { + print "RPM i386 binary
tested for distributions:"; + } + if ($lang eq "de") { + print "RPM i386 Binärcode
getestet für den Betrieb unter:"; + } +print <<"HERE"; - + @@ -156,10 +178,30 @@ print <<"HERE"; @{[ vskip "3ex" ]} -

Installation Notes

- +

+HERE + if ($lang eq "") { + print "Installation Notes"; + } + if ($lang eq "de") { + print "Installationsanleitung"; + } +print <<"HERE"; +

+HERE + if ($lang eq "") { + print <<"EOF";

You should first run captive-install-acquire command to check your available Microsoft Windows drivers versions. Now you can execute:

+EOF + } + if ($lang eq "de") { + print <<"EOF"; +

Sie sollten als erstes den Befehl captive-install-acquire +ausführen um ihre Windows Treiber Version zu überprüfen. Nun können sie folgenden Befehl ausführen:

+EOF + } +print <<"HERE";

@@ -169,13 +211,28 @@ available Microsoft Windows drivers versions. Now you can execute:

+HERE + if ($lang eq "") { + print <<"EOF";

Overview

Any errors from 'captive-lufs' are written to '/var/log/messages'.

-

Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '/var/lib/captive'.

-

'captive' package creates 'captive' user and 'captive' group on your system.

+EOF + } + if ($lang eq "de") { + print <<"EOF"; +

Übersicht

+ +

Jegliche Fehler des 'captive-lufs' werden im Ordner '/var/log/messages' aufgelistet.

+

Die Dateien ntoskrnl.exe und ntfs.sys müssen in den '/var/lib/captive'-Ordner kopiert werden. +(Empfehlendswert über ein Wechseldatenträger [CD-ROM, Diskette].)

+

Das 'captive' Packet erstellt einen 'captive' Benutzer und eine 'captive' Gruppe auf Ihrem System.

+

Übersetzung von Botond Beres.

+EOF + } +print <<"HERE";

LUFS Kernel Driver Module

  • Red Hat 9 Shrike
  • Red Hat 8 Psyche
  • @@ -96,7 +109,16 @@ print <<"HERE"; undef(),"size"=>1,"basename"=>1 ]}
.tar.gz i386 binary
(for non-RPM distributions)
+HERE + if ($lang eq "") { + print ".tar.gz i386 binary
(for non-RPM distributions)"; + } + if ($lang eq "de") { + print ".tar.gz i386 Binärcode
(für Linux Versionen ohne RPM z.B. Knoppix)"; + } +print <<"HERE"; +
@{[ a_href 'dist/captive-static-'.$version{"captive"}[0].'.tar.gz',undef(),"size"=>1,"basename"=>1 ]}