Page 2 of 11

Re: Welcome Mod

Posted: 26 Mar 2010, 22:26
by Chalong
so I will try to make one while the weekend goes by. 8-)

Re: Welcome Mod

Posted: 27 Mar 2010, 13:44
by Chalong
German Translation:

Open language/de/common.php
Find:

Code: Select all

?>
Before add:

Code: Select all

            // BEGIN Welcome Mod
            $lang = array_merge($lang, array(
                'UP_LATE'             => 'Du bist spät unterwegs %1$s, solltest du nicht längst schlafen?',
                'UP_EARLY'            => 'Guten Morgen %1$s, du bist aber schon früh unterwegs.',
                'GOOD_MORNING'        => 'Guten Morgen %1$s, was für ein schöner Morgen.',
                'GOOD_AFTERNOON'      => 'Guten Tag %1$s, schön daß du da bist.',
                'GOOD_EVENING'        => 'Guten Abend %1$s, schön dich hier zu sehen.',
                'GOOD_NIGHT'          => 'Gute Nacht %1$s, es wird Zeit, schlafen zu gehen.',
                'MEMBER_FOR'          => 'Mitglied seit:',
                'WELCOME_GUEST'       => 'Gast',
                'WELCOME_HOUR'        => 'Stunde',
                'WELCOME_HOURS'       => 'Stunden',
                'WELCOME_DAY'         => 'Tag',
                'WELCOME_DAYS'        => 'Tage',
                'WELCOME_MONTH'       => 'Monat',
                'WELCOME_MONTHS'      => 'Monate',
                'WELCOME_YEAR'        => 'Jahr',
                'WELCOME_YEARS'       => 'Jahre',
            ));
            // END Welcome Mod
Save as UTF-8 without a BOM

Re: Welcome Mod

Posted: 27 Mar 2010, 14:21
by Stoker
:thumbsup:

Re: Welcome Mod

Posted: 30 Mar 2010, 15:43
by Sir Xiradorn
Italian translation.
Open language/it/common.php and find this code

Code: Select all

?> 
and before add

Code: Select all

    // BEGIN Welcome Mod
    $lang = array_merge($lang, array(
        'UP_LATE'             => 'Sei in ritardo %1$s, Dove ti eri addormentato?!',
        'UP_EARLY'             => 'Buon Giorno %1$s, Venuto presto stamattina eh?!',
        'GOOD_MORNING'           => 'Buon Giorno %1$s, Che mattina meravigliosa!',
        'GOOD_AFTERNOON'       => 'Buon Pomeriggio %1$s, Finalmente sei qui',
        'GOOD_EVENING'           => 'Buona Sera %1$s, E\' un piacere vederti qui',
       'GOOD_NIGHT'           => 'Buona Notte %1$s, E\' ora di andare a letto',
        'MEMBER_FOR'           => 'Iscritto da:',
        'WELCOME_GUEST'           => 'Ospite',
        'WELCOME_HOUR'           => 'Ora',
        'WELCOME_HOURS'           => 'Ore',
       'WELCOME_DAY'           => 'Giorno',
        'WELCOME_DAYS'           => 'Giorni',
        'WELCOME_MONTH'           => 'Mese',
        'WELCOME_MONTHS'       => 'Mesi',
       'WELCOME_YEAR'           => 'Anno',
        'WELCOME_YEARS'           => 'Anni',
    ));
    // END Welcome Mod  
I have write also the subsilver template for this mod. There is on my board

Re: Welcome Mod

Posted: 01 Apr 2010, 10:47
by Anthies
Very nice work! Works like a charm!

Re: Welcome Mod

Posted: 09 Apr 2010, 20:01
by wvmetaldedication
Just wondering if there is there a subsilver2/index_body.html edit somewhere, thanks for any and all help. :)

Re: Welcome Mod

Posted: 09 Apr 2010, 20:05
by cisco007
there were, hopefully Stoker can find them and re-post them!

Re: Welcome Mod

Posted: 09 Apr 2010, 20:08
by wvmetaldedication
Yeah, that would be great, I think this Mod is A - Okay!

Re: Welcome Mod

Posted: 09 Apr 2010, 21:15
by Stoker
Nope, this version is my version and have never been posted before.
There is no subsilver2 instructions because I dont use that style.

Re: Welcome Mod

Posted: 09 Apr 2010, 21:20
by Steve
Give me a couple of days i will do some subsliver2 instructions or what ever needs.