Maik Schulz : Website: German translation for the language choice page

Maik Schulz mschulz at winehq.org
Thu May 28 11:30:11 CDT 2009


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

Author: Maik Schulz <maik.schulz at gmail.com>
Date:   Thu May 28 18:29:25 2009 +0200

Website: German translation for the language choice page

---

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

diff --git a/templates/de/lang.template b/templates/de/lang.template
new file mode 100644
index 0000000..4bc47ac
--- /dev/null
+++ b/templates/de/lang.template
@@ -0,0 +1,37 @@
+<!--TITLE:[WineHQ - W&auml;hle Deine Sprache aus]-->
+<!--BLURB:[WineHQ ist eine mehrsprachige Website]-->
+
+<h1 class="title">{$langChange}</h1>
+
+<!--EXEC:[language]-->
+
+<p><b>Aktuelle Sprache: </b> {$langCur}</p>
+
+<ul style="list-style: none; margin-left: 20px; padding: 0;">
+    
+    <li style="background-image: url('{$root}/images/lang/en.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/en" title="English">English</a> <small>(Englisch)</small>
+    </li></a>
+
+    <li style="background-image: url('{$root}/images/lang/de.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/de" title="Deutsch">Deutsch</a>
+    </li></a>
+
+    <li style="background-image: url('{$root}/images/lang/es.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/es" title="Español">Español</a> <small>(Spanisch)</small>
+    </li>
+
+    <li style="background-image: url('{$root}/images/lang/fr.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/fr" title="Français">Français</a> <small>(Franz&ouml;sisch)</small>
+    </li>
+
+    <li style="background-image: url('{$root}/images/lang/pl.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/pl" title="Português">Polski</a> <small>(Polnisch)</small>
+    </li>
+
+    <li style="background-image: url('{$root}/images/lang/pt.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/pt" title="Português">Português</a> <small>(Portugiesisch)</small>
+    </li>
+
+</ul>
+




More information about the wine-cvs mailing list