Translation
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
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
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, 09:06, edited 1 time in total.
Reason: Fixed space errors
Reason: Fixed space errors
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