##############################################################
## MOD Title:   UploadPic (danish, Update to v1.3.0)
## MOD Author:  buegelfalte < N/A > ( B.Funke ) http://forum.beehave.de
## MOD Description:
##   This is only the UPDATE-file for the danish language !
##   For a complete installation and version-history see
##   uploadpic.txt and uploadpic_DK.txt
##
##   These instructions will update UploadPic from version
##   1.2.6 to 1.3.0
##
## MOD Version: 1.3.0
##
## Installation Level: Easy
##
## Installation Time: 1 Minute
## Files To Edit:
##   language/lang_danish/lang_admin.php
##   language/lang_danish/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
##############################################################

#
#-----[ COPY ]------------------------------------------
#
copy templates/subSilver/images/lang_danish/*.* to templates/subSilver/images/lang_danish/*.*

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

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

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['UploadPic_menu_latest'] = 'UploadPic seneste';
$lang['UP_Censor'] = 'Censur';
$lang['UP_CensorAsk'] = 'Censurerer? (filen bliver overskrevet)';
$lang['UP_CMSShort'] = 'CMS';
$lang['UP_conf_forcepath'] = 'Tvungen billedesgevej<br />(<u>Advarsel</u>: venligst ls <a href="http://www.beehave.de/forum/viewtopic.php?t=574" target="_blank"><strong>FAQ</strong></a>, kapitel III. 8. fr du anvender dette)';
$lang['UP_conf_minposts'] = 'min. antal inlg en bruer skal have skrevet for at kunne uploade billeder<br />(kun brugere som har tilladelse til at uploade billeder)';
$lang['UP_conf_numlatest'] = 'Antal seneste uploadninger som vises i ACP';
$lang['UP_Filename'] = 'Filnavn';
$lang['UP_Information'] = 'Information';
$lang['UP_KBShort'] = 'KB';
$lang['UP_LatestUploads'] = 'De seneste %d uploadede filer';

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

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

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['UP_ErrMinposts'] = 'Du skal have skrevet mindst %d indlg fr du fr mulighed for at uploade billeder.';

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