Update of /cvsroot/tuxpaint/tuxpaint-website/layout
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv926
Modified Files:
std.php3
Log Message:
Made text on Windows download page translatable
Index: std.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/layout/std.php3,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- std.php3 4 Apr 2004 19:13:22 -0000 1.16
+++ std.php3 4 Apr 2004 19:39:20 -0000 1.17
@@ -260,6 +260,9 @@
"Contact" => "Ta kontakt",
"NEW!" => "NYTT!",
"See more screenshots" => "Fleire skjermbilete",
+ "Note:" => "Merk:",
+ "Version:" => "Versjon:",
+ "From:" => "Fr�:",
"Documentation" => "Hjelp"),
"pt" => array(
@@ -375,9 +378,9 @@
function note_download($os, $ver, $url, $src, $note) { ?>
<h4><? echo $os; ?></h4>
<p><a href="<? echo $url; ?>"><? echo $url; ?></a>
-<? if ($ver != "") { echo "<br>Version: $ver\n"; } ?>
-<? if ($src != "") { echo "<br>From: $src\n"; } ?></p>
-<? if ($note != "") { echo "<p><strong>Note:</strong> $note</p>\n"; } ?>
+<? if ($ver != "") { echo "<br>"; echo btn_trans("Version:"); echo " $ver\n"; } ?>
+<? if ($src != "") { echo "<br>"; echo btn_trans("From:"); echo " $src\n"; } ?></p>
+<? if ($note != "") { echo "<p><strong>"; echo btn_trans("Note:"); echo "</strong>
$note</p>\n"; } ?>
<? }
_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits