diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-27 01:18:31 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-27 01:18:31 +0200 |
commit | 25bf54b84821992882772cec22c1a188650bf797 (patch) | |
tree | 5da0967adb32f0902d33201adf67560ebdcb97e6 /doc/web/homepage/en/download.php | |
parent | 180d3670f7c09253e064d365574b371d479f436b (diff) | |
download | vdr-plugin-live-25bf54b84821992882772cec22c1a188650bf797.tar.gz vdr-plugin-live-25bf54b84821992882772cec22c1a188650bf797.tar.bz2 |
Almost complete translation to english of the homepage for LIVE 0.2.0.
Some tweaks for the softwre version config.
Added License section in both versions of the homepage.
Diffstat (limited to 'doc/web/homepage/en/download.php')
-rw-r--r-- | doc/web/homepage/en/download.php | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/web/homepage/en/download.php b/doc/web/homepage/en/download.php index df8ff5b..2cedca3 100644 --- a/doc/web/homepage/en/download.php +++ b/doc/web/homepage/en/download.php @@ -19,7 +19,7 @@ <div class="inhalt"> <div style="width: 800px; margin-top: 15px"> - <div class="boxheader"><div><div>Stabile Version:</div></div></div> + <div class="boxheader"><div><div>Stable version:</div></div></div> <div style="border: 1px solid black; padding: 0px 10px"> <p> <b>Version 0.2.0</b> @@ -28,7 +28,7 @@ </ul> </p> <p> - <b>Vorausetzungen für die Installation:</b> + <b>Installation prerequisites:</b> <?php include ("install_0-2-0.inc"); ?> </p> <p></p> @@ -36,21 +36,23 @@ </div> <div style="width: 800px; margin-top: 15px"> - <div class="boxheader"><div><div>Entwickler Version:</div></div></div> + <div class="boxheader"><div><div>Development version:</div></div></div> <div style="border: 1px solid black; padding: 0px 10px"> <p> - <b>Akuteller CVS-Snapshot</b> + <b>Current CVS snapshot</b> <ul> <li> Download: <a href="http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/live.tar.gz?tarball=1">http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/</a> <p> - <strong>WICHTIG:</strong> unbedingt auch immer die Datei README in LIVE Quellen-Verzeichnis beachten! + <strong>IMPORTANT:</strong> when using this version + please always check the README file in the LIVE + source directory. </p> </li> </ul> </p> <p> - <b>Vorausetzungen für die Installation:</b> + <b>Installation prerequisites:</b> <?php include ("install_devel.inc"); ?> </p> <p></p> @@ -58,7 +60,7 @@ </div> <div style="width: 800px; margin-top: 15px"> - <div class="boxheader"><div><div>Ältere Version:</div></div></div> + <div class="boxheader"><div><div>Old version:</div></div></div> <div style="border: 1px solid black; padding: 0px 10px"> <p> <b>Version 0.1.0</b> @@ -67,7 +69,7 @@ </ul> </p> <p> - <b>Vorausetzungen für die Installation:</b> + <b>Installation prerequisites:</b> <?php include ("install_0-1-0.inc"); ?> </p> <p></p> |