Added MILISECS

Signed-off-by: kylesv <kile-jew@rambler.ru>
This commit is contained in:
kylesv
2012-04-12 13:32:39 +04:00
parent 094bacc819
commit 5ccba67e14
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -107,6 +107,7 @@ define("CANCEL","cancel");
define("LOYALTY","Loyalty:"); define("LOYALTY","Loyalty:");
define("CALCULATED_IN","Calculated in"); define("CALCULATED_IN","Calculated in");
define("SEVER_TIME","Server time:"); define("SEVER_TIME","Server time:");
define("MILISECS","ms");
//QUEST //QUEST
define("Q_CONTINUE","Continue with the next task."); define("Q_CONTINUE","Continue with the next task.");
@@ -357,7 +358,7 @@ define("MASS_SENT","Mass IGM was sent");
| top_menu | top_menu
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
$lang['top_menu'] = array ( $lang['header'] = array (
0 => 'Village overview', 0 => 'Village overview',
1 => 'Vilage centre', 1 => 'Vilage centre',
2 => 'Map', 2 => 'Map',
+2 -1
View File
@@ -107,6 +107,7 @@ define("CANCEL","отмена");
define("LOYALTY","Лояльность:"); define("LOYALTY","Лояльность:");
define("CALCULATED_IN","Создана за"); define("CALCULATED_IN","Создана за");
define("SEVER_TIME","Время сервера:"); define("SEVER_TIME","Время сервера:");
define("MILISECS","мс");
//QUEST //QUEST
define("Q_CONTINUE","Перейти к следующему заданию."); define("Q_CONTINUE","Перейти к следующему заданию.");
@@ -357,7 +358,7 @@ define("MASS_SENT","Mass IGM was sent");
| top_menu | top_menu
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
*/ */
$lang['top_menu'] = array ( $lang['header'] = array (
0 => 'Обзор деревни', 0 => 'Обзор деревни',
1 => 'Центр деревни', 1 => 'Центр деревни',
2 => 'Карта', 2 => 'Карта',