return english of russian lable to config.tpl for correct encoding

This commit is contained in:
kylesv
2012-04-12 11:29:47 +04:00
parent 09871af77d
commit d6aca2cffb
3 changed files with 29 additions and 3 deletions
+14
View File
@@ -352,5 +352,19 @@ define("MASS_SENT","Mass IGM was sent");
$lang['register'] = "Register";
$lang['login'] = "Login";
/*
|--------------------------------------------------------------------------
| top_menu
|--------------------------------------------------------------------------
*/
$lang['top_menu'] = array (
0 => 'Village overview',
1 => 'Vilage centre',
2 => 'Map',
3 => 'Statistics',
4 => 'Reports',
5 => 'Messages',
6 => 'Plus menu');
?>