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
|
|
|
|
a file called <i>language.ini</i>.
|
|
|
|
The release uses American English.
|
2004-04-07 06:51:42 +00:00
|
|
|
Many other languages are available;
|
|
|
|
a complete list is
|
|
|
|
<a href=http://www.boinc.dk/index.php?page=download_languages>here</a>
|
2004-01-04 06:48:40 +00:00
|
|
|
(thanks to Robi Buechler and other volunteers for this).
|
2004-04-07 06:51:42 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The BOINC distribution now includes all current language files.
|
|
|
|
To use a particular language file,
|
|
|
|
just rename it to 'language.ini'.
|
2004-01-04 06:48:40 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|