mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
TapShoulder - fix hint message
This commit is contained in:
parent
e03d3ed619
commit
75351f2a5b
@ -13,10 +13,12 @@ if (_target != ACE_player) exitWith {
|
||||
|
||||
addCamShake [4, 0.5, 5];
|
||||
|
||||
private "_message";
|
||||
//localize is converting the escaped <> symbols, so just add them here instead of in the stringtable
|
||||
if (_shoulderNum == 0) then {
|
||||
_message = localize "STR_ACE_Interaction_YouWereTappedRight";
|
||||
_message = format ["%1 >", (localize "STR_ACE_Interaction_YouWereTappedRight")];
|
||||
} else {
|
||||
_message = localize "STR_ACE_Interaction_YouWereTappedLeft";
|
||||
_message = format ["< %1", (localize "STR_ACE_Interaction_YouWereTappedLeft")];
|
||||
};
|
||||
|
||||
[_message] call EFUNC(common,displayTextStructured);
|
||||
[parseText _message] call EFUNC(common,displayTextStructured);
|
||||
|
@ -363,28 +363,28 @@
|
||||
<Italian>Dai un colpetto</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Interaction_YouWereTappedRight">
|
||||
<English>You were tapped on the RIGHT shoulder ></English>
|
||||
<Spanish>Te tocaron el hombro DERECHO ></Spanish>
|
||||
<German>Dir wurde auf die Schulter geklopft ></German>
|
||||
<French>On te tape sur l'épaule ></French>
|
||||
<Polish>Zostałeś klepnięty po ramieniu ></Polish>
|
||||
<Hungarian>Vállonveregettek ></Hungarian>
|
||||
<Czech>Někdo tě poklepal na rameno ></Czech>
|
||||
<Russian>Вас похлопали по плечу ></Russian>
|
||||
<Portuguese>Você foi tocado no ombro ></Portuguese>
|
||||
<Italian>Ti è stato dato un colpetto sulla spalla ></Italian>
|
||||
<English>You were tapped on the RIGHT shoulder</English>
|
||||
<Spanish>Te tocaron el hombro DERECHO</Spanish>
|
||||
<German>Dir wurde auf die Schulter geklopft</German>
|
||||
<French>On te tape sur l'épaule</French>
|
||||
<Polish>Zostałeś klepnięty po ramieniu</Polish>
|
||||
<Hungarian>Vállonveregettek</Hungarian>
|
||||
<Czech>Někdo tě poklepal na rameno</Czech>
|
||||
<Russian>Вас похлопали по плечу</Russian>
|
||||
<Portuguese>Você foi tocado no ombro</Portuguese>
|
||||
<Italian>Ti è stato dato un colpetto sulla spalla</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Interaction_YouWereTappedLeft">
|
||||
<English>< You were tapped on the LEFT shoulder.</English>
|
||||
<Spanish>< Te tocaron el hombro IZQUIERDO.</Spanish>
|
||||
<German>< Dir wurde auf die Schulter geklopft</German>
|
||||
<French>< On te tape sur l'épaule.</French>
|
||||
<Polish>< Zostałeś klepnięty po ramieniu</Polish>
|
||||
<Hungarian>< Vállonveregettek</Hungarian>
|
||||
<Czech>< Někdo tě poklepal na rameno.</Czech>
|
||||
<Russian>< Вас похлопали по плечу</Russian>
|
||||
<Portuguese>< Você foi tocado no ombro.</Portuguese>
|
||||
<Italian>< Ti è stato dato un colpetto sulla spalla</Italian>
|
||||
<English>You were tapped on the LEFT shoulder.</English>
|
||||
<Spanish>Te tocaron el hombro IZQUIERDO.</Spanish>
|
||||
<German>Dir wurde auf die Schulter geklopft</German>
|
||||
<French>On te tape sur l'épaule.</French>
|
||||
<Polish>Zostałeś klepnięty po ramieniu</Polish>
|
||||
<Hungarian>Vállonveregettek</Hungarian>
|
||||
<Czech>Někdo tě poklepal na rameno.</Czech>
|
||||
<Russian>Вас похлопали по плечу</Russian>
|
||||
<Portuguese>Você foi tocado no ombro.</Portuguese>
|
||||
<Italian>Ti è stato dato un colpetto sulla spalla</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Interaction_CancelSelection">
|
||||
<English>Cancel</English>
|
||||
|
Loading…
Reference in New Issue
Block a user