Dutch translation for latest PN random block + questions
espaan
Joined: 2004-08-06
Posts: 19 |
Posted: Fri, 2004-08-06 09:55 |
Hi Joerg, I made a dutch translation (nld) for the postnuke random block. Since I didn't know the best way to send this to you, so I've included it in this post. I also have some questions: - Would it be possible to make a scrolling random block with more than 1 photo? (optional off course). Is it ok if I try to include this in your random block and then sent it to you for test if it works? with regards, <?php // $Id: random.php,v 0.60 2004/02/04 18:18:05 larsneo Exp $ // ---------------------------------------------------------------------- // Original Author of file: Jorg Holzapfel // Purpose of file: Dutch Language (nld) defines for Random block // ---------------------------------------------------------------------- // define('_RBALBUMNAME', 'Kies een fotoalbum:'); define('_RBTMBWIDTH', 'Breedte miniatuur (px):'); define('_RBTMBHEIGHT', 'Hoogte miniatuur (px):'); define('_RBBORDERWIDTH', 'Randbreedte (pixel(s)/off=geen rand):'); define('_RBBORDERCOLOR', 'Randkleur:'); define('_RBSVASPECT', 'Aspect ratio behouden (0=nee/1=ja):'); define('_RBURESIZE', 'Gebruik resize (0=nee/1=ja):'); define('_RBUPHOTO', 'Gebruik foto ipv miniatuur (0=nee/1=ja):'); define('_RBSHOWCAPTION', 'Onderschrift tonen (0=nee/1=Classic en Petkov/2=alleen Petkov-Style):'); define('_RBSHOWANAME', 'Album naam tonen (0=nee/1=Classic/2=Petkov-Style):'); define('_RBHIGHLIGHTONLY', 'Alleen voorbeeldfoto van album tonen (0=nee/1=ja):'); define('_RBVISITALBUM', 'Bekijk het fotoalbum!'); ?> |
|