Revision: 8864
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8864&view=rev
Author:   gulp21-1
Date:     2013-01-05 15:27:47 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
[web] case "German"

Modified Paths:
--------------
    trunk/website/www/index.php

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2013-01-05 15:23:18 UTC (rev 8863)
+++ trunk/website/www/index.php 2013-01-05 15:27:47 UTC (rev 8864)
@@ -29,13 +29,18 @@
 foreach ($languagesWithPage as $i => $value) {
     if ($value == $defaultLang || substr($defaultLang, 0, 3) == $value."-") {
       $langName = $languageNamesWithPage[$i];
+      print "<p style='width:50%;padding:10px;background-color:#f1ffa9'>";
       switch ($langName) {
+        case "German":
+          print "Hinweis: Es gibt auch eine <a href='$value/'>Seite auf 
Deutsch</a>.";
+        break;
         case "Italian":
-          print "<p 
style='width:50%;padding:10px;background-color:#f1ffa9'>Nota: abbiamo anche una 
<a href='$value/'>pagina in Italiano</a>.</p>";
+          print "Nota: abbiamo anche una <a href='$value/'>pagina in 
Italiano</a>.";
         break;
         default;
-          print "<p 
style='width:50%;padding:10px;background-color:#f1ffa9'>Note: we also have a <a 
href='$value/'>page in $langName</a>.</p>";
+          print "Note: we also have a <a href='$value/'>page in 
$langName</a>.";
       }
+      print "</p>";
     }
 }
 ?>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to