Subversion Repositories LCARS

Rev

Rev 32 | Rev 188 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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