Dutch translation for latest PN random block + questions

espaan
espaan's picture

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:
- I'm using gallery_new (with some minor adaptations since it is not being maintained actively). See my website http://www.avwijchen.nl for the block. What I would really like is to merge your random block with an extra section to also show the newest albums. And a choice of putting the list of newest albums to the side or below the random photo.
Can I make a sort of test version based on your random photo block for this feature? gallery_new now uses a cache file (like older random block) and I would also like to use your new method of MySQL connection.

- 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,
Erik

<?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!');
?>