############################################################## 
## MOD Title: Birthdays by TerraFrost - Chinese Zodiac add-on Russian translation
## MOD Author: Porutchik < garnitur356 [at] mail15.com > (Sergey) http://forum.aeroion.ru 
## MOD Description:	Translate Chinese 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-03-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_russian/lang_main.php

#
#-----[ FIND ]------------------------------------------
# this is a partial match
#
$lang['View_Birthdays'] = 

#
#-----[ AFTER, ADD ]------------------------------------------
#
// chinese zodiacs used for birthdays mod
$lang['Chinese_zodiac']= ' ';
$lang['Unknown'] = '';
$lang['Rat'] = '';
$lang['Buffalo'] = '';
$lang['Tiger'] = '';
$lang['Cat'] = '';
$lang['Dragon'] = '';
$lang['Snake'] = '';
$lang['Horse'] = '';
$lang['Goat'] = '';
$lang['Monkey'] = '';
$lang['Cock'] = '';
$lang['Dog'] = '';
$lang['Pig'] = '';

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