Polish Language Pack (DFH v1.1/1.2)

All language packs for DFH v1.2 go in here...

Polish Language Pack (DFH v1.1/1.2)

Postby AviciiPL » Wed Jun 01, 2011 6:19 am

Latest Updates:
1.06.2011: Polish language is now available for version 1.1
10.06.2011: Polish language is now available for version 1.2

Requires:
Chinese Language Pack

Installation:
Open: config.php

Find:
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"chinese"
);
//// list of accectable languages


Replace with
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"chinese",
"polish"
);
//// list of accectable languages



Open: settings.php
Find:
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>


Replace with:
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" />
    <br />Polish:<input<?php if($content[15] == "polish"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="polish" />
    </td><td bgcolor=#F2F2F2>
    <?php echo $lang[settings_language1];?></td>
  </tr>


SAVE CHANGES

IF YOU NOT HAVE A CHINESE LANGUAGE FOLLOW THIS

Installation:
Open: config.php

Find:
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian"
);
//// list of accectable languages


Replace with
Code: Select all
$LANGUAGE_LIST = Array(
"english",
"german",
"italian",
"polish"
);
//// list of accectable languages



Open: settings.php
Find:
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" />
    </td><td bgcolor=#F2F2F2>
    <?php echo $lang[settings_language1];?></td>
  </tr>


Replace with:
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 />Polish:<input<?php if($content[15] == "polish"){echo(" checked=\"checked\"");} ?> type="radio" name="setting15" value="polish" />
    </td><td bgcolor=#F2F2F2>
    <?php echo $lang[settings_language1];?></td>
  </tr>


SAVE CHANGES


Paste polish.php in lang folder

If you have problem or question, PW me

You can download this language here:
For version 1.1
http://www65.zippyshare.com/v/67683335/file.html
ELSE
DFH 1.1 PL.rar

For version 1.2
http://www37.zippyshare.com/v/65630369/file.html
ELSE
DFH 1.2 PL.rar
You do not have the required permissions to view the files attached to this post.
Last edited by AviciiPL on Wed Jun 15, 2011 1:14 pm, edited 10 times in total.
AviciiPL
Translator
 
Posts: 20
Joined: Thu May 12, 2011 7:38 pm
Location: Poland

Re: Polish Language Pack

Postby SamEA » Thu Jun 02, 2011 8:32 pm

Well done :), but why is the Chinese language pack required?
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: Polish Language Pack

Postby AviciiPL » Sat Jun 04, 2011 5:32 am

not required :D
more languages is better
update
AviciiPL
Translator
 
Posts: 20
Joined: Thu May 12, 2011 7:38 pm
Location: Poland

Re: Polish Language Pack

Postby SamEA » Sat Jun 04, 2011 3:45 pm

Isaac wrote:not required :D
more languages is better
update


Excellent :D.
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: Polish Language Pack

Postby AviciiPL » Thu Jun 09, 2011 6:32 pm

Why I can't add Attachments?
Polish translate for version 1.2 is in progress.
AviciiPL
Translator
 
Posts: 20
Joined: Thu May 12, 2011 7:38 pm
Location: Poland

Re: Polish Language Pack

Postby SamEA » Fri Jun 10, 2011 1:56 am

Isaac wrote:Why I can't add Attachments?
Polish translate for version 1.2 is in progress.


You should be able to attach files, but only translators can attach files in the Language Packs section. The time you posted the language pack, you were not officially a translator. Try editing the post, and now try to attach a file.
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: Polish Language Pack

Postby AviciiPL » Fri Jun 10, 2011 8:48 pm

Polish translate for version 1.2 is now available. Have Fun :)
AviciiPL
Translator
 
Posts: 20
Joined: Thu May 12, 2011 7:38 pm
Location: Poland

Re: Polish Language Pack

Postby SamEA » Sun Jun 12, 2011 7:57 pm

Isaac wrote:Polish translate for version 1.2 is now available. Have Fun :)


Excellent work Isaac (Y), but can you re-upload the files again? During a server maintenance, I restored a slightly older version than this one.
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: Polish Language Pack

Postby AviciiPL » Tue Jun 14, 2011 7:32 pm

SamEA wrote:
Isaac wrote:Polish translate for version 1.2 is now available. Have Fun :)


Excellent work Isaac (Y), but can you re-upload the files again? During a server maintenance, I restored a slightly older version than this one.


Updated, I use a zippyshare host, because I found a error and I can't add attechments.
Have Fun
AviciiPL
Translator
 
Posts: 20
Joined: Thu May 12, 2011 7:38 pm
Location: Poland

Re: Polish Language Pack (DFH v1.1/1.2)

Postby malan » Fri Jul 01, 2011 5:30 pm

zajebiście :D thanks
malan
Newbie Member
 
Posts: 1
Joined: Tue Apr 05, 2011 10:23 pm

Next

Return to Daddy's File Host v1.2

Who is online

Users browsing this forum: No registered users and 2 guests

cron