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(); ?>