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

Translation

Post by De NL Legend »

Is there an translation avaibole? (Language NL)

Translation

Post by Terr0r »

it is not yet avaibole but I can made it for you

Translation

Post by De NL Legend »

Terr0r wrote:it is not yet avaibole but I can made it for you
Pleas.

Translation

Post by Terr0r »

Open: language/nl/common.php

Find:

Code: Select all

?>
Add before:

Code: Select all

// BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
     'PMG_WELCOME' 	=> 'Welkom bij',
     'PMG_REGISTER' => 'Klik hier om in te registreren',
     'PMG_HELLO' 	=> 'Hallo',
     'PMG_YOUHAVE' 	=> '- Je hebt',
     'PMG_AND' 		=> 'en',
));
// EINDE PM Informeer & Gast Registratie bar
Greets Terr0r
Last edited by Stoker on 16 Oct 2011, 09:06, edited 1 time in total.
Reason: Fixed space errors

Translation

Post by k959 »

Hungary

Open: language/hu/common.php

find:

Code: Select all

?>
Add before:

Code: Select all

// BEGIN PM Notify & Guest Register bar
$lang = array_merge($lang, array(
    'PMG_WELCOME'		=> 'Üdvözlünk',
    'PMG_REGISTER'		=> 'Ide kattintva tudsz regisztrálni!', 
    'PMG_HELLO'			=> 'Helló',	
    'PMG_YOUHAVE'		=> '- Neked',
	'PMG_AND'			=> 'és',
));
// END PM Notify & Guest Register bar

Translation

Post by Mark »

Thanks Terr0r!

Translation

Post by Mark »

If I install it and change the common.php I get an blank page.

Translation

Post by Stoker »

Remember to insert the code BEFORE and not after.

Translation

Post by Mark »

Stoker wrote:Remember to insert the code BEFORE and not after.
I did...

Translation

Post by Stoker »

Let me see that last 20 lines of your common.php