############################################################## 
## MOD Title: [Birthdays 2.0.1] Catalan Translation
## MOD Author: eL_Rei_MaCaCo ||*|| < el_rei_macaco@hotmail.com > (N/A) http://www.dimonix.com/
## MOD Description: Adds a Catalan translation.
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 Minutes
##
## Files To Edit: 2
##      language/lang_catalan/lang_main.php
##      language/lang_catalan/lang_admin.php
##
## Included Files: 0
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## http://www.phpbb.com/phpBB/viewtopic.php?p=1913617#1913617
## http://www.phpbb.com/phpBB/viewtopic.php?p=1944407#1944407
##
############################################################## 
## MOD History: 
##
##   2006-04-20 - Version 1.0.0
##      - initial release
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

#
#-----[ OPEN ]------------------------------------------
#
language/lang_catalan/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------
#
$lang['Birthday_range'] = 'Els aniversaris requereixen edats entre %d i %d, ambdos inclosos.';
$lang['No_birthdays'] = 'Avui no hi ha cap aniversari';
$lang['Congratulations'] = 'Felicitats a: <b>%s</b>';
$lang['Upcoming_birthdays'] = 'Membres que fan anys en els prxims %d dies: <b>%s</b>';
$lang['No_upcoming'] = 'Cap membre fa anys en els prxims %d dies';
$lang['Birthday'] = 'Data de Naixement';
$lang['Month'] = 'Mes';
$lang['Day'] = 'Dia';
$lang['Year'] = 'Any';
$lang['Clear'] = 'Esborrar';
$lang['Year_Optional'] = 'Any <i>(Opcional)</i>';
$lang['Optional'] = '<i>(Opcional)</i>';
$lang['Select_Month'] = '[ Selecciona el Mes ]';
$lang['Default_Day'] = 'dd';
$lang['Default_Year'] = 'aaaa';
$lang['Birthday_invalid'] = 'No heu especificat una data vlida. Intenteu-ho de nou.';
$lang['Todays_Birthdays'] = 'Aniversaris del Dia';
$lang['View_Birthdays'] = 'Moltes Felicitats';
#
#-----[ OPEN ]------------------------------------------
#
language/lang_catalan/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------
#
$lang['Birthdays'] = 'Aniversaris';
$lang['bday_show'] = 'Visibilitat del Panell d\'Aniversaris';
$lang['Unconditional'] = 'Incondicional';
$lang['Conditional'] = 'Condicional';
$lang['bday_show_explain'] = 'Determina si el Panell d\'Aniversaris hauria de ser visible encara que no existeixin aniversaris o aniversaris futurs. (incondicional = si, condicional = no)';
$lang['bday_require'] = 'Requereix Data de Naixement';
$lang['bday_require_explain'] = 'L\'any de naixement es requereix nicament si la opci de "Requereix Any" est seleccionada.';
$lang['bday_year'] = 'Requereix Any';
$lang['bday_year_explain'] = 'Quan aquesta opci sigui seleccionada, els membres que proporcionin la data de naixement, necessitaran incloure l\'any de naixement.';
$lang['bday_lock'] = 'Desactivar canvis en la Data de Naixement';
$lang['bday_lock_explain'] = 'La data de naixement no podr ser modificada un cop introduda. Noms s\'aplica quan aquesta opci es seleccionada.';
$lang['bday_lookahead'] = 'Nombre de Dies d\'Anticipaci en els Aniversaris';
$lang['bday_lookahead_explain'] = 'Afecta el Panell d\'Aniversaris en l\'ndex principal. Introduint -1 desactiva l\'avs d\'Aniversaris anticipadament.';
$lang['bday_age_range'] = 'Edat Permesa (en anys)';
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
# EoM