mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- Updated _ChineseText.cpp
- Fixed compilation Error in Chinese Version in "Multi Language Graphic Utils.cpp" (because of missing ";") git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3037 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -406,7 +406,7 @@ BOOLEAN GetMLGFilename( SGPFILENAME filename, UINT16 usMLGGraphicID )
|
|||||||
break;
|
break;
|
||||||
case MLG_MP_GOLDPIECEBUTTONS:
|
case MLG_MP_GOLDPIECEBUTTONS:
|
||||||
sprintf( filename, "%s\\MPGOLDPIECEBUTTONS_%s.sti", zLanguage, zLanguage );
|
sprintf( filename, "%s\\MPGOLDPIECEBUTTONS_%s.sti", zLanguage, zLanguage );
|
||||||
break
|
break;
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1951,7 +1951,7 @@ STR16 pSenderNameList[] =
|
|||||||
L"MD",
|
L"MD",
|
||||||
L"Meltdown",
|
L"Meltdown",
|
||||||
//----------
|
//----------
|
||||||
L"M.I.S. 保险公司",
|
L"M.I.S 保险公司",
|
||||||
L"Bobby Rays",
|
L"Bobby Rays",
|
||||||
L"Kingpin",
|
L"Kingpin",
|
||||||
L"John Kulba",
|
L"John Kulba",
|
||||||
@@ -2501,7 +2501,7 @@ STR16 pBookMarkStrings[] =
|
|||||||
L"M.E.R.C.",
|
L"M.E.R.C.",
|
||||||
L"公墓",
|
L"公墓",
|
||||||
L"花店",
|
L"花店",
|
||||||
L"MIS保险公司",
|
L"M.I.S 保险公司",
|
||||||
L"取消",
|
L"取消",
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2604,7 +2604,7 @@ STR16 pWebPagesTitles[] =
|
|||||||
L"联合花卉服务公司 - 花卉",
|
L"联合花卉服务公司 - 花卉",
|
||||||
L"联合花卉服务公司 - 订单",
|
L"联合花卉服务公司 - 订单",
|
||||||
L"联合花卉服务公司 - 贺卡",
|
L"联合花卉服务公司 - 贺卡",
|
||||||
L"Malleus, Incus & Stapes保险公司",
|
L"Malleus, Incus & Stapes 保险公司",
|
||||||
L"信息",
|
L"信息",
|
||||||
L"合同",
|
L"合同",
|
||||||
L"评论",
|
L"评论",
|
||||||
@@ -4542,7 +4542,7 @@ STR16 New113Message[] =
|
|||||||
|
|
||||||
STR16 New113HAMMessage[] =
|
STR16 New113HAMMessage[] =
|
||||||
{
|
{
|
||||||
L"%s 被火力压制!",// L"%s cowers in fear!",
|
L"%s 害怕得退缩了!",// L"%s cowers in fear!",
|
||||||
};
|
};
|
||||||
|
|
||||||
// WANNE: This are the email texts, when one of the 4 new 1.13 MERC mercs have levelled up, that Speck sends
|
// WANNE: This are the email texts, when one of the 4 new 1.13 MERC mercs have levelled up, that Speck sends
|
||||||
|
|||||||
Reference in New Issue
Block a user