Roger Dingledine commited on 2008-07-01 22:30:57
Zeige 1 geänderte Dateien mit 25 Einfügungen und 18 Löschungen.
... | ... |
@@ -34,9 +34,10 @@ documentation</a></li> |
34 | 34 |
<hr /> |
35 | 35 |
|
36 | 36 |
<p> |
37 |
-The <a href="https://translation.torproject.org/">Tor Translation Portal</a> is |
|
38 |
-a system which lists all sentences in use in a particular project, and allows |
|
39 |
-interested volunteers to translate individual |
|
37 |
+The <a href="https://translation.torproject.org/">Tor Translation Portal</a> |
|
38 |
+is a website that lists all sentences or phrases (called "strings") used |
|
39 |
+by a particular project, and allows interested volunteers to translate |
|
40 |
+individual |
|
40 | 41 |
sentences or phrases as they are able. |
41 | 42 |
</p> |
42 | 43 |
|
... | ... |
@@ -117,17 +118,18 @@ You're ready to translate! |
117 | 118 |
</p> |
118 | 119 |
|
119 | 120 |
<p> |
120 |
-At this point, you'll want to select a project, such as <a |
|
121 |
+At this point, you can select a project, such as <a |
|
121 | 122 |
href="https://translation.torproject.org/projects/vidalia/">Vidalia</a>. You'll |
122 | 123 |
see a nice list of all of the currently supported languages along with the |
123 |
-current translation progress. Select a language, in our example, you'll click |
|
124 |
+current translation progress. Select a language — in our example, |
|
125 |
+you'll click |
|
124 | 126 |
<a href="https://translation.torproject.org/de/vidalia/">German</a>. The next |
125 | 127 |
page should show you a single row of data for the file "<a |
126 |
-href='https://translation.torproject.org/de/vidalia/vidalia.po?translate=1&view=1'>vidalia.po</a>". |
|
128 |
+href='https://translation.torproject.org/de/vidalia/vidalia.po?translate=1&view=1'>vidalia_de.po</a>". |
|
127 | 129 |
This is the file with all of the currently translated German strings for |
128 |
-Vidalia. You'll want to click on the "<a |
|
130 |
+Vidalia. You should click on the "<a |
|
129 | 131 |
href='https://translation.torproject.org/de/vidalia/index.html?editing=1'>Show |
130 |
-Editing Functions</a>" link above the 'vidalia.po' row. Next you'll want to |
|
132 |
+Editing Functions</a>" link above the 'vidalia_de.po' row. Next you should |
|
131 | 133 |
click the "<a |
132 | 134 |
href='https://translation.torproject.org/de/vidalia/translate.html?fuzzy=1&editing=1&blank=1'>Quick |
133 | 135 |
Translate</a>" link. This will take you to the first untranslated string in the |
... | ... |
@@ -142,10 +144,10 @@ anything. |
142 | 144 |
</p> |
143 | 145 |
|
144 | 146 |
<p> |
145 |
-When you're finished, you'll want to commit your changes by returning to the |
|
147 |
+When you're finished, you need to commit your changes. Return to the |
|
146 | 148 |
page with the <a |
147 | 149 |
href="https://translation.torproject.org/de/vidalia/index.html?editing=1">Editing |
148 |
-Functions</a>. You'll want to click on the "<a |
|
150 |
+Functions</a>, and click on the "<a |
|
149 | 151 |
href='https://translation.torproject.org/de/vidalia/index.html?editing=1&docommit=1&commitfile=vidalia.po'>Commit</a>" |
150 | 152 |
link. This will commit your changes into the <a |
151 | 153 |
href="https://tor-svn.freehaven.net/svn/translation/trunk/projects/vidalia/de/">Translation |
... | ... |
@@ -153,6 +155,10 @@ subversion module</a> in the specific area as specified by your choices of |
153 | 155 |
language and project (Vidalia and German, for this example). |
154 | 156 |
</p> |
155 | 157 |
|
158 |
+<p> |
|
159 |
+That's all there is to it! |
|
160 |
+</p> |
|
161 |
+ |
|
156 | 162 |
<p> |
157 | 163 |
For more advanced users who like to translate without a web browser, you can |
158 | 164 |
also download the .po file directly. You'll find this option after clicking on |
... | ... |
@@ -160,14 +166,15 @@ the "<a |
160 | 166 |
href='https://translation.torproject.org/de/vidalia/index.html?editing=1'>Show |
161 | 167 |
Editing Functions</a>" link. You should see a link to download the <a |
162 | 168 |
href="https://translation.torproject.org/de/vidalia/vidalia.po">PO file</a>. If |
163 |
-this option fits your working habits, by all means, please use it! When you're |
|
164 |
-finished translating the .po file, you can upload it by using the "upload file" |
|
165 |
-form in the upper right hand corner, simply select the file and click the |
|
166 |
-'Upload file' button. |
|
167 |
-</p> |
|
168 |
- |
|
169 |
-<p> |
|
170 |
-That's all there is to it! |
|
169 |
+this option fits your working habits, by all means, please use it! |
|
170 |
+You may find a program called <a href="http://www.poedit.net/">Poedit</a> |
|
171 |
+to make the job easier, especially for right-to-left languages that don't |
|
172 |
+work as well in text editors. If you're using Poedit, you should disable |
|
173 |
+compiling .mo files in Poedit's preferences (File -> Preferences -> |
|
174 |
+Editor -> Behavior, uncheck "Automatically compile .mo file on save"). |
|
175 |
+When you're finished translating the .po file, you can upload it by |
|
176 |
+using the "upload file" form in the upper right hand corner: simply |
|
177 |
+select the file and click the 'Upload file' button. |
|
171 | 178 |
</p> |
172 | 179 |
|
173 | 180 |
<a id="TranslatingVidalia"></a> |
174 | 181 |