##############################################################
## MOD Title:   UploadPic (dutch, Update to v1.3.3)
## MOD Author:  buegelfalte < N/A > ( B.Funke ) http://forum.beehave.de
## MOD Description:
##   This is only the UPDATE-file for the dutch language !
##   For a complete installation and version-history see
##   uploadpic.txt and uploadpic_NL.txt
##
##   These instructions will update UploadPic from version
##   1.3.2 to 1.3.3
##
## MOD Version: 1.3.3
##
## Installation Level: Easy
##
## Installation Time: 1 Minute
## Files To Edit:
##   language/lang_dutch/lang_admin.php
##   language/lang_dutch/lang_main.php
##
## This MOD will install using EasyMOD!
##
##############################################################
## Author Notes:
##
## If you want to support my work, you can do so via
## PayPal: paypal@beehave.de
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
language/lang_dutch/lang_admin.php

#
#-----[ FIND ]------------------------------------------
#
// UploadPic

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['UP_LexShort'] = 'Lex';
$lang['UP_conf_allowguest'] = 'allow guests to upload'; // not yet translated
$lang['UP_conf_disable'] = 'disable UploadPic'; // not yet translated
$lang['UP_conf_noresize'] = 'disable automatic picture resizing'; // not yet translated
$lang['UP_conf_maxdisx'] = 'max. displayed picture width after upload'; // not yet translated
$lang['UP_conf_maxdisy'] = 'max. displayed picture height after upload'; // not yet translated

#
#-----[ OPEN ]------------------------------------------
#
language/lang_dutch/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
// UploadPic

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['UP_ErrDisabled'] = 'UploadPic has beend disabled.'; // not yet translated
$lang['UP_ErrImageSize'] = 'Image too big.<br />Uploaded images must not be larger than %dx%d pixels in size.'; // not yet translated
$lang['UP_PicResized'] = '(Resized view, actual picture is %dx%d)'; // not yet translated

#
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
