Changeset 7776 for www-website/downloads.php
- Timestamp:
- 01/06/07 01:10:42 (23 months ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r7773 r7776 129 129 print (" </h2>\n"); 130 130 print ("</a>\n"); 131 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.tar.bz2\">"._("here")."</a>."._("For information on how to build, see the")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11/README.html?format=raw\">< pre>README</pre></a> ("._("English").").<br />\n";131 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.tar.bz2\">"._("here")."</a>."._("For information on how to build, see the")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11/README.html?format=raw\"><code>README</code></a> ("._("English").").<br />\n"; 132 132 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 133 133 … … 155 155 print (" <br/>\n"); 156 156 print (" <br/>\n"); 157 print _(" Install dependencies, and build Gajim. Please see the")." <a href=\"http://trac.gajim.org/browser/trunk/README.html?format=raw\">< pre>README</pre></a> ("._("English").") "._("for details.\n");157 print _(" Install dependencies, and build Gajim. Please see the")." <a href=\"http://trac.gajim.org/browser/trunk/README.html?format=raw\"><code>README</code></a> ("._("English").") "._("for details.\n"); 158 158 print (" <br/>\n"); 159 159 print (" <br/>\n");
