From 2e58894aa902ba71c1667afcdb8cfbe7af51af04 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sat, 13 Dec 2008 18:13:54 +0000 Subject: [PATCH] Translation awareness. (From ORE) svn path=/trunk/boinc/; revision=16675 --- html/user/team.php | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/html/user/team.php b/html/user/team.php index a9b58cad06..424a06d055 100644 --- a/html/user/team.php +++ b/html/user/team.php @@ -22,41 +22,38 @@ include_once("../inc/team.inc"); page_head("Teams"); -echo "

".PROJECT." participants may form teams. +echo "

".tra("%1 participants may form %2teams%3", PROJECT, "", "") ."

- You may belong to only one team. - You can join or quit a team at any time. -

- Each team has a founder, who may + ". tra("You may belong to only one team. You can join or quit a team at any time."). " +

" . + tra("Each team has a %1founder%2 who may:", "", "") . "

-

- To join a team, visit its team page and click Join this team. -

Find a team

+

" . + tra("To join a team, visit its team page and click %1Join this team%2.", "", "") . " +

" . tra("Find a team") . "

"; team_search_form(null); echo " -

Top teams

+

" . tra("Top teams") . "

-

Create a new team

- If you can't find a team that's right for you, you can - create a team. -"; +

" . tra("Create a new team") . "

+ " . tra("If you cannot find a team that is right for you, you can %1create a team%2.", "",""); page_tail(); ?>