Revision: 8889
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8889&view=rev
Author:   pbianchini
Date:     2013-01-06 09:30:27 +0000 (Sun, 06 Jan 2013)
Log Message:
-----------
Reworked download buttons to translate labels

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

Modified: trunk/website/www/it/index.php
===================================================================
--- trunk/website/www/it/index.php      2013-01-06 07:42:56 UTC (rev 8888)
+++ trunk/website/www/it/index.php      2013-01-06 09:30:27 UTC (rev 8889)
@@ -43,24 +43,23 @@
     <table width="100%">
       <tr>
         <td>
-          <strong>Versione per LibreOffice/OpenOffice</strong>
-        </td>
-        <td>&nbsp;&nbsp;&nbsp;</td>
-        <td>
-          <strong>Applicazione java</strong>
-        </td>
-      </tr>        
-      <tr>
-        <td>
            <?php
-           $downloadPath = "download";
+           $downloadTitle        = "Scarica LanguageTool";
+           $downloadLabel        = "per LibreOffice/OpenOffice";
+           $downloadVersionLabel = "versione";
+           $downloadPath         = "/download";
+           $downloadLabelMB      = "MB";
            include("../../include/download.php");
            ?>
         </td>
         <td>&nbsp;&nbsp;&nbsp;</td>
         <td>
            <?php
-           $downloadPath = "download";
+           $downloadTitleStandAlone = "Scarica LanguageTool";
+           $downloadLabelStandAlone = "applicazione Java";
+           $downloadVersionLabelStandAlone = "versione";
+           $downloadPathStandAlone  = "/download";
+           $downloadLabelMB         = "MB";
            include("../../include/downloadStandAlone.php");
            ?>
         </td>

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. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to