Translation

Download and support for PhpBB3 PM Notify & Guest Register bar
De NL Legend
BBCoder I
BBCoder I
Posts: 4
Joined: 12 Sep 2011, 19:19
BBCodes: 8

Translation

Post by De NL Legend »

Is there an translation avaibole? (Language NL)
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Translation

Post by Terr0r »

it is not yet avaibole but I can made it for you
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
De NL Legend
BBCoder I
BBCoder I
Posts: 4
Joined: 12 Sep 2011, 19:19
BBCodes: 8

Translation

Post by De NL Legend »

Terr0r wrote:it is not yet avaibole but I can made it for you
Pleas.
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

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, 11:06, edited 1 time in total.
Reason: Fixed space errors
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
k959
BBCoder I
BBCoder I
Posts: 2
Joined: 07 Mar 2010, 08:29
Location: Hungary

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
Mark
BBCoder II
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

Translation

Post by Mark »

Thanks Terr0r!
Mark
BBCoder II
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

Translation

Post by Mark »

If I install it and change the common.php I get an blank page.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Translation

Post by Stoker »

Remember to insert the code BEFORE and not after.
Board rules! No PM support
Mark
BBCoder II
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

Translation

Post by Mark »

Stoker wrote:Remember to insert the code BEFORE and not after.
I did...
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Translation

Post by Stoker »

Let me see that last 20 lines of your common.php
Board rules! No PM support
Locked