Subversion Repositories LCARS

Rev

Rev 51 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 188
1
<?php
1
<?php
2
2
3
$seaQuest_de = array(
3
$seaQuest = array(
4
//   'ignore'    => true,
4
//   'ignore'    => true,
5
  'channel'   => 'online',
5
  'channel'   => 'online',
6
//   'showtimes' => 'Mo–Fr 18:00–18:30',
6
//   'showtimes' => 'Mo–Fr 18:00–18:30',
7
  'seen'      => array(array(1, 6)),
7
  'seen'      => array(array(1, 7)),
8
//   'last_seen' => mktime(18, 30, 0, 9, 6, 2011),
8
//   'last_seen' => mktime(18, 30, 0, 9, 6, 2011),
9
  'seasons'   => array(23, 21, 13),
9
  'seasons'   => array(23, 21, 13),
10
  'episodes' => array(
10
  'episodes' => array(
11
       1 => "To Be or Not to Be (Pilot) / The Nathan Bridger Incident",
11
       1 => "To Be or Not to Be (Pilot) / The Nathan Bridger Incident",
12
       2 => "Games (Vereist in alle Ewigkeit)",
12
       2 => "Games (Vereist in alle Ewigkeit)",
13
       3 => "Tödliche Gene (Give Me Liberté)",
13
       3 => "Tödliche Gene (Give Me Liberté)",
14
       4 => "Brothers and Sisters (Die vergessenen Kinder)",
14
       4 => "Brothers and Sisters (Die vergessenen Kinder)",
15
       5 => "Der Teufelsgraben (The Devil's Window)",
15
       5 => "Der Teufelsgraben (The Devil's Window)",
16
       6 => "Das versunkene Wissen (Treasures of the Mind)",
16
       6 => "Das versunkene Wissen (Treasures of the Mind)",
17
       7 => "Treasures of the Tonga Trench",
17
       7 => "Treasures of the Tonga Trench",
18
       8 => "Knight of Shadows",
18
       8 => "Knight of Shadows",
19
       9 => "Bad Water",
19
       9 => "Bad Water",
20
      10 => "The Regulator",
20
      10 => "The Regulator",
21
      11 => "seaWest",
21
      11 => "seaWest",
22
      12 => "Photon Bullet",
22
      12 => "Photon Bullet",
23
      13 => "Better Than Martians",
23
      13 => "Better Than Martians",
24
      14 => "Nothing But the Truth",
24
      14 => "Nothing But the Truth",
25
      15 => "Greed For a Pirate's Dream",
25
      15 => "Greed For a Pirate's Dream",
26
      16 => "Whale Song",
26
      16 => "Whale Song",
27
      17 => "Hide and Seek",
27
      17 => "Hide and Seek",
28
      18 => "The Last Lap at Luxury",
28
      18 => "The Last Lap at Luxury",
29
      19 => "The Stinger",
29
      19 => "The Stinger",
30
      20 => "Abalon",
30
      20 => "Abalon",
31
      21 => "Such Great Patience",
31
      21 => "Such Great Patience",
32
      22 => "The Good Death",
32
      22 => "The Good Death",
33
      23 => "Higher Power/An Ocean on Fire",
33
      23 => "Higher Power/An Ocean on Fire",
34
     
34
35
      24 => "Daggers",
35
      24 => "Daggers",
36
      25 => "The Fear That Follows",
36
      25 => "The Fear That Follows",
37
      26 => "Sympathy For the Deep",
37
      26 => "Sympathy For the Deep",
38
      27 => "Playtime",
38
      27 => "Playtime",
39
      28 => "Special Delivery",
39
      28 => "Special Delivery",
40
      29 => "The Sincerest Form of Flattery",
40
      29 => "The Sincerest Form of Flattery",
41
      30 => "Vapors",
41
      30 => "Vapors",
42
      31 => "By Any Other Name",
42
      31 => "By Any Other Name",
43
      32 => "When We Dead Awaken",
43
      32 => "When We Dead Awaken",
44
      33 => "Dead End",
44
      33 => "Dead End",
45
      34 => "Meltdown",
45
      34 => "Meltdown",
46
      35 => "Lostland",
46
      35 => "Lostland",
47
      36 => "And Everything Nice",
47
      36 => "And Everything Nice",
48
      37 => "Watergate",
48
      37 => "Watergate",
49
      38 => "Dream Weaver",
49
      38 => "Dream Weaver",
50
      39 => "Alone",
50
      39 => "Alone",
51
      40 => "Something in the Air",
51
      40 => "Something in the Air",
52
      41 => "Dagger Redux",
52
      41 => "Dagger Redux",
53
      42 => "The Siamese Dream",
53
      42 => "The Siamese Dream",
54
      43 => "Blindsided",
54
      43 => "Blindsided",
55
      44 => "Splashdown"
55
      44 => "Splashdown"
56
  ),
56
  ),
57
  'episode_list' => 'wiki:en:List_of_seaQuest_DSV_episodes'
57
  'episode_list' => 'wiki:en:List_of_seaQuest_DSV_episodes'
58
);
58
);
59
 
59