Paypal Donation Mod FI translation

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Paypal Donation Mod FI translation

Post by Jermakovi »

Translation:
Copy: /root/language/fi/mods/donate.php
To: /language/fi/mods/donate.php

Open: language/en/common.php
Find:

Code: Select all

   
Add before:

Code: Select all

// Donation MOD 
$lang = array_merge($lang, array(
   'DONATEINDEX'    => 'Lahjoita',
));
 
Edit /language/fi/mods/donate.php to insert your Paypal email address
Finish. Save the files.
Paypal donation MOD FI translation.zip
You do not have the required permissions to view the files attached to this post.
Last edited by Jermakovi on 13 Aug 2011, 13:48, edited 1 time in total.

Paypal Donation Mod FI translation

Post by Stoker »

Thanks Jermakovi :thumb: