Chinese Language Pack (DFH v1.1)
Posted: Fri May 20, 2011 2:42 am
Latest Updates:
10.06.2011: Daddy's File Host v1.2 Chinese language pack, coming soon!
20.05.2011: The Chinese language pack has been completed. There is also a small part of the translation of some problems, I will fix it in the next few days.
Now, the language pack has been added to the Daddy's File Host v1.1. You need to modify some files.
Modify ..\config.php
Modify ..\settings.php
Modify these two files, Daddy's File Host v1.1 will support Chinese.
If you have any questions, please PM me. If you need more languages, please PM me too. If I have time, I will produce more language packs.
10.06.2011: Daddy's File Host v1.2 Chinese language pack, coming soon!
20.05.2011: The Chinese language pack has been completed. There is also a small part of the translation of some problems, I will fix it in the next few days.
Now, the language pack has been added to the Daddy's File Host v1.1. You need to modify some files.
Modify ..\config.php
- Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"chinese"
);
//// list of accectable languages
Modify ..\settings.php
- Code: Select all
<tr>
<td width=120 bgcolor=#F2F2F2><?php echo $lang[settings_language];?></td>
<td bgcolor=#F2F2F2>English:<input<?php if($content[15] == "english"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="english" />
<br />German:<input<?php if($content[15] == "german"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="german" />
<br />Italian:<input<?php if($content[15] == "italian"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="italian" />
<br />Chinese:<input<?php if($content[15] == "chinese"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="chinese" />
</td><td bgcolor=#F2F2F2>
<?php echo $lang[settings_language1];?></td>
</tr>
Modify these two files, Daddy's File Host v1.1 will support Chinese.
If you have any questions, please PM me. If you need more languages, please PM me too. If I have time, I will produce more language packs.