Author Topic: wrong in nl  (Read 818 times)

0 Members and 1 Guest are viewing this topic.

paulfontfreide

  • Guest
wrong in nl
on: Wed, 07. August 2002 - 09:06:00
replace yours file that is in dutch for this and you have write it good

<?
// deze file is in het nederlands dag naam, maand naam en jaar.

// this file contains the Dutch weekday names, month names and suffixes.

$days   = array ('Zondag','Maandag', 'Dinsdag', 'Woensdag','Donderdag', 'Vrijdag', 'Zaterdag');
$daysabbr = array();
$months = array ('Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni','Julie',
                 'Augustus', 'September', 'Oktober', 'November', 'December');
$suffixes = array ('','','','','','','','','','','','','','','','','','','','','','',
                   '','','','','','','','','');
whith tanks from Paul Font Freide

?>


no thanks

releasedj

  • Guest
wrong in nl
Reply #1 on: Wed, 07. August 2002 - 15:28:00
Thanks Paul.