Maik Schulz : Website: German translation for search results page

Maik Schulz mschulz at winehq.org
Thu May 28 10:12:22 CDT 2009


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

Author: Maik Schulz <maik.schulz at gmail.com>
Date:   Thu May 28 17:11:05 2009 +0200

Website: German translation for search results page

---

 templates/de/search.template |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/templates/de/search.template b/templates/de/search.template
new file mode 100644
index 0000000..dbb99a0
--- /dev/null
+++ b/templates/de/search.template
@@ -0,0 +1,26 @@
+<!--TITLE:[Suchergebnisse]-->
+<!--BLURB:[Durchsucht alle Seiten von winehq.org...]-->
+
+<h1 class="title" style="margin-bottom: 10px;">Suchergebnisse</h1>
+
+<div id="cse-search-results"></div>
+<script type="text/javascript">
+  $.gglclientCoords = function() {
+     var dimensions = {width: 0, height: 0};
+     if (document.documentElement) {
+         dimensions.width = document.documentElement.offsetWidth;
+         dimensions.height = document.documentElement.offsetHeight;
+     } else if (window.innerWidth && window.innerHeight) {
+         dimensions.width = window.innerWidth;
+         dimensions.height = window.innerHeight;
+     }
+     return dimensions;
+  }
+  var googleSearchIframeName = "cse-search-results";
+  var googleSearchFormName = "cse-search-box";
+  var googleSearchFrameWidth = ($.gglclientCoords().width - 250);
+  var googleSearchDomain = "www.google.com";
+  var googleSearchPath = "/cse";
+</script>
+<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
+




More information about the wine-cvs mailing list