Revision: 8854
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8854&view=rev
Author:   pbianchini
Date:     2013-01-05 14:05:17 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
translated in Italian notice for italian page

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

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2013-01-05 13:52:34 UTC (rev 8853)
+++ trunk/website/www/index.php 2013-01-05 14:05:17 UTC (rev 8854)
@@ -2,7 +2,7 @@
 $page = "homepage";
 $title = "LanguageTool";
 $title2 = "Style and Grammar Checker";
-$lastmod = "2013-01-04 23:21:00 CET";
+$lastmod = "2013-01-05 15:00:00 CET";
 $enable_fancybox = 1;
 include("../include/header.php");
 include("../include/browser_language.php");
@@ -29,7 +29,13 @@
 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'>Note: 
we also have a <a href='$value/'>page in $langName</a>.</p>";
+      switch ($langName) {
+        case "Italian":
+          print "<p 
style='width:50%;padding:10px;background-color:#f1ffa9'>Nota: abbiamo anche una 
<a href='$value/'>pagina in Italiano</a>.</p>";
+        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>";
+      }
     }
 }
 ?>

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