Here is the Russian translation for DFH 1.2
Installation:
Upload russian.php file, to DFH_ROOT/lang/ directory. And config the files following:
Modify DFH_ROOT/config.php
Find sourcecode:
- Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian"
);
//// list of accectable languages
Replace to:
- Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"russian"
);
//// list of accectable languages
Modify DFH_ROOT/settings.php
Find sourcecode:
- Code: Select all
<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" />
Replace to:
- Code: Select all
<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 />Russian:<input<?php if($content[15] == "russian"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="russian" />
Modify DFH_ROOT/styles/Indigo/header.php
Find sourcecode:
- Code: Select all
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
Replace to:
- Code: Select all
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
Modify these tree files, Daddy's File Host v1.2 will support Russian.
I am sorry, i don't know how to attach the file to post. There is the url from my filehost to download language pack.
http://92.249.77.45:443/download.php?file=978russian.rar