Page 1 of 2

Translation

Posted: 12 Sep 2011, 19:22
by De NL Legend
Is there an translation avaibole? (Language NL)

Translation

Posted: 12 Sep 2011, 19:38
by Terr0r
it is not yet avaibole but I can made it for you

Translation

Posted: 12 Sep 2011, 19:42
by De NL Legend
Terr0r wrote:it is not yet avaibole but I can made it for you
Pleas.

Translation

Posted: 12 Sep 2011, 20:01
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

Translation

Posted: 22 Sep 2011, 21:28
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

Posted: 15 Oct 2011, 10:33
by Mark
Thanks Terr0r!

Translation

Posted: 15 Oct 2011, 14:28
by Mark
If I install it and change the common.php I get an blank page.

Translation

Posted: 15 Oct 2011, 14:47
by Stoker
Remember to insert the code BEFORE and not after.

Translation

Posted: 15 Oct 2011, 16:02
by Mark
Stoker wrote:Remember to insert the code BEFORE and not after.
I did...

Translation

Posted: 15 Oct 2011, 16:53
by Stoker
Let me see that last 20 lines of your common.php