phpBB Groep presenteert phpBB 2.0.18

Nieuws van en over phpBB(.nl) Afbeelding Afbeelding
Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

phpBB Groep presenteert phpBB 2.0.18

Bericht door Stef » 30 okt 2005, 17:55

Zojuist is phpBB 2.0.18 uitgekomen, genoemd "The Halloween Special".
Behalve dat deze update vele bugs fixt verhelpt deze ook een nieuwe beveilingsprobleem. Snel updaten is dus weer aangeraden.
Taalwijzigingen Nederlands:

Code: Selecteer alles

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_dutch/lang_admin.php

#
#-----[ FIND ]---------------------------------------------
#
//
// Forum Management
//

#
#-----[ BEFORE, ADD ]---------------------------------------------
#
// Autologin Keys - added 2.0.18
$lang['Allow_autologin'] = 'Sta automatisch inloggen toe';
$lang['Allow_autologin_explain'] = 'Beslis of gebruikers toestemming hebben om automatisch in te loggen wanneer ze het forum bezoeken.';
$lang['Autologin_time'] = 'Verlopen van automatisch inloggen';
$lang['Autologin_time_explain'] = 'Hoe lang is een auto inloggen cookie geldig. Het getal wat je invoert is het aantal dagen dat de gebruiker het forum niet bezoekt. Stel dit in op nul (0) om het uit te schakelen.';


#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole line for the english version looks like this:
#	$lang['Stylesheet'] = 'CSS Stylesheet';
#
$lang['Stylesheet'] =

#
#-----[ AFTER, ADD ]---------------------------------------------
#
$lang['Stylesheet_explain'] = 'Bestandsnaam van het CSS bestand dat dit thema gebruikt.';

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_dutch/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Read_profile'] = 'View user\'s profile'; 
#	$lang['Send_email'] = 'Send e-mail to user';
#
$lang['Read_profile'] =
$lang['Send_email'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Send_email']
#
$lang['Read_profile'] = 'Bekijk profiel van gebruiker'; 

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Notify'] = 'Notify me when a reply is posted';
#	$lang['Delete_post'] = 'Delete this post';
#
$lang['Notify'] =
$lang['Delete_post'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Delete_post']
#
$lang['Notify'] = 'Meld mij wanneer een reactie is geplaatst';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Email'] = 'E-mail';
#	$lang['Send_private_message'] = 'Send private message';
#	$lang['Hidden_email'] = '[ Hidden ]';
#	$lang['Search_user_posts'] = 'Search for posts by this user';
#
$lang['Email'] =
$lang['Send_private_message'] =
$lang['Hidden_email'] =
$lang['Search_user_posts'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Email'] and $lang['Search_user_posts']
#
$lang['Send_private_message'] = 'Stuur privebericht';
$lang['Hidden_email'] = '[ Verborgen ]';

#
#-----[ FIND ]---------------------------------------------
# NOTE --- This is a partial match, the whole lines for the english version look like this:
#	$lang['Password_long'] = 'Your password must be no more than 32 characters.';
#	$lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.';
#
$lang['Password_long'] =
$lang['Too_many_registers'] =

#
#-----[ REPLACE WITH ]---------------------------------------------
# NOTE --- We are just removing the definition for $lang['Too_many_registers']
#
$lang['Password_long'] = 'Je wachtwoord mag niet langer zijn dan 32 tekens.';

#
#-----[ OPEN ]---------------------------------------------
# NOTE --- Remember to do this for all your installed languages!
#
language/lang_dutch/email/topic_notify.tpl

#
#-----[ FIND ]---------------------------------------------
#
Hallo {USERNAME},

#
#-----[ REPLACE WITH ]---------------------------------------------
#
Hallo,
Wat er is verandert zie je hier discussieren doen we hier.

Succes met het updaten!

Plaats reactie