Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Download and support for PhpBB3 PM Notify & Guest Register bar
Mark
BBCoder II
Posts: 27 Joined: 13 Mar 2011, 14:40
BBCodes: 0
Post
by Mark » 16 Oct 2011, 10:59
De NL Legend wrote: Is there an translation avaibole? (Language NL)
Code: Select all
/ / BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
'PMG_WELCOME' => 'Welkom bij',
'PMG_REGISTER' => 'Klik hier om te registreren',
'PMG_HELLO' => 'Hallo',
'PMG_YOUHAVE' => '- Je hebt',
'PMG_AND' => 'en',
));
/ / EINDE PM Informeer & Gast Registratie bar
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'CONTACT_BOARD_ADMIN' => 'Contact opnemen met het forumbeheer',
'CONTACT_BOARD_ADMIN_SHORT' => 'Contact',
));
//-- fin mod : Contact board administration --------------------------------------------------------
$lang = array_merge($lang, array(
'BOT_USERS_ONLINE' => '%d bots online',
'BOT_USERS_TOTAL' => ', %d bots en ',
'BOT_USERS_ZERO_ONLINE' => '0 bots online',
'BOT_USERS_ZERO_TOTAL' => ', 0 bots en ',
'BOT_USER_ONLINE' => '%d bot online',
'BOT_USER_TOTAL' => ', %d bot en ',
'BOTS_ONLINE' => 'Bots: ',
'BOTS_ZERO_ONLINE' => '0 bots ',
));
?>
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 16 Oct 2011, 11:05
Replace it with:
Code: Select all
// BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
'PMG_WELCOME' => 'Welkom bij',
'PMG_REGISTER' => 'Klik hier om te registreren',
'PMG_HELLO' => 'Hallo',
'PMG_YOUHAVE' => '- Je hebt',
'PMG_AND' => 'en',
));
// EINDE PM Informeer & Gast Registratie bar
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'CONTACT_BOARD_ADMIN' => 'Contact opnemen met het forumbeheer',
'CONTACT_BOARD_ADMIN_SHORT' => 'Contact',
));
//-- fin mod : Contact board administration --------------------------------------------------------
$lang = array_merge($lang, array(
'BOT_USERS_ONLINE' => '%d bots online',
'BOT_USERS_TOTAL' => ', %d bots en ',
'BOT_USERS_ZERO_ONLINE' => '0 bots online',
'BOT_USERS_ZERO_TOTAL' => ', 0 bots en ',
'BOT_USER_ONLINE' => '%d bot online',
'BOT_USER_TOTAL' => ', %d bot en ',
'BOTS_ONLINE' => 'Bots: ',
'BOTS_ZERO_ONLINE' => '0 bots ',
));
?>
There was errors in Terr0rs translation!
I have fixed it.
Board rules! No PM support
Mark
BBCoder II
Posts: 27 Joined: 13 Mar 2011, 14:40
BBCodes: 0
Post
by Mark » 16 Oct 2011, 11:26
Stoker wrote: Replace it with:
Code: Select all
// BEGIN PM Informeer & Gast Registratie bar
$ lang = array_merge ($ lang, array (
'PMG_WELCOME' => 'Welkom bij',
'PMG_REGISTER' => 'Klik hier om te registreren',
'PMG_HELLO' => 'Hallo',
'PMG_YOUHAVE' => '- Je hebt',
'PMG_AND' => 'en',
));
// EINDE PM Informeer & Gast Registratie bar
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'CONTACT_BOARD_ADMIN' => 'Contact opnemen met het forumbeheer',
'CONTACT_BOARD_ADMIN_SHORT' => 'Contact',
));
//-- fin mod : Contact board administration --------------------------------------------------------
$lang = array_merge($lang, array(
'BOT_USERS_ONLINE' => '%d bots online',
'BOT_USERS_TOTAL' => ', %d bots en ',
'BOT_USERS_ZERO_ONLINE' => '0 bots online',
'BOT_USERS_ZERO_TOTAL' => ', 0 bots en ',
'BOT_USER_ONLINE' => '%d bot online',
'BOT_USER_TOTAL' => ', %d bot en ',
'BOTS_ONLINE' => 'Bots: ',
'BOTS_ZERO_ONLINE' => '0 bots ',
));
?>
There was errors in Terr0rs translation!
I have fixed it.
Works perfect, my next question:
How can I change that text what members see and hide that white line?
Attachments
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 16 Oct 2011, 11:44
Looking at your screenshot I can see you havent added the language code to the language you are using.
Board rules! No PM support
Mark
BBCoder II
Posts: 27 Joined: 13 Mar 2011, 14:40
BBCodes: 0
Post
by Mark » 16 Oct 2011, 11:56
Stoker wrote: Looking at your screenshot I can see you havent added the language code to the language you are using.
What do you mean?
Mark
BBCoder II
Posts: 27 Joined: 13 Mar 2011, 14:40
BBCodes: 0
Post
by Mark » 16 Oct 2011, 16:18
BUMP.
Vox Populi
BBCoder III
Posts: 135 Joined: 27 Jul 2011, 15:44
BBCodes: 51
Favourite BBCode: YouTube
Favourite MOD: mChat, Welcome on Index
Location: Index,WA
Contact:
Post
by Vox Populi » 16 Oct 2011, 16:51
I'd be careful on bumping when it's only been 5 hours!! Some time a response takes up to 72 hours. Besides, IT'S SUNDAY. People like to rest. What may be considered and emergency to you is not necessarily and emergency to anybody else.
Off of my soapbox now. It's Stokers board and he moderates.
Be who you are and say what you feel.
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
Mark
BBCoder II
Posts: 27 Joined: 13 Mar 2011, 14:40
BBCodes: 0
Post
by Mark » 18 Oct 2011, 14:14
What must I translate now then?