mirror of https://github.com/BOINC/boinc.git
14 lines
427 B
PHP
14 lines
427 B
PHP
<?
|
|
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.
|
|
Other languages are available
|
|
<a href=http://216.198.119.31/BOINC/language_ini/language.htm>here</a>
|
|
(thanks to Robi Buechler and other volunteers for this).
|
|
";
|
|
page_tail();
|
|
?>
|