Index: plugins/CoreHome/templates/header.tpl
===================================================================
--- plugins/CoreHome/templates/header.tpl	(Revision 2167)
+++ plugins/CoreHome/templates/header.tpl	(Arbeitskopie)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>Piwik &rsaquo; Web Analytics Reports</title>
+<title>Piwik &rsaquo; {CoreHome_WebAnalyticsReports|translate}</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="generator" content="Piwik {$piwik_version}" />
 <link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" /> 
Index: plugins/Login/templates/header.tpl
===================================================================
--- plugins/Login/templates/header.tpl	(Revision 2167)
+++ plugins/Login/templates/header.tpl	(Arbeitskopie)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
 <head>
-	<title>Piwik &rsaquo; Login</title>
+	<title>Piwik &rsaquo; {Login_LogIn|translate}</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 	<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
 
Index: plugins/CoreAdminHome/templates/header.tpl
===================================================================
--- plugins/CoreAdminHome/templates/header.tpl	(Revision 2167)
+++ plugins/CoreAdminHome/templates/header.tpl	(Arbeitskopie)
@@ -2,7 +2,7 @@
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>Piwik &rsaquo; Administration</title>
+<title>Piwik &rsaquo; {CoreAdminHome_Administration|translate}</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="generator" content="Piwik {$piwik_version}" />
 <link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
Index: lang/en.php
===================================================================
--- lang/en.php	(Revision 2167)
+++ lang/en.php	(Arbeitskopie)
@@ -158,7 +158,9 @@
 	'API_LoadedAPIs' => 'Loaded successfully %s APIs',
 	'CoreAdminHome_PluginDescription' => 'Administration area of Piwik.',
 	'CoreAdminHome_MenuGeneralSettings' => 'General settings',
+	'CoreAdminHome_Administration' => 'Administration',
 	'CoreHome_PluginDescription' => 'Web Analytics Reports Structure.',
+	'CoreHome_WebAnalyticsReports' => 'Web Analytics Reports',
 	'CoreHome_NoPrivileges' => 'You are logged in as \'%s\' but it seems you don\'t have any permission set in Piwik.<br />Ask your Piwik administrator to give you \'view\' access to a website.',
 	'CoreHome_JavascriptDisabled' => 'JavaScript must be enabled in order for you to use Piwik in standard view.<br />However, it seems JavaScript is either disabled or not supported by your browser.<br />To use standard view, enable JavaScript by changing your browser options, then %1$stry again%2$s.<br />',
 	'CoreHome_TableNoData' => 'No data for this table.',

