############################################################## 
## MOD Title: Birthdays by TerraFrost - Zodiac add-on Russian translation
## MOD Author: Porutchik < garnitur356 [at] mail15.com > (Sergey) http://forum.aeroion.ru 
## MOD Description:	Translate Zodiac add-on on Russian
## MOD Version:	1.0.0
## 
## Installation Level: Easy
## Installation Time: 1 Minutes 
## Files To Edit: (1)
##              language/lang_russian/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-02-06 - 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 ]------------------------------------------
# this is a partial match
#
$lang['View_Birthdays'] = 

#
#-----[ AFTER, ADD ]------------------------------------------
#
// zodiacs used for birthdays mod
$lang['Zodiac'] = '';
$lang['Capricorn'] = '';
$lang['Aquarius'] = '';
$lang['Pisces'] = '';
$lang['Aries'] = '';
$lang['Taurus'] = '';
$lang['Gemini'] = '';
$lang['Cancer'] = '';
$lang['Leo'] = '';
$lang['Virgo'] = '';
$lang['Libra'] = '';
$lang['Scorpio'] = '';
$lang['Sagittarius'] = '';

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