Add Stringtable Entry

This commit is contained in:
PabstMirror 2016-01-05 17:29:01 -06:00
parent b6dce03c90
commit 4c229c92f5
2 changed files with 7 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if (count _explosivesList > 0) then {
_children pushBack [
[
"Explosive_All",
"Detonate All",
localize LSTRING(DetonateAll),
getText(ConfigFile >> "CfgWeapons" >> _detonator >> "picture"),
{(_this select 2) call FUNC(detonateExplosiveAll);},
{true},

View File

@ -37,6 +37,12 @@
<Portuguese>Detonar &gt;&gt;</Portuguese>
<Russian>Подрыв &gt;&gt;</Russian>
</Key>
<Key ID="STR_ACE_Explosives_DetonateAll">
<English>Detonate All</English>
<German>Zünden Alles</German>
<Spanish>Detonar Todo</Spanish>
<Russian>Подрыв Все</Russian>
</Key>
<Key ID="STR_ACE_Explosives_DetonateCode">
<English>Explosive code: %1</English>
<German>Sprengstoffcode: %1</German>