From 4751e9111f1ec3802b8194da55309420a5403622 Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Sun, 8 May 2011 21:15:15 +0200
Subject: html titles


diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html
index a336fdb..e27f6f8 100644
--- a/templates/program/day_schedule.html
+++ b/templates/program/day_schedule.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Day schedule: {{ day|date:"l, d.m.Y" }}</title>
+  <title>Tagesansicht {{ day|date:"l, d.m.Y" }} &mdash; Radio Helsinki - Freies Radio Graz</title>
     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script>
     <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/jquery.ui.datepicker-de.js"></script>
diff --git a/templates/program/host_detail.html b/templates/program/host_detail.html
index b611c8d..bbe801e 100644
--- a/templates/program/host_detail.html
+++ b/templates/program/host_detail.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Host detail: {{ host.name }}</title>
+    <title>Host: {{ host.name }} &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 <body>
 
diff --git a/templates/program/host_list.html b/templates/program/host_list.html
index d05ae11..8ad81b0 100644
--- a/templates/program/host_list.html
+++ b/templates/program/host_list.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Host list</title>
+    <title>Sendungsmacherinnen &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 <body>
 
diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html
index 0cce965..0a445f5 100644
--- a/templates/program/recommendations.html
+++ b/templates/program/recommendations.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Recomendations</title>
+    <title>Tipps &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 <body>
 
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html
index 60a109b..61735e6 100644
--- a/templates/program/show_detail.html
+++ b/templates/program/show_detail.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Show detail: {{ show.name }}</title>
+    <title>Sendung: {{ show.name }} &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 <body>
 
diff --git a/templates/program/show_list.html b/templates/program/show_list.html
index f7bf327..566cbe1 100644
--- a/templates/program/show_list.html
+++ b/templates/program/show_list.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Show list</title>
+    <title>Sendungen &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 <body>
 
diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html
index 1a5082f..7955451 100644
--- a/templates/program/timeslot_detail.html
+++ b/templates/program/timeslot_detail.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Timeslot detail: {{ timeslot }}</title>
+    <title>Sendung: {{ timeslot }} &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 <body>
 
diff --git a/templates/program/week_schedule.html b/templates/program/week_schedule.html
index 2d01ebd..4ee2d3f 100644
--- a/templates/program/week_schedule.html
+++ b/templates/program/week_schedule.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-    <title>Week schedule</title>
+    <title>Wochenansicht &mdash; Radio Helsinki - Freies Radio Graz</title>
 </head>
 
 <body>
-- 
cgit v0.10.2