############################################################## 
## MOD Title:          Gender Lithuanian translation
## MOD Author:         das_elch < ArtiGP@centras.lt > (n/a) n/a
## MOD Description:    Translate Gender in Lithuanian
## MOD Version:        1.0.0
## 
## Installation Level: Easy
## Installation Time:  1 Minutes 
## Files To Edit:
##      language/lang_french/lang_main.php 
## Included Files:     N/A
## 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: 
##
## Please read the ones on the full install MOD in the root
## dir of this MOD archive.
##
############################################################## 
## MOD History: 
## 
##   2006-01-12 - 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_lithuanian/lang_admin.php 

#
#-----[ FIND ]------------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]-----------------------------------------
#

// Start add - Birthday MOD
$lang['Birthday_required'] = '';
$lang['Enable_birthday_greeting'] = "Enable birthday greetings"; 
$lang['Birthday_greeting_expain'] = "Users who have submittet a birthday can have a birthday greeting, when thy visit the board"; 
$lang['Next_birthday_greeting'] = "Next birthday popup year"; 
$lang['Next_birthday_greeting_expain'] = "This field keep track of the next year the user shal have a birthday greeting"; 
$lang['Wrong_next_birthday_greeting'] = "The suplied ,Next birthday popup year, was not valid, please try again"; 
$lang['Max_user_age'] = "Maximum user age"; 
$lang['Min_user_age'] = "Minimum user age"; 
$lang['Birthday_lookforward'] = "Birthday look forward"; 
$lang['Birthday_lookforward_explain'] = "Number of days the script shall look forward for users with a birthday"; 
// End add - Birthday MOD

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

#
#-----[ FIND ]------------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]-----------------------------------------
#

// Start add - Birthday MOD
$lang['Birthday'] = 'Gimtadienis'; 
$lang['No_birthday_specify'] = 'Nra'; 
$lang['Age'] = 'Amius'; 
$lang['Wrong_birthday_format'] = 'The birthday format was entered incorrectly.'; 
$lang['Birthday_to_high'] = 'Sorry, this site, does not accept user age older than %d years old'; 
$lang['Birthday_to_low'] = 'Sorry, this site, does not accept user age younger than %d years old'; 
$lang['Birthday_require'] = 'your Birthday are required on this site'; 
$lang['Submit_date_format'] = 'd-m-Y'; // php date() format - Note: ONLY d, m and Y may be used and SHALL ALL be used (different seperators are accepted) 
$lang['Birthday_greeting_today'] = 'We would like to wish you congratulatons on reaching %s years old today.<br /><br /> The Management'; // %s is substituted with the users age 
$lang['Birthday_greeting_prev'] = 'We would like to give you a belated congratulatons for becoming %s years old on the %s.<br /><br /> The Management'; // %s is substituted with the users age, and birthday 
$lang['Greeting_Messaging'] ='Sveikiname'; 
$lang['Birthday_today'] = 'Vartotojai kuri gimtadieniai iandien:'; 
$lang['Birthday_week'] = 'Vartotojai kuri gimtadienis bus per ateinanias %d dienas:'; 
$lang['Nobirthday_week'] = 'Nra vartotoj kurie turs gimtadien per ateinanias  %d dienas'; // %d is substitude with the number of days 
$lang['Nobirthday_today'] = 'Nra vartotoj kuri gimtadienis iandien'; 
$lang['Year'] = 'Metai';
$lang['Month'] = 'Mnuo';
$lang['Day'] = 'Diena';

// NOTE: Please do not translate the folowing 4 lines !
// They are automatically translated into your language
$lang['day_short'] = array($lang['datetime']['Sun'], $lang['datetime']['Mon'], $lang['datetime']['Tue'], $lang['datetime']['Wed'], $lang['datetime']['Thu'], $lang['datetime']['Fri'], $lang['datetime']['Sat']);
$lang['day_long'] = array($lang['datetime']['Sunday'], $lang['datetime']['Monday'], $lang['datetime']['Tuesday'], $lang['datetime']['Wednesday'], $lang['datetime']['Thursday'], $lang['datetime']['Friday'], $lang['datetime']['Saturday']);
$lang['month_short'] = array($lang['datetime']['Jan'], $lang['datetime']['Feb'], $lang['datetime']['Mar'], $lang['datetime']['Apr'], $lang['datetime']['May'], $lang['datetime']['Jun'], $lang['datetime']['Jul'], $lang['datetime']['Aug'], $lang['datetime']['Sep'], $lang['datetime']['Oct'], $lang['datetime']['Nov'], $lang['datetime']['Dec']);
$lang['month_long'] = array($lang['datetime']['January'], $lang['datetime']['February'], $lang['datetime']['March'], $lang['datetime']['April'], $lang['datetime']['May'], $lang['datetime']['June'], $lang['datetime']['July'], $lang['datetime']['August'], $lang['datetime']['September'], $lang['datetime']['October'], $lang['datetime']['November'], $lang['datetime']['December']);
// End add - Birthday MOD

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