diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-23 00:13:46 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-23 00:13:46 +0200 |
commit | 207b3423de7d6cb614db4aa225e5af76b833cf24 (patch) | |
tree | 24eabb858a5f5baf9d2a39be987fd9737ff947de /doc/web/homepage/de | |
parent | d5783dd6df8c4c0248a2837133d932bed30fe67b (diff) | |
download | vdr-plugin-live-207b3423de7d6cb614db4aa225e5af76b833cf24.tar.gz vdr-plugin-live-207b3423de7d6cb614db4aa225e5af76b833cf24.tar.bz2 |
Language negotiation according to browser language setting.
Started to translate the german homepage into english.
Diffstat (limited to 'doc/web/homepage/de')
-rw-r--r-- | doc/web/homepage/de/screenshots.php | 10 | ||||
-rw-r--r-- | doc/web/homepage/de/settings-de.inc | 3 |
2 files changed, 1 insertions, 12 deletions
diff --git a/doc/web/homepage/de/screenshots.php b/doc/web/homepage/de/screenshots.php index 28452cc..df1c755 100644 --- a/doc/web/homepage/de/screenshots.php +++ b/doc/web/homepage/de/screenshots.php @@ -38,16 +38,6 @@ $screenshots->AllImg(); } ?> -<!-- - <a href="img/whatson.jpg"><img src="img/whatson_thumb.jpg" alt="whats on"></img></a> - <a href="img/schedule.jpg"><img src="img/schedule_thumb.jpg" alt="whats on"></img></a> - <a href="img/timers.jpg"><img src="img/timers_thumb.jpg" alt="whats on"></img></a> - <a href="img/searchepg.jpg"><img src="img/searchepg_thumb.jpg" alt="whats on"></img></a> - <a href="img/edit_searchtimer.jpg"><img src="img/edit_searchtimer_thumb.jpg" alt="whats on"></img></a> - <a href="img/recordings.jpg"><img src="img/recordings_thumb.jpg" alt="whats on"></img></a> - <a href="img/remote.jpg"><img src="img/remote_thumb.jpg" alt="whats on"></img></a> - <a href="img/setup.jpg"><img src="img/setup_thumb.jpg" alt="whats on"></img></a> ---> </div> </div> diff --git a/doc/web/homepage/de/settings-de.inc b/doc/web/homepage/de/settings-de.inc index be4163d..e49ca83 100644 --- a/doc/web/homepage/de/settings-de.inc +++ b/doc/web/homepage/de/settings-de.inc @@ -6,7 +6,7 @@ $status = new Status("LIVE Plugin Status", "d.m.Y", "Sprache: "); -$menu = new Menu(array("index.php" => "Über Live", +$menu = new Menu(array("index.php" => "Über LIVE", "news.php" => "Neuerungen", "download.php" => "Download", "screenshots.php" => "Screenshots", @@ -21,7 +21,6 @@ $screenshots = new Screenshots(array("whatson" => "Was läuft (Ausführl "searchtimer" => "Suchtimer", "editsearchtimer" => "Suchtimer editieren", "timerconflict" => "Timer Konflikt Anzeige", - "edittimer" => "Timer editieren", "recordings" => "Aufnahmen", "remote" => "Fernbedienung", "setup" => "LIVE Einstellungen", |