Revision: 8882
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8882&view=rev
Author:   dominikoeo
Date:     2013-01-05 22:10:36 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
Added French to the main page.

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

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2013-01-05 22:07:59 UTC (rev 8881)
+++ trunk/website/www/index.php 2013-01-05 22:10:36 UTC (rev 8882)
@@ -21,9 +21,9 @@
 
 <?php
 // language codes of languages that have their own page:
-$languagesWithPage = array("br", "ca", "zh", "eo", "de", "it", "pl", "ru");
+$languagesWithPage = array("br", "ca", "zh", "eo", "fr", "de", "it", "pl", 
"ru");
 // names of those languages:
-$languageNamesWithPage = array("Breton", "Catalan", "Chinese", "Esperanto", 
"German", "Italian", "Polish", "Russian");
+$languageNamesWithPage = array("Breton", "Catalan", "Chinese", "Esperanto", 
"French", "German", "Italian", "Polish", "Russian");
 $defaultLang = getDefaultLanguage();
 error_reporting(E_ALL);
 foreach ($languagesWithPage as $i => $value) {
@@ -31,6 +31,15 @@
       $langName = $languageNamesWithPage[$i];
       print "<p style='width:50%;padding:10px;background-color:#f1ffa9'>";
       switch ($langName) {
+        case "Breton":
+          print "Remerk: ur <a href='$value/'>bajenn vrezhonek</a> hon eus 
ivez.";
+        break;
+        case "Esperanto":
+          print "Rimarko: ni ankaŭ havas <a href='$value/'>hejmpaĝon en 
Esperanto</a>.";
+        break;
+        case "French":
+          print "Remarque : nous avons aussi une <a href='$value/'>page en 
français</a>.";
+        break;
         case "German":
           print "Hinweis: Es gibt auch eine <a href='$value/'>Seite auf 
Deutsch</a>.";
         break;

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