Page 2 of 2

Translation

Posted: 16 Oct 2011, 10:59
by Mark
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 ',
));	
?>

Translation

Posted: 16 Oct 2011, 11:05
by Stoker
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.

Translation

Posted: 16 Oct 2011, 11:26
by Mark
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?

Translation

Posted: 16 Oct 2011, 11:44
by Stoker
Looking at your screenshot I can see you havent added the language code to the language you are using.

Translation

Posted: 16 Oct 2011, 11:56
by Mark
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?

Translation

Posted: 16 Oct 2011, 16:18
by Mark
BUMP.

Translation

Posted: 16 Oct 2011, 16:51
by Vox Populi
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.

Translation

Posted: 18 Oct 2011, 14:14
by Mark
What must I translate now then?