2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2004-01-04 06:48:40 +00:00
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Language customization of the work manager");
|
|
|
|
echo "
|
2005-02-11 23:34:09 +00:00
|
|
|
Menu names and other text in the work manager are stored in
|
|
|
|
a file called <i>BOINC Manager.po</i>.
|
|
|
|
The release uses American English.
|
|
|
|
Many other languages are available.
|
|
|
|
The BOINC distribution includes all current language files.
|
2004-05-24 04:03:34 +00:00
|
|
|
|
2005-02-11 23:34:09 +00:00
|
|
|
<p>
|
|
|
|
If you're bilingual,
|
|
|
|
you can help by making a translation for your non-English language.
|
|
|
|
<br>
|
|
|
|
Notes:
|
|
|
|
<ul>
|
|
|
|
<li>
|
2005-02-23 06:19:20 +00:00
|
|
|
You can use a tool called <a href=http://www.poedit.org>poEdit</a>
|
|
|
|
to modify the 'po' file.
|
2004-12-20 19:42:28 +00:00
|
|
|
|
2005-02-11 23:34:09 +00:00
|
|
|
<li>
|
|
|
|
You might want to subscribe to the
|
2005-02-23 06:19:20 +00:00
|
|
|
<a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_loc>boinc_loc at ssl.berkeley.edu</a>
|
|
|
|
email list, which is devoted to discussion of BOINC-related translation.
|
2005-02-11 23:34:09 +00:00
|
|
|
<li>
|
|
|
|
To submit a new language file,
|
2005-02-25 00:05:10 +00:00
|
|
|
please email it to Robi Buecheler (rf.buecheler at switzerland.org).
|
2005-02-11 23:34:09 +00:00
|
|
|
</ul>
|
2004-01-04 06:48:40 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|