summaryrefslogtreecommitdiff
path: root/doc/web/homepage/de/settings-de.inc
blob: e49ca833487fedfcc003e33f6a9aea9ec4225b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
  // Settings for german version:
$status = new Status("LIVE Plugin Status",
					 "Aktuelle stabile Version",
					 "0.2.0",
					 "d.m.Y",
					 "Sprache: ");

$menu = new Menu(array("index.php" => "&Uuml;ber LIVE",
					   "news.php" => "Neuerungen",
					   "download.php" => "Download",
					   "screenshots.php" => "Screenshots",
					   "index.php#links" => "Links und Kontakt"
					 ));

$screenshots = new Screenshots(array("whatson" => "Was l&auml;uft (Ausf&uuml;hrliche Ansicht)",
									 "whatsonlist" => "Was l&auml;uft (Listenansicht)",
									 "schedule" => "Programm eines Kanals f&uuml;r die n&auml;chsten Tage",
									 "edittimer" => "Timer editieren",
									 "search" => "Suche in den EPG Daten",
									 "searchtimer" => "Suchtimer",
									 "editsearchtimer" => "Suchtimer editieren",
									 "timerconflict" => "Timer Konflikt Anzeige",
									 "recordings" => "Aufnahmen",
									 "remote" => "Fernbedienung",
									 "setup" => "LIVE Einstellungen",
								     "favourites" => "Was l&auml;uft (Favoritenansicht)"));
?>