From dbd155b9b310d6bab08adb630efcc86b88f2107e Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sat, 13 Dec 2008 19:31:40 +0000 Subject: [PATCH] - Translation awareness (From ORE) - Changed the text to be slightly less repetitive svn path=/trunk/boinc/; revision=16680 --- html/user/stats.php | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/html/user/stats.php b/html/user/stats.php index d57d5c7cfe..07db2d6510 100644 --- a/html/user/stats.php +++ b/html/user/stats.php @@ -20,35 +20,25 @@ require_once('../inc/util.inc'); require_once('../inc/stats_sites.inc'); -page_head('Statistics and leaderboards'); +page_head(tra('Statistics and leaderboards')); echo " -

-Statistics for ".PROJECT.": +

" +. tra("Statistics for %1",PROJECT).":

-

-More detailed statistics for ".PROJECT." -and other BOINC-based projects are available -at several web sites: -"; +

". +tra("More detailed statistics for %1 and other BOINC-based projects are available at several web sites:", PROJECT); shuffle($stats_sites); site_list($stats_sites); -echo " -You can get your current statistics in the form -of a 'signature image': -"; +echo tra("You can also get your current statistics in the form of a \"signature image\":"); shuffle($sig_sites); site_list($sig_sites); -echo " -You can get your individual statistics -across all BOINC projects from several sites; -see your home page. -"; +echo tra("Additionally you can get your individual statistics summed across all BOINC projects from several sites; see your %1home page%2.", '',''); page_tail(); ?>