André Hentschel : German translation of the base themes

Jeremy Newman jnewman at winehq.org
Mon Oct 18 14:36:16 CDT 2010


Module: website
Branch: master
Commit: 08f7655e992c4863d198c137132beb4d5935fd8c
URL:    http://source.winehq.org/git/website.git/?a=commit;h=08f7655e992c4863d198c137132beb4d5935fd8c

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Oct 18 19:01:15 2010 +0200

German translation of the base themes

---

 templates/de/global/themes/winehq/content.template |   82 ++++++++++++++++++++
 .../de/global/themes/winehq/content_nobox.template |   78 +++++++++++++++++++
 2 files changed, 160 insertions(+), 0 deletions(-)

diff --git a/templates/de/global/themes/winehq/content.template b/templates/de/global/themes/winehq/content.template
new file mode 100644
index 0000000..66f7647
--- /dev/null
+++ b/templates/de/global/themes/winehq/content.template
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+    <title>{$page_title}</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
+    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
+    <meta name="description" content="Open Source Software zum ausführen von Windows-Anwendungen unter anderen Betriebssystemen.">
+    <meta name="keywords" content="windows, linux, macintosh, solaris, freebsd">
+    <meta name="robots" content="index, follow">
+    <meta name="copyright" content="Copyright {$curtime_year}. WineHQ.org Alle Rechte vorbehalten.">
+    <meta name="language" content="German">
+    <meta name="revisit-after" content="1">
+    <link rel="stylesheet" href="{$root}/styles.css" type="text/css" media="screen">
+    <script language="JavaScript" type="text/javascript">
+        var web_root="{$root}";
+    </script>
+    <script language="JavaScript" src="{$root}/jquery.js" type="text/javascript"></script>
+    <script language="JavaScript" src="{$root}/utils.js" type="text/javascript"></script>
+    <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png">
+    <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png">
+    {$rss_link}
+</head>
+<body>
+
+
+<div id="logo_glass" class="pos"><a href="{$root}/"><img src="{$root}/images/winehq_logo_glass_sm.png" alt=""></a></div>
+<div id="logo_text" class="pos"><a href="{$root}/"><img src="{$root}/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>
+
+
+<div id="logo_blurb">{$page_blurb}</div>
+
+
+<div id="search_box">
+  <form action="{$root}/search/" id="cse-search-box" style="margin: 0; padding: 0;">
+    <input type="hidden" name="cx" value="partner-pub-0971840239976722:w9sqbcsxtyf">
+    <input type="hidden" name="cof" value="FORID:10">
+    <input type="hidden" name="ie" value="UTF-8">
+    <span style="color: #ffffff;">Suche:</span> <input type="text" name="q" size="20">
+  </form>
+  <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang={$langCode}"></script>
+</div>
+
+
+<div id="tabs" class="pos">
+    <ul>
+        <li class="s"><a href="{$base_url}">WineHQ</a></li>
+        <li><a href="http://wiki.winehq.org/">Wiki</a></li>
+        <li><a href="http://appdb.winehq.org/">AppDB</a></li>
+        <li><a href="http://bugs.winehq.org/">Bugzilla</a></li>
+        <li><a href="http://forums.winehq.org/">Forum</a></li>
+    </ul>
+</div>
+
+<div id="main_content">
+  <div class="rbox">
+  <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
+    <div class="content" style="padding: 35px 20px 10px 80px">
+    <!-- Start Content -->
+
+
+{$page_body}
+
+
+    <!-- End Content -->
+    </div>
+  <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
+  </div>
+</div>
+
+<div id="footer">
+    Hosted By
+    <a href="http://www.codeweavers.com/"><img src="{$root}/images/cw_logo_sm.png" alt="CodeWeavers"
+    title="CodeWeavers - Führt Windows-Anwendungen und -Spiele unter Linux und Mac aus"></a>
+</div>
+
+<!-- DEBUG -->
+{$debug_log}
+<!-- END DEBUG -->
+
+</body>
+</html>
diff --git a/templates/de/global/themes/winehq/content_nobox.template b/templates/de/global/themes/winehq/content_nobox.template
new file mode 100644
index 0000000..b112bf9
--- /dev/null
+++ b/templates/de/global/themes/winehq/content_nobox.template
@@ -0,0 +1,78 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<html>
+<head>
+    <title>{$page_title}</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
+    <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
+    <meta name="description" content="Open Source Software zum ausführen von Windows-Anwendungen unter anderen Betriebssystemen.">
+    <meta name="keywords" content="windows, linux, macintosh, solaris, freebsd">
+    <meta name="robots" content="index, follow">
+    <meta name="copyright" content="Copyright {$curtime_year}. WineHQ.org Alle Rechte vorbehalten.">
+    <meta name="language" content="German">
+    <meta name="revisit-after" content="1">
+    <link rel="stylesheet" href="{$root}/styles.css" type="text/css" media="screen">
+    <script language="JavaScript" type="text/javascript">
+        var web_root="{$root}";
+    </script>
+    <script language="JavaScript" src="{$root}/jquery.js" type="text/javascript"></script>
+    <script language="JavaScript" src="{$root}/utils.js" type="text/javascript"></script>
+    <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png">
+    <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png">
+    {$rss_link}
+</head>
+<body>
+
+
+<div id="logo_glass_big" class="pos"><a href="{$root}/"><img src="{$root}/images/winehq_logo_glass.png" alt=""></a></div>
+<div id="logo_text" class="pos"><a href="{$root}/"><img src="{$root}/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>
+
+
+<div id="logo_blurb">{$page_blurb}</div>
+
+
+<div id="search_box">
+  <form action="{$root}/search/" id="cse-search-box" style="margin: 0; padding: 0;">
+    <input type="hidden" name="cx" value="partner-pub-0971840239976722:w9sqbcsxtyf">
+    <input type="hidden" name="cof" value="FORID:10">
+    <input type="hidden" name="ie" value="UTF-8">
+    <span style="color: #ffffff;">Suche:</span> <input type="text" name="q" size="20">
+  </form>
+  <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang={$langCode}"></script>
+</div>
+
+
+<div id="tabs" class="pos">
+    <ul>
+        <li class="s"><a href="{$base_url}">WineHQ</a></li>
+        <li><a href="http://wiki.winehq.org/">Wiki</a></li>
+        <li><a href="http://appdb.winehq.org/">AppDB</a></li>
+        <li><a href="http://bugs.winehq.org/">Bugzilla</a></li>
+        <li><a href="http://forums.winehq.org/">Forum</a></li>
+    </ul>
+</div>
+
+<div id="main_content">
+
+<!-- BODY -->
+{$page_body}
+<!-- END BODY -->
+
+</div>
+
+<div id="langsel">
+    {$langCur} (<a href="{$root}/lang">{$langChange}</a>)
+</div>
+
+<div id="footer">
+    Hosted By
+    <a href="http://www.codeweavers.com/"><img src="{$root}/images/cw_logo_sm.png" alt="CodeWeavers"
+    title="CodeWeavers - Führt Windows-Anwendungen und -Spiele unter Linux und Mac aus"></a>
+</div>
+
+<!-- DEBUG -->
+{$debug_log}
+<!-- END DEBUG -->
+
+</body>
+</html>




More information about the wine-cvs mailing list