Translation
-
- BBCoder I
- Posts: 4
- Joined: 12 Sep 2011, 19:19
- BBCodes: 8
Translation
Is there an translation avaibole? (Language NL)
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Translation
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
For my MODS and BBCodes or other things that I have made take a look here
-
- BBCoder I
- Posts: 4
- Joined: 12 Sep 2011, 19:19
- BBCodes: 8
Translation
Pleas.Terr0r wrote:it is not yet avaibole but I can made it for you
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Translation
Open: language/nl/common.php
Find:
Add before:
Greets Terr0r
Find:
Code: Select all
?>
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
Last edited by Stoker on 16 Oct 2011, 11:06, edited 1 time in total.
Reason: Fixed space errors
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
For my MODS and BBCodes or other things that I have made take a look here
Translation
Hungary
Open: language/hu/common.php
find:
Add before:
Open: language/hu/common.php
find:
Code: Select all
?>
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
If I install it and change the common.php I get an blank page.
Translation
I did...Stoker wrote:Remember to insert the code BEFORE and not after.