root/vidalia/trunk/src/vidalia/help/content/fi/links.html

Revision 2686, 1.9 kB (checked in by djhasis, 7 months ago)

Updated help translations to have clickable links in links.html

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1<!--
2**  $Id$
3**
4**  This file is part of Vidalia, and is subject to the license terms in the
5**  LICENSE file, found in the top level directory of this distribution. If
6**  you did not receive the LICENSE file with this file, you may obtain it
7**  from the Vidalia source package distributed by the Vidalia Project at
8**  http://www.vidalia-project.net/. No part of Vidalia, including this file,
9**  may be copied, modified, propagated, or distributed except according to
10**  the terms described in the LICENSE file.
11-->
12
13<html>
14<body>
15
16<h1>Hyödyllisiä linkkejä</h1>
17<hr />
18
19<h3>Vidalia</h3>
20<table>
21<tr>
22  <td>&nbsp;&nbsp;&nbsp;</td>
23  <td>Kotisivu</td>
24   <td>
25    <a href="http://www.vidalia-project.net/">
26     http://www.vidalia-project.net/</a>
27  </td>
28</tr>
29<tr>
30  <td>&nbsp;&nbsp;&nbsp;</td>
31  <td>Wiki</td>
32  <td>
33    <a href="http://trac.vidalia-project.net/wiki">
34     http://trac.vidalia-project.net/wiki</a>
35  </td>
36</tr>
37<tr>
38  <td>&nbsp;&nbsp;&nbsp;</td>
39  <td>Vianilmoitus (Bugtracker)</td>
40  <td>
41    <a href="http://trac.vidalia-project.net/report">
42     http://trac.vidalia-project.net/report</a>
43  </td>
44</tr>
45</table>
46
47<h3>Tor</h3>
48<table>
49<tr>
50  <td>&nbsp;&nbsp;&nbsp;</td>
51  <td>Kotisivu</td>
52   <td>
53    <a href="https://www.torproject.org/">https://www.torproject.org/</a>
54  </td>
55</tr>
56<tr>
57  <td>&nbsp;&nbsp;&nbsp;</td>
58  <td>UKK (FAQ)</td>
59  <td>
60    <a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ">
61      https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ</a>
62  </td>
63</tr>
64<tr>
65  <td>&nbsp;&nbsp;&nbsp;</td>
66  <td>Wiki</td>
67  <td>
68    <a href="https://wiki.torproject.org/noreply/TheOnionRouter">
69      https://wiki.torproject.org/noreply/TheOnionRouter</a>
70  </td>
71</tr>
72<tr>
73  <td>&nbsp;&nbsp;&nbsp;</td>
74  <td>Vianilmoitus (Bugtracker)</td>
75  <td>
76    <a href="https://bugs.torproject.org/flyspray/">
77      https://bugs.torproject.org/flyspray</a>
78  </td>
79</table>
80
81</body>
82</html>
Note: See TracBrowser for help on using the browser.