Translation

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Translation

Post 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

Post 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

Post 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?
You do not have the required permissions to view the files attached to this post.

Translation

Post by Stoker »

Looking at your screenshot I can see you havent added the language code to the language you are using.

Translation

Post 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

Post by Mark »

BUMP.

Translation

Post 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

Post by Mark »

What must I translate now then?