Module: tools Branch: master Commit: d6a445d67ad467a075cbfef089f40c6fec188598 URL: http://source.winehq.org/git/tools.git/?a=commit;h=d6a445d67ad467a075cbfef08...
Author: Mikolaj Zalewski mikolajz@tygrys.dom Date: Sun Mar 2 22:02:53 2008 +0100
improve introduction text
---
php/index.php | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/php/index.php b/php/index.php index e9beaba..bad3274 100644 --- a/php/index.php +++ b/php/index.php @@ -20,14 +20,17 @@ while ($line = fgets($summary, 1024)) } ?> <html> +<head> + <link rel="stylesheet" href="style.css" type="text/css"/> + <title>Wine translation statistics</title> +</head> <h1>Wine translation statistics</h1>
<p>This page shows the state of the translations of <a href="http://www.winehq.org/">Wine</a>. Note that some resources marked as translated may be in fact in English - sometimes developers -adds new English resources into every language file. This automatic tool doesn't detect this - -this needs to be found manually by the translators. If you want to read about how to translate -Wine or just want to know why adding English stringtable strings into every language file is -recommended check <?php echo $WINE_WIKI_TRANSLATIONS ?>. +add new English resources into every language file. This automatic tool doesn't detect this - +this needs to be found manually by the translators. If you would like to read about how to +improve Wine translations check <?php echo $WINE_WIKI_TRANSLATIONS ?>. </p>
<table border="1"> @@ -97,4 +100,4 @@ if ($time = filemtime("$DATAROOT/langs/summary")) echo "<p><small>Generated on ".gmdate("j M Y, G:i:s T", $time)." (see <a href="runlog.php">run log</a>)</small></p>"; } ?> -</html> \ No newline at end of file +</html>