mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- Sandbags no longer need to be filled.
- Item flags 1 and 4 (EMPTY_SANDAG and SHOVEL) are no longer used. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7968 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-2
@@ -877,9 +877,8 @@ enum
|
||||
STR_MTA_NONE,
|
||||
STR_MTA_FORTIFY,
|
||||
STR_MTA_REMOVE_FORTIFY,
|
||||
STR_TA_FILL_SANDBAG,
|
||||
STR_MTA_CANCEL,
|
||||
STR_MTA_CANNOT_BUILD,
|
||||
STR_MTA_CANNOT_BUILD,
|
||||
|
||||
TEXT_NUM_MTA_STR
|
||||
};
|
||||
|
||||
@@ -8178,7 +8178,6 @@ STR16 szMTATextStr[]=
|
||||
L"空无一物",
|
||||
L"建造掩体", //L"building a fortification",
|
||||
L"拆除掩体", //L"removing a fortification",
|
||||
L"填满沙包", //L"filling sandbags",
|
||||
L"%s必须停止%s", //L"%s had to stop %s.",
|
||||
L"所选的路障无法再该分区建造",
|
||||
};
|
||||
|
||||
@@ -8189,7 +8189,6 @@ STR16 szMTATextStr[]= // TODO.Translate
|
||||
L"nothing",
|
||||
L"building a fortification",
|
||||
L"removing a fortification",
|
||||
L"filling sandbags",
|
||||
L"%s had to stop %s.",
|
||||
L"The selected barricade cannot be built in this sector", // TODO.Translate
|
||||
};
|
||||
|
||||
@@ -8176,7 +8176,6 @@ STR16 szMTATextStr[]=
|
||||
L"nothing",
|
||||
L"building a fortification",
|
||||
L"removing a fortification",
|
||||
L"filling sandbags",
|
||||
L"%s had to stop %s.",
|
||||
L"The selected barricade cannot be built in this sector",
|
||||
};
|
||||
|
||||
@@ -8175,7 +8175,6 @@ STR16 szMTATextStr[]=
|
||||
L"rien, en fait.",
|
||||
L"la construction d'une fortification",
|
||||
L"le retrait d'une fortification",
|
||||
L"le remplissage des sacs de sable",
|
||||
L"%s a dû arrêter... %s",
|
||||
L"Cette sorte de barricade ne peut pas être construite dans ce secteur",
|
||||
};
|
||||
|
||||
@@ -8006,7 +8006,6 @@ STR16 szMTATextStr[]=
|
||||
L"nichts",
|
||||
L"baue eine Befestigung",
|
||||
L"entferne eine Befestigung",
|
||||
L"Sandsäcke befüllen",
|
||||
L"%s musste %s stoppen.",
|
||||
L"The selected barricade cannot be built in this sector", // TODO.Translate
|
||||
};
|
||||
|
||||
@@ -8183,7 +8183,6 @@ STR16 szMTATextStr[]= // TODO.Translate
|
||||
L"nothing",
|
||||
L"building a fortification",
|
||||
L"removing a fortification",
|
||||
L"filling sandbags",
|
||||
L"%s had to stop %s.",
|
||||
L"The selected barricade cannot be built in this sector", // TODO.Translate
|
||||
};
|
||||
|
||||
@@ -8201,7 +8201,6 @@ STR16 szMTATextStr[]= // TODO.Translate
|
||||
L"nothing",
|
||||
L"building a fortification",
|
||||
L"removing a fortification",
|
||||
L"filling sandbags",
|
||||
L"%s had to stop %s.",
|
||||
L"The selected barricade cannot be built in this sector", // TODO.Translate
|
||||
};
|
||||
|
||||
@@ -8176,7 +8176,6 @@ STR16 szMTATextStr[]=
|
||||
L"ничего",
|
||||
L"укрепление строится",
|
||||
L"укрепление убирается",
|
||||
L"наполнение мешков",
|
||||
L"%s был вынужден прекратить %s.",
|
||||
L"Выбранное укрепление не может быть построено в этом секторе",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user