mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Hunter Killer - Enable on Rooikat 120 and add italian translations (#9658)
* Enable HK on Tanks DLC Rooikat 120 * Italian Translations
This commit is contained in:
parent
2e7f56ee39
commit
852e08f8b5
@ -21,4 +21,8 @@ class CfgVehicles {
|
||||
class MBT_04_base_F: Tank_F {
|
||||
ADDON = 1;
|
||||
};
|
||||
class Wheeled_APC_F;
|
||||
class AFV_Wheeled_01_base_F: Wheeled_APC_F {
|
||||
ADDON = 1;
|
||||
};
|
||||
};
|
||||
|
@ -9,6 +9,7 @@
|
||||
<Japanese>ハンターキラー</Japanese>
|
||||
<Polish>Hunter Killer</Polish>
|
||||
<German>Hunter Killer</German>
|
||||
<Italian>Hunter Killer</Italian>
|
||||
<French>Hunter Killer</French>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_HunterKiller_override">
|
||||
@ -19,6 +20,7 @@
|
||||
<Japanese>オーバーライド</Japanese>
|
||||
<Polish>Nadpisanie</Polish>
|
||||
<German>Überschreibe</German>
|
||||
<Italian>Sovrascrivi</Italian>
|
||||
<French>Surcharge</French>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_HunterKiller_override_description">
|
||||
@ -29,6 +31,7 @@
|
||||
<Japanese>他のタレットを強制的に自分の視点に旋回させる</Japanese>
|
||||
<Polish>Obróć drugą wieżyczkę w kierunku, w którym zwrócona jest twoja wieżyczka.</Polish>
|
||||
<German>Zwingt andere Türme, sich auf deine Blickrichtung zu drehen</German>
|
||||
<Italian>Costringe altre torrette a puntare dove è puntata la tua.</Italian>
|
||||
<French>Force une autre tourelle à s'aligner sur votre point de vue.</French>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_HunterKiller_observe">
|
||||
@ -39,6 +42,7 @@
|
||||
<Japanese>オブザーブ</Japanese>
|
||||
<Polish>Obserwowanie</Polish>
|
||||
<German>Observiere</German>
|
||||
<Italian>Osserva</Italian>
|
||||
<French>Observation</French>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_HunterKiller_observe_description">
|
||||
@ -49,6 +53,7 @@
|
||||
<Japanese>自分のタレットを相手のタレットの視点に旋回させる。</Japanese>
|
||||
<Polish>Obróć swoją wieżyczkę tam, gdzie patrzy druga.</Polish>
|
||||
<German>Richtet deinen Turm auf die Blickrichtung eines anderen Turms</German>
|
||||
<Italian>Punta la tua torretta nella direzione di un'altra torretta.</Italian>
|
||||
<French>Aligne votre tourelle sur le point de vue d'une autre tourelle.</French>
|
||||
</Key>
|
||||
</Package>
|
||||
|
Loading…
Reference in New Issue
Block a user