##############################################################
## 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.
##                  Spanish language
## MOD Version: 1.0.0
## 
## Installation Level: Easy
## Installation Time: 5 minutes
## Files To Edit: (1)
##                language/lang_italian/lang_main.php
##                
## Included Files: (3)
##                language/lang_spanish/lang_admin_album.php
##                language/lang_spanish/lang_main_album.php
##                language/lang_spanish/email/album_notify.tpl
##                
##############################################################
## 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-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_spanish/*.* to language/lang_spanish/
copy phpbb_root/language/lang_spanish/email/*.* to language/lang_spanish/email/
copy phpbb_root/templates/subSilver/images/lang_spanish/*.* to templates/subSilver/images/lang_spanish/

#*/
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_spanish/lang_main.php
#
#-----[ FIND ]------------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
// Mighty Gorgon - Full Album Pack - BEGIN
$lang['Album'] = 'Album';
$lang['Personal_Gallery_Of_User'] = 'Galeria Personal de %s';
$lang['Personal_Gallery_Of_User_Profile'] = 'Galeria Personal de %s (%d Imagenes)';
$lang['Show_All_Pic_View_Mode_Profile'] = 'Mostrar todas las imagenes de la Galeria Personal de %s (sin subcategorias)';
$lang['Not_allowed_to_view_album'] = 'Perdon, usted no tiene permitido ver el Album.';
$lang['Not_allowed_to_upload_album'] = 'Perdon, usted no tiene permitido subir imagenes al Album. Por favor contacte con el Administrador para mas informacion.';
$lang['Album_empty'] = 'No hay imagenes en el Album<br />Clic en el enlace <b>Subir nueva Imagen</b> de esta pagina para subir una.';
$lang['Album_empty2'] = 'No hay imagenes en el Album.';
$lang['Upload_New_Pic'] = 'Subir nueva Imagen.';
$lang['Pic_Title'] = 'Titulo de la Imagen';
$lang['Pic_Title_Explain'] = 'Es muy importante para su imagen elegir un buen titulo. It could be a name, a subject to make others know what it is without see it.';
$lang['Pic_Upload'] = 'Subir Imagen';
$lang['Pic_Upload_Explain'] = 'Los tipos permitidos son JPG, GIF y PNG. El tamao maximo del archivo es %s bytes. Las dimensiones maximas de la imagen son %sx%s pixels.';
$lang['Album_full'] = 'Perdon, the album has reached the maximum number of uploaded pics. Por favor contacte con el Administrador para mas informacion.';
$lang['Album_upload_successful'] = 'Gracias, su imagen a sido subida correctamente.';
$lang['Click_return_album'] = 'Clic %sAqu%s para volver al Album.';
$lang['Invalid_upload'] = 'Subida Invalida<br /><br />Su imagen es muy grande o ese tipo no esta permitido.';
$lang['Image_too_big'] = 'Perdon, las dimensiones de su imagen son demasiado grandes.';
$lang['Uploaded_by'] = 'Subida por';
$lang['Category_locked'] = 'Sorry, you cannot upload because this category was locked by an admin. Por favor contacte con el Administrador para mas informacion.';
$lang['View_Album_Index'] = 'Indice del Album';
$lang['View_Album_Personal'] = 'Viendo Galeria Personal de un Usuario';
$lang['View_Pictures'] = 'Viendo Imagenes o Enviando/Leyendo comentarios en el Album';
$lang['Album_Search'] = 'Buscando en el Album';
$lang['Pic_Name'] = 'Nombre de la Imagen';
$lang['Description'] = 'Descripcin';
$lang['Search_Contents'] = ' que contenga: ';
$lang['Search_Found'] = 'Search found ';
$lang['Search_Matches'] = 'Matches:';
// Mighty Gorgon - Full Album Pack - END

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