Update of /cvsroot/tuxpaint/tuxpaint-website/contact
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8490
Modified Files:
index.php3
Log Message:
Italian translation.
Index: index.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/contact/index.php3,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.php3 24 Mar 2004 08:55:09 -0000 1.4
--- index.php3 28 Mar 2004 23:48:45 -0000 1.5
***************
*** 1,8 ****
<? include("../layout/std.php3"); ?>
<? page_start2("Contact", "index.php3",
! "en,ko,nn"); ?>
<?
if ($lang == "en" || $lang == "") { include("trans/en.php3"); }
else if ($lang == "ko") { include("trans/ko.php3"); }
else if ($lang == "nn") { include("trans/nn.php3"); }
--- 1,9 ----
<? include("../layout/std.php3"); ?>
<? page_start2("Contact", "index.php3",
! "en,it,ko,nn"); ?>
<?
if ($lang == "en" || $lang == "") { include("trans/en.php3"); }
+ else if ($lang == "it") { include("trans/it.php3"); }
else if ($lang == "ko") { include("trans/ko.php3"); }
else if ($lang == "nn") { include("trans/nn.php3"); }
_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits