##############################################################
## MOD Title: Full Album Pack
## MOD Author: Mighty Gorgon < mightygorgon@mightygorgon.com > (Luca Libralato) http://www.mightygorgon.com/
## MOD Translator: Minc < minc@fsbio-hannover.de >
## MOD Description: This MOD adds a full Album system, based on several MODS.
##                  German language
## MOD Version: 1.0.1
## 
## Installation Level: Easy
## Installation Time: 5 minutes
## Files To Edit: (1)
##                language/lang_german/lang_main.php
##                
## Included Files: (12)
##                language/lang_german/lang_album_admin.php
##                language/lang_german/lang_album_main.php
##                templates/illusion/images/lang_german/download.gif
##                templates/illusion/images/lang_german/icon_album.gif
##                templates/illusion/images/lang_german/manage_pic.gif
##                templates/illusion/images/lang_german/normal_view.gif
##                templates/illusion/images/lang_german/show_all_comments.gif
##                templates/illusion/images/lang_german/show_all_pics.gif
##                templates/illusion/images/lang_german/show_all_ratings.gif
##                templates/illusion/images/lang_german/showall.gif
##                templates/illusion/images/lang_german/simple_view.gif
##                templates/illusion/images/lang_german/upload_pic.gif
##                
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
##############################################################
## Author Notes:
## Author Link Discussion: http://www.mightygorgon.com/viewtopic.php?t=454
## Author Link Download: http://www.mightygorgon.com/download.php?id=36
## 
## Copyrights are of each MODS authors.
## Each MOD author reserve the opportunity for supporting only
## its own MOD, and not this full package.
## 
## Thanks to Smartor, CloWN and IdleVoid for giving me the opportunity
## to create and distribuite their MODS in this Package.
## In CONTRIB folder you can find the original MODS package of each of
## the MODS added here. All addictions and integrations between MODS
## have been made by me (Mighty Gorgon).
## 
##############################################################
## MOD History:
## 
##   2005-11-16 - Version 1.0.1
## 
## Updated for FAP 1.2.0.
## 
##   2005-04-14 - Version 1.0.0
## 
## First Release.
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
#
#-----[ COPY ]------------------------------------------------
#
# These following instructions mean...
# Upload all files in directory "phpbb_root" with their structure to your phpBB root directory
#
# Remember to upload all the language files and template files to all your
# language packs and template directories
#
# If you use FTP please remember to use ASCII mode for text files (*.php, *.tpl)
# and BINARY mode for image files (*.jpg, *.gif)
# Fortunately good FTP clients today can auto-detect the mode for your files

copy phpbb_root/language/lang_german/*.php to language/lang_german/
copy phpbb_root/templates/illusion/images/lang_german/*.* to templates/illusion/images/lang_german/

#*/
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_german/lang_main.php
#
#-----[ FIND ]------------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------------
#

// Mighty Gorgon - Full Album Pack - BEGIN
$lang['Album'] = 'Album';
$lang['Personal_Gallery_Of_User'] = 'Persnliche Galerie von %s';
$lang['Personal_Gallery_Of_User_Profile'] = 'Persnliche Galerie von %s (%d Bilder)';
$lang['Show_All_Pic_View_Mode_Profile'] = 'Zeige alle Bilder in der persnlichen Galerie von %s (Ohne Subkategorien)';
$lang['Not_allowed_to_view_album'] = 'Sorry, Du darfst dieses Album nicht sehen';
$lang['Not_allowed_to_upload_album'] = 'Sorry, Du darfst keine neuen Bilder in dieses Album hochladenyou. Kontaktiere den Administrator fr mehr Informationen.';
$lang['Album_empty'] = 'Keine Bilder vorhanden<br />Klick auf <b>Neues Bild hochladen</b> um eines hinzuzufgen.';
$lang['Upload_New_Pic'] = 'Neues Bild hochladen.';
$lang['Pic_Title'] = 'Bild Titel';
$lang['Pic_Title_Explain'] = 'Es ist sehr wichtig dem Bild einen guten Titel zu geben. Es kann ein Name sein, der angeben sollte, was es ist.';
$lang['Pic_Upload'] = 'Bilder Upload';
$lang['Pic_Upload_Explain'] = 'Erlaubt sind Bild in JPG, GIF und PNG Format. Maximale Filegre ist %s bytes. Maximimale Bildgre ist %sx%s pixels.';
$lang['Album_full'] = 'Sorry, das Album hat die maximale Anzahl Bilder erreicht.';
$lang['Album_upload_successful'] = 'Danke, Deine Bilder wurden erfolgreich hochgeladen.';
$lang['Click_return_album'] = 'Klick %shere%s um zum Album zurckzukehren.';
$lang['Invalid_upload'] = 'Ungltiger Upload<br /><br />Deine Bilder sind zu gro oder der Typ ist nicht erlaubt.';
$lang['Image_too_big'] = 'Sorry, das Bild ist zu gro (Format)';
$lang['Uploaded_by'] = 'Hochgeladen von';
$lang['Category_locked'] = 'Sorry, Du kannst keine Uploads machen, weil der Administrator die Kategorie geschlossen hat.';
$lang['View_Album_Index'] = 'Album Index';
$lang['View_Album_Personal'] = 'Betrachtet persnliches Album eines Users';
$lang['View_Pictures'] = 'Betrachtet Bilder oder schreibt/liest Kommentare im Album';
$lang['Album_Search'] = 'Durchsuche das Album';
$lang['Pic_Name'] = 'Bild Name';
$lang['Description'] = 'Beschreibung';
$lang['Search_Contents'] = ' das enthlt: ';
$lang['Search_Found'] = 'Suche Gefunden';
$lang['Search_Matches'] = 'Matches:';
// Mighty Gorgon - Full Album Pack - END

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