##############################################################
## MOD Title:   UploadPic (swedish, 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 swedish language !
##   For a complete installation and version-history see
##   uploadpic.txt and uploadpic_SE.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_swedish/lang_admin.php
##   language/lang_swedish/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_swedish/lang_admin.php

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

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['UP_LexShort'] = 'Lex';
$lang['UP_conf_allowguest'] = 'tillt gster att ladda upp bilder';
$lang['UP_conf_disable'] = 'deaktivera UploadPic';
$lang['UP_conf_noresize'] = 'deaktivera automatisk bildfrminskning';
$lang['UP_conf_maxdisx'] = 'max. visade bildbredd efter uppladdning';
$lang['UP_conf_maxdisy'] = 'max. visade bildhjd efter uppladdning';

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

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

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['UP_ErrDisabled'] = 'UploadPic har blivit deaktiverat.';
$lang['UP_ErrImageSize'] = 'Bilden r fr stor.<br />Uppladdade bilder fr inte vara strre n %dx%d pixlar.';
$lang['UP_PicResized'] = '(Frminskad bild, den verkliga storleken r %dx%d)';

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