summaryrefslogtreecommitdiff
path: root/htdocs/translations.php
blob: 2d299373cbc03f1d150f2170fc7a8a9734c42938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
// Vim Documentation
require_once("include/init.inc");
$page_title = "Vim in non-English languages";

include("header.php");
?>
<h1>Vim in non-English languages</h1>

Vim supports installing help for multiple languages starting with version 6.2
and patch 299.  The translations are available as separate packages.
<p>
Message translations are included with the normal distributions.
Look for the "lang" archives on the
<a href="download.php">download page</a>
<p>
You can install the help files by unpacking the archive in the right place.
To use it for all users unpack in <B>$VIMRUNTIME</B>.  For a personal
installation unpack in your own vim directory.  On Unix that is <B>~/.vim</B>.
<p>

<table cellpadding="4" border="0">
<tr class='tableheader'>
<th>Language</th>
<th>contents</th>
<th>where to get it</th>
</tr>

<tr class='rowodd'>
<td>Chinese</td>
<td>user manual and half the rest</td>
<td>
<a href="http://vimcdoc.sourceforge.net/">On SourceForge</a>
</td>
</tr>

<tr class='roweven'>
<td>French</td>
<td>complete</td>
<td><a href="http://vim.dindinx.net/vimhelp-fr.tar.bz2">bzip2 compressed tar archive</a>
&nbsp;&nbsp;&nbsp;
<a href="http://vim.dindinx.net">website</a></td>
</tr>

<tr class='rowodd'>
<td>German</td>
<td>Only a few files done</td>
<td><a href="http://www.florianrehnisch.de/vimhelp/">http://www.florianrehnisch.de/vimhelp/</a></td>
</tr>

<tr class='roweven'>
<td>Italian</td>
<td>User manual</td>
<td><a href="http://it.tldp.org/vimhelp-it">http://it.tldp.org/vimhelp-it</a></td>
</tr>

<tr class='rowodd'>
<td>Persian</td>
<td>Vim book, partly</td>
<td><a href="http://www.isfahanlug.org/doku.php?id=vim">http://www.isfahanlug.org/doku.php?id=vim</a></td>
</tr>

<tr class='roweven'>
<td>Polish</td>
<td>User manual</td>
<td><a href="http://skawina.eu.org/mikolaj/podrecznik.html">http://skawina.eu.org/mikolaj/podrecznik.html</a></td>
</tr>

<tr class='rowodd'>
<td>Russian</td>
<td>User manual, rest is half complete</td>
<td><a href="http://www.sf.net/projects/ruvim">http://www.sf.net/projects/ruvim</a></td>
</tr>

<tr class='roweven'>
<td>Spanish</td>
<td>User manual partly translated</td>
<td><a href="https://www.assembla.com/wiki/show/vim-doc-es">https://www.assembla.com/wiki/show/vim-doc-es</a></td>
</tr>

</table>

<?php
$google_ads = "big";
include("footer.php");
?>