Translation

Download and support for PhpBB3 PM Notify & Guest Register bar
Mark
BBCoder II
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

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 ',
));	
?>
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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.
Board rules! No PM support
Mark
BBCoder II
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

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?
Attachments
Untitled.png
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Translation

Post by Stoker »

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
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

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?
Mark
BBCoder II
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

Translation

Post by Mark »

BUMP.
User avatar
Vox Populi
BBCoder III
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:

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.
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
BBCoder II
Posts: 27
Joined: 13 Mar 2011, 14:40
BBCodes: 0

Translation

Post by Mark »

What must I translate now then?
Locked