############################################################## 
## MOD Title:		Birthdays Russian translation
## MOD Author:		Sergey < garnitur356 [at] mail15.com > (Sergey) http://forum.aeroion.ru
## MOD Description:	Translate Birthdays mod by TerraFrost in Russian
## MOD Version:		1.0.0
## 
## Installation Level: Easy
## Installation Time:  1 Minutes 
## Files To Edit:	(2)
##              	language/lang_russian/lang_admin.php
##                	language/lang_russian/lang_main.php
## 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-02-01 - 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_russian/lang_main.php

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

#
#-----[ BEFORE, ADD ]-----------------------------------
#
$lang['Birthday_range'] = '    %d  %d  .';
$lang['No_birthdays'] = '  ';
$lang['Congratulations'] = ': <b>%s</b>';
$lang['Upcoming_birthdays'] = '   %d : <b>%s</b>';
$lang['No_upcoming'] = '    %d   ';
$lang['Birthday'] = ' ';
$lang['Month'] = '';
$lang['Day'] = '';
$lang['Year'] = '';
$lang['Clear'] = '';
$lang['Year_Optional'] = ' <i>()</i>';
$lang['Optional'] = '<i>()</i>';
$lang['Default_Month'] = '[   ]';
$lang['Default_Day'] = 'dd';
$lang['Default_Year'] = 'yyyy';
$lang['Birthday_invalid'] = '    .';
$lang['Todays_Birthdays'] = '  ';
$lang['View_Birthdays'] = '  ! ';

#
#-----[ OPEN ]------------------------------------------
#
language/lang_russian/lang_admin.php

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

#
#-----[ BEFORE, ADD ]-----------------------------------
#
$lang['Birthdays'] = ' ';
$lang['bday_show'] = '   ';
$lang['Unconditional'] = '';
$lang['Conditional'] = '';
$lang['bday_show_explain'] = ',         ,         ( = ,  = )';
$lang['bday_require'] = '  ';
$lang['bday_require_explain'] = '       " "';
$lang['bday_year'] = ' ';
$lang['bday_year_explain'] = '   ,       .';
$lang['bday_lock'] = '   ';
$lang['bday_lock_explain'] = '- ,       .   ,    .';
$lang['bday_lookahead'] = '      ';
$lang['bday_lookahead_explain'] = '       .  -1       .';
$lang['bday_age_range'] = '   ( ) ';

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