Update of /cvsroot/tuxpaint/tuxpaint-website/features
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1787/features
Modified Files:
index.php3
Log Message:
Russian translation of awards include, download include and current
news.
Russian translation of screenshots page and screenshot imagery.
Russian translation of videos, features, contacts and about pages.
(Thanks to Sergei Popov)
Index: index.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/features/index.php3,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.php3 8 Jun 2004 06:25:05 -0000 1.5
+++ index.php3 8 Sep 2007 07:08:26 -0000 1.6
@@ -1,6 +1,6 @@
<? include("../layout/std.php3"); ?>
<? page_start2("Features", "features",
- "ca,de,en,es,fi,fr,id,is,it,ja,nl,nn,pt_br,sv,zh-tw"); ?>
+ "ca,de,en,es,fi,fr,id,is,it,ja,nl,nn,pt_br,ru,sv,zh-tw"); ?>
<?
if ($lang == "ca") { include("trans/ca.php3"); }
@@ -15,6 +15,7 @@
else if ($lang == "nl") { include("trans/nl.php3"); }
else if ($lang == "nn") { include("trans/nn.php3"); }
else if ($lang == "pt_br") { include("trans/pt_br.php3"); }
+ else if ($lang == "ru") { include("trans/ru.php3"); }
else if ($lang == "sv") { include("trans/sv.php3"); }
else if ($lang == "zh-tw") { include("trans/zh_tw.php3"); }
else { include("trans/en.php3"); }
|