mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Feature improvement: the prisoner system now distinguishes between different types of prisoners (admin, regular, elite). Advanced troops are harder to interrogate, but have a high chance of retaining their rank, should they join yor militia.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6219 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -7557,12 +7557,12 @@ STR16 szFoodTextStr[]=
|
||||
L"区域供水不可行,食物和生存系统已被关闭"//L"Sectorwide canteen filling not possible, Food System is off!"
|
||||
};
|
||||
|
||||
STR16 szPrisonerTextStr[]=
|
||||
STR16 szPrisonerTextStr[]= // TODO.Translate
|
||||
{
|
||||
L"%d 名俘虏已被审讯", //L"%d prisoners were interrogated.",
|
||||
L"%d elites, %d regulars and %d amins were interrogated.",
|
||||
L"%d 名俘虏已支付赎金", //L"%d prisoners paid ransom money.",
|
||||
L"%d 名俘虏已供出同伙位置", //L"%d prisoners revealed enemy positions.",
|
||||
L"%d 名俘虏已加入我方阵营", //L"%d prisoners joined our cause.",
|
||||
L"%d elites, %d regulars and %d amins joined our cause.",
|
||||
L"俘虏掀起大规模暴动!在 %s 监狱!", //L"Prisoners start a massive riot in %s!",
|
||||
L"俘虏被押送前往 %s 监狱", //L"The army now occupies the prison in %s, the prisoners were freed!",
|
||||
L"俘虏已被释放!", //L"Prisoners have been released!",
|
||||
|
||||
Reference in New Issue
Block a user