Welcome on Index
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
Re: Welcome Mod
German Translation:
Open language/de/common.php
Find:
Before add:
Save as UTF-8 without a BOM
Open language/de/common.php
Find:
Code: Select all
?>
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
Last edited by Chalong on 27 Mar 2010, 16:42, edited 2 times in total.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Welcome Mod
Board rules! No PM support
- Sir Xiradorn
- BBCoder II
- Posts: 10
- Joined: 08 Mar 2010, 11:36
- Location: MMM....i don't know.....
- Contact:
Re: Welcome Mod
Italian translation.
Open language/it/common.php and find this code
and before add
I have write also the subsilver template for this mod. There is on my board
Open language/it/common.php and find this code
Code: Select all
?>
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
Last edited by Sir Xiradorn on 30 Mar 2010, 15:43, edited 1 time in total.
EN language torturer
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
Admin Leader & Founder of: Xiradorn Lab - www.xiradorn.it
Re: Welcome Mod
Very nice work! Works like a charm!
-
- BBCoder II
- Posts: 9
- Joined: 03 Apr 2010, 12:39
- Location: West Virginia
- Contact:
Re: Welcome Mod
Just wondering if there is there a subsilver2/index_body.html edit somewhere, thanks for any and all help.
Re: Welcome Mod
there were, hopefully Stoker can find them and re-post them!
-
- BBCoder II
- Posts: 9
- Joined: 03 Apr 2010, 12:39
- Location: West Virginia
- Contact:
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: Welcome Mod
Nope, this version is my version and have never been posted before.
There is no subsilver2 instructions because I dont use that style.
There is no subsilver2 instructions because I dont use that style.
Board rules! No PM support