Compat WS RealisticNames - XMS (#9429)

* Compat WS - XMS

* add modified original translations

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
Mike-MF 2023-09-24 19:56:04 +01:00 committed by GitHub
parent 77a73aee71
commit 6fd24c1455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 158 additions and 1 deletions

View File

@ -118,5 +118,42 @@ class CfgWeapons {
displayName = SUBCSTRING(Velko_R5_GL_Snake_Name); displayName = SUBCSTRING(Velko_R5_GL_Snake_Name);
}; };
// XMS has not been added as it's a make believe hybrid of the XM8/VHS-K2: XM8+VHS = XMS // XMS has no realistic name as it's a make believe hybrid of the XM8/VHS-K2: XM8+VHS = XMS, this just removes the 5.56 mm from the name.
class arifle_SPAR_01_base_F;
class arifle_XMS_Base_lxWS: arifle_SPAR_01_base_F {
displayName = SUBCSTRING(XMS_Name);
};
class arifle_XMS_Base_khk_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_Khaki_Name);
};
class arifle_XMS_Base_Sand_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_Sand_Name);
};
class arifle_XMS_GL_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_GL_Name);
};
class arifle_XMS_GL_khk_lxWS: arifle_XMS_GL_lxWS {
displayName = SUBCSTRING(XMS_GL_Khaki_Name);
};
class arifle_XMS_GL_Sand_lxWS: arifle_XMS_GL_lxWS {
displayName = SUBCSTRING(XMS_GL_Sand_Name);
};
class arifle_XMS_Shot_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_SG_Name);
};
class arifle_XMS_Shot_khk_lxWS: arifle_XMS_Shot_lxWS {
displayName = SUBCSTRING(XMS_SG_Khaki_Name);
};
class arifle_XMS_Shot_Sand_lxWS: arifle_XMS_Shot_lxWS {
displayName = SUBCSTRING(XMS_SG_Sand_Name);
};
class arifle_XMS_M_lxWS: arifle_XMS_Base_lxWS {
displayName = SUBCSTRING(XMS_SW_Name);
};
class arifle_XMS_M_khk_lxWS: arifle_XMS_M_lxWS {
displayName = SUBCSTRING(XMS_SW_Khaki_Name);
};
class arifle_XMS_M_Sand_lxWS: arifle_XMS_M_lxWS {
displayName = SUBCSTRING(XMS_SW_Sand_Name);
};
}; };

View File

@ -94,5 +94,125 @@
<Key ID="STR_ACE_Compat_WS_RealisticNames_Velko_R5_GL_Snake_Name"> <Key ID="STR_ACE_Compat_WS_RealisticNames_Velko_R5_GL_Snake_Name">
<English>Vektor R5 Carbine GL (Snake)</English> <English>Vektor R5 Carbine GL (Snake)</English>
</Key> </Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_Name">
<English>XMS</English>
<French>XMS</French>
<German>XMS</German>
<Italian>XMS</Italian>
<Portuguese>XMS</Portuguese>
<Spanish>XMS</Spanish>
<Chinesesimp>XMS</Chinesesimp>
<Russian>XMS</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_Khaki_Name">
<English>XMS (Khaki)</English>
<French>XMS (kaki)</French>
<German>XMS (khaki)</German>
<Italian>XMS (kaki)</Italian>
<Portuguese>XMS (Cáqui)</Portuguese>
<Spanish>XMS (caqui)</Spanish>
<Chinesesimp>XMS卡其色</Chinesesimp>
<Russian>XMS (хаки)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_Sand_Name">
<English>XMS (Sand)</English>
<French>XMS (sable)</French>
<German>XMS (Sand)</German>
<Italian>XMS (sabbia)</Italian>
<Portuguese>XMS (Areia)</Portuguese>
<Spanish>XMS (arena)</Spanish>
<Chinesesimp>XMS沙色</Chinesesimp>
<Russian>XMS (песочный)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_GL_Name">
<English>XMS GL</English>
<French>XMS GL</French>
<German>XMS GL</German>
<Italian>XMS GL</Italian>
<Portuguese>XMS GL</Portuguese>
<Spanish>XMS GL</Spanish>
<Chinesesimp>XMS GL</Chinesesimp>
<Russian>XMS GL</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_GL_Khaki_Name">
<English>XMS GL (Khaki)</English>
<French>XMS GL (kaki)</French>
<German>XMS GL (khaki)</German>
<Italian>XMS GL (kaki)</Italian>
<Portuguese>XMS GL (Cáqui)</Portuguese>
<Spanish>XMS GL (caqui)</Spanish>
<Chinesesimp>XMS GL卡其色</Chinesesimp>
<Russian>XMS GL (хаки)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_GL_Sand_Name">
<English>XMS GL (Sand)</English>
<French>XMS GL (sable)</French>
<German>XMS GL (Sand)</German>
<Italian>XMS GL (sabbia)</Italian>
<Portuguese>XMS GL (Areia)</Portuguese>
<Spanish>XMS GL (arena)</Spanish>
<Chinesesimp>XMS GL沙色</Chinesesimp>
<Russian>XMS GL (песочный)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Name">
<English>XMS SG</English>
<French>XMS SG</French>
<German>XMS SG</German>
<Italian>XMS SG</Italian>
<Portuguese>XMS SG</Portuguese>
<Spanish>XMS SG</Spanish>
<Chinesesimp>XMS SG</Chinesesimp>
<Russian>XMS SG</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Khaki_Name">
<English>XMS SG (Khaki)</English>
<French>XMS SG (kaki)</French>
<German>XMS SG (khaki)</German>
<Italian>XMS SG (kaki)</Italian>
<Portuguese>XMS SG (Cáqui)</Portuguese>
<Spanish>XMS SG (caqui)</Spanish>
<Chinesesimp>XMS SG卡其色</Chinesesimp>
<Russian>XMS SG (хаки)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SG_Sand_Name">
<English>XMS SG (Sand)</English>
<French>XMS SG (sable)</French>
<German>XMS SG (Sand)</German>
<Italian>XMS SG (sabbia)</Italian>
<Portuguese>XMS SG (Areia)</Portuguese>
<Spanish>XMS SG (arena)</Spanish>
<Chinesesimp>XMS SG沙色</Chinesesimp>
<Russian>XMS SG (песочный)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SW_Name">
<English>XMS SW</English>
<French>XMS SW</French>
<German>XMS SW</German>
<Italian>XMS SW</Italian>
<Portuguese>XMS SW</Portuguese>
<Spanish>XMS SW</Spanish>
<Chinesesimp>XMS SW</Chinesesimp>
<Russian>XMS SW</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SW_Khaki_Name">
<English>XMS SW (Khaki)</English>
<French>XMS SW (kaki)</French>
<German>XMS SW (khaki)</German>
<Italian>XMS SW (kaki)</Italian>
<Portuguese>XMS SW (Cáqui)</Portuguese>
<Spanish>XMS SW (caqui)</Spanish>
<Chinesesimp>XMS SW卡其色</Chinesesimp>
<Russian>XMS SW (хаки)</Russian>
</Key>
<Key ID="STR_ACE_Compat_WS_RealisticNames_XMS_SW_Sand_Name">
<English>XMS SW (Sand)</English>
<French>XMS SW (sable)</French>
<German>XMS SW (Sand)</German>
<Italian>XMS SW (sabbia)</Italian>
<Portuguese>XMS SW (Areia)</Portuguese>
<Spanish>XMS SW (arena)</Spanish>
<Chinesesimp>XMS SW沙色</Chinesesimp>
<Russian>XMS SW (песочный)</Russian>
</Key>
</Package> </Package>
</Project> </Project>