Welcome On Index NL Translation

Download and support for PhpBB3 Welcome On Index
Locked
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Welcome On Index NL Translation

Post by Terr0r »

Welcome On Index NL Translation
Written by Terr0r

Lets start with the edits

Open styles/language/nl/mods/common.php
Find:

Code: Select all

?>
Before Add:

Code: Select all

// BEGIN Welcome Mod
$lang = array_merge($lang, array(
    'UP_LATE'             		=> 'Je bent laat op %1$s, Moet je niet slapen?',
    'UP_EARLY'             		=> 'Goede Morgen %1$s, Je vroeg op vandaag',
    'GOOD_MORNING'           	=> 'Goede Morgen %1$s, Wat een heerlijke ochtend is het',
    'GOOD_AFTERNOON'       		=> 'Goede Middag %1$s, Eindelijk bent u hier',
    'GOOD_EVENING'           	=> 'Goede Avond %1$s, Leuk om je hier te zien',
   	'GOOD_NIGHT'           		=> 'Goede Nacht %1$s, Tijd om naar bed tegaan',
    'MEMBER_FOR'           		=> 'Member Voor:',
    'WELCOME_GUEST'           	=> 'Gast',
    'WELCOME_HOUR'           	=> 'Uur',
    'WELCOME_HOURS'           	=> 'Uren',
   	'WELCOME_DAY'           	=> 'Dag',
    'WELCOME_DAYS'           	=> 'Dagen',
    'WELCOME_MONTH'           	=> 'Maand',
    'WELCOME_MONTHS'       		=> 'Maanden',
   	'WELCOME_YEAR'           	=> 'Jaar',
    'WELCOME_YEARS'				=> 'Jaren',
	'WELCOME_TO_MOD'			=> 'Welkom op',
));
I hope it is usefull for everyone

and don't forget to clear the cache.

Greets Terr0r :thumb:
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
Locked