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 "
|
|
|
|
Menu names and other text in the work manager are stored in
|
2004-12-20 19:42:28 +00:00
|
|
|
a file called <i>BOINC Manager.po</i>.
|
2004-01-04 06:48:40 +00:00
|
|
|
The release uses American English.
|
2004-05-24 04:03:34 +00:00
|
|
|
Many other languages are available.
|
|
|
|
The BOINC distribution includes all current language files.
|
|
|
|
|
2004-12-20 19:42:28 +00:00
|
|
|
A tool you can use to modify the 'po' file is called poEdit
|
|
|
|
and can be found here:<br>
|
|
|
|
<a src=http://sourceforge.net/projects/poedit/>http://sourceforge.net/projects/poedit/</a>
|
|
|
|
|
2004-05-24 04:03:34 +00:00
|
|
|
<p>
|
|
|
|
To submit a new language file,
|
|
|
|
please email it to Rom Walton (rwalton at ssl.berkeley.edu).
|
2004-01-04 06:48:40 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|