##############################################################
## MOD Title: Full Album Pack
## MOD Author: Mighty Gorgon < mightygorgon@mightygorgon.com > (Luca Libralato) http://www.mightygorgon.com/
## MOD Description: This MOD adds a full Album system, based on several MODS.
##                  french language
## MOD Version: 1.0.1
## 
## Installation Level: Easy
## Installation Time: 5 minutes
## Files To Edit: (1)
##                language/lang_french/lang_main.php
##                
## Included Files: (13)
##                language/lang_french/lang_admin_album.php
##                language/lang_french/lang_main_album.php
##                language/lang_french/email/album_notify.tpl
##                templates/subSilver/images/lang_french/download.gif
##                templates/subSilver/images/lang_french/icon_album.gif
##                templates/subSilver/images/lang_french/manage_pic.gif
##                templates/subSilver/images/lang_french/normal_view.gif
##                templates/subSilver/images/lang_french/show_all_comments.gif
##                templates/subSilver/images/lang_french/show_all_pics.gif
##                templates/subSilver/images/lang_french/show_all_ratings.gif
##                templates/subSilver/images/lang_french/showall.gif
##                templates/subSilver/images/lang_french/simple_view.gif
##                templates/subSilver/images/lang_french/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-08-27 - Version 1.0.1
## 
##   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_french/*.* to language/lang_french/
copy phpbb_root/language/lang_french/email/*.* to language/lang_french/email/
copy phpbb_root/templates/subSilver/images/lang_french/*.* to templates/subSilver/images/lang_french/

#*/
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_french/lang_main.php
#
#-----[ FIND ]------------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
// Mighty Gorgon - Full Album Pack - BEGIN
$lang['Album'] = 'Album';
$lang['Personal_Gallery_Of_User'] = 'Galerie personnelle de %s';
$lang['Personal_Gallery_Of_User_Profile'] = 'Galerie personnelle de %s (%d Photos)';
$lang['Show_All_Pic_View_Mode_Profile'] = 'Montrer toutes les photos dans la galerie personnelle de %s (sans sous-catgorie)';
$lang['Not_allowed_to_view_album'] = 'Dsol, vous n\'tes pas autoris  voir l\'album.';
$lang['Not_allowed_to_upload_album'] = 'Dsol, vous n\'tes pas autoris  envoyer de nouvelles photos vers l\'album.Svp, contactez l\'administrateur de l\'album pour plus d\'informations.';
$lang['Album_empty'] = 'Il n\'y a aucune photot dans l\'album<br />Cliquez sur le lien <b>Envoyer une nouvelle photo</b> dans cette page pour en envoyer une';
$lang['Upload_New_Pic'] = 'Envoyer une nouvelle photo.';
$lang['Pic_Title'] = 'Titre de la photo';
$lang['Pic_Title_Explain'] = 'Il est trs important de donner  votre photo un bon titre. Ce peut tre un nom, un sujet pour faire savoir aux autres ce que c\'est sans le voir.';
$lang['Pic_Upload'] = 'Envoi de photos';
$lang['Pic_Upload_Explain'] = 'Les types autoriss sont JPG, GIF et PNG. La taille maximum est fixe  %s octets. Les dimensions maximum de l\'image sont de %sx%s pixels.';
$lang['Album_full'] = 'Dsol, l\'album a atteint le nombre autoris maximum de photos. SVP, contactez l\'administrateur de l\'album pour plus d\'informations.';
$lang['Album_upload_successful'] = 'Merci, votre photo a t uploade avec succs.';
$lang['Click_return_album'] = 'Cliquez %Ici%s Pour retourner  l\'album.';
$lang['Invalid_upload'] = 'Echec de l\'envoi<br /><br />Votre photo est trop lourde ou ce type de format n\'est pas autoris.';
$lang['Image_too_big'] = 'Dsol, les dimensions de votre photo sont trop larges.';
$lang['Uploaded_by'] = 'Envoy par';
$lang['Category_locked'] = 'Dsol, vous ne pouvez rien envoyer car cette catgorie a t verrouill par un administrateur. SVP, contactez l\'administrateur de l\'album pour plus d\'informations.';
$lang['View_Album_Index'] = 'Index de l\'album';
$lang['View_Album_Personal'] = 'Voir l\'album personnel d\'un membre';
$lang['View_Pictures'] = 'Voir les photos ou les commentaires posts/lus dans l\'album.';
$lang['Album_Search'] = 'Rechercher dans l\'album';
$lang['Pic_Name'] = 'Nom de la photo';
$lang['Description'] = 'Description';
$lang['Search_Contents'] = ' qui contient : ';
$lang['Search_Found'] = 'Rsultats trouvs ';
$lang['Search_Matches'] = 'Rsultats :';
// Mighty Gorgon - Full Album Pack - END

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