diff --git a/html/user/download_network.php b/html/user/download_network.php
index cf17bc78bd..01a3b7f2a4 100644
--- a/html/user/download_network.php
+++ b/html/user/download_network.php
@@ -22,23 +22,20 @@ require_once("../inc/cache.inc");
start_cache(3600);
-page_head("Download BOINC add-on software");
+page_head(tra("Download BOINC add-on software"));
echo "
-
- You can download applications in several categories.
+
" .
+ tra("You can download applications in several categories.") ."
- -
- These applications are not endorsed by ".PROJECT." and
- you use them at your own risk.
-
-
- We do not provide instructions for installing these applications.
- However, the author may have provided some help on installing or
- uninstalling the application.
- If this is not enough you should contact the author.
- Instructions for installing and running BOINC are
- here.
-
-
- This list is managed centrally at the BOINC website.
+
- ".
+ tra("These applications are not endorsed by %1 and you use them at your own risk.", PROJECT) ."
+
- " .
+ tra("We do not provide instructions for installing these applications.
+However, the author may have provided some help on installing or uninstalling the application.
+If this is not enough you should contact the author.").
+ tra("Instructions for installing and running BOINC are %1here%2.", "", "")
+ . "
- " .
+ tra("This list is managed centrally at %1the BOINC website%2.", "", "") ."
";