diff options
Diffstat (limited to 'doc/web/homepage/en/settings-en.inc')
-rw-r--r-- | doc/web/homepage/en/settings-en.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/web/homepage/en/settings-en.inc b/doc/web/homepage/en/settings-en.inc deleted file mode 100644 index fdec171..0000000 --- a/doc/web/homepage/en/settings-en.inc +++ /dev/null @@ -1,28 +0,0 @@ -<?php - // Settings for german version: -$status = new Status("LIVE Plugin State", - "Current stable version", - "0.3.0", - "m/d/Y", - "Language: "); - -$menu = new Menu(array("index.php" => "About LIVE", - "news.php" => "News", - "download.php" => "Download", - "screenshots.php" => "Screenshots", - "index.php#links" => "Links and contact" - )); - -$screenshots = new Screenshots(array("whatson" => "What's on (Extended view)", - "whatsonlist" => "What's on (List view)", - "schedule" => "Schedule of one channel for the next days", - "edittimer" => "Edit timer", - "search" => "Search through EPG data", - "searchtimer" => "Search timer", - "editsearchtimer" => "Edit search timer", - "timerconflict" => "Timer conflict display", - "recordings" => "Recordings", - "remote" => "Remote", - "setup" => "LIVE Settings", - "favourites" => "What's on (Favorites)")); -?> |