mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
92 lines
3.9 KiB
XML
92 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Project name="Combat Space Enhancement">
|
|
<Package name="cse_sys_equipment">
|
|
<Container ID="Items">
|
|
|
|
<Key ID="STR_CSE_FLARE_WHITE">
|
|
<Original>White Flare</Original>
|
|
<Spanish>Bengala Blanca</Spanish>
|
|
</Key>
|
|
<Key ID="STR_CSE_FLARE_RED">
|
|
<Original>Red Flare</Original>
|
|
<Spanish>Bengala Roja</Spanish>
|
|
</Key>
|
|
<Key ID="STR_CSE_FLARE_YELLOW">
|
|
<Original>Yellow Flare</Original>
|
|
<Spanish>Bengala Amarilla</Spanish>
|
|
</Key>
|
|
<Key ID="STR_CSE_FLARE_GREEN">
|
|
<Original>Green Flare</Original>
|
|
<Spanish>Bengala Verde</Spanish>
|
|
</Key>
|
|
|
|
|
|
<Key ID="STR_CSE_ROAD_FLARE_WHITE">
|
|
<Original>White Road Flare</Original>
|
|
<Spanish>Bengala de Carretera Blanca</Spanish>
|
|
</Key>
|
|
<Key ID="STR_CSE_ROAD_FLARE_RED">
|
|
<Original>Red Road Flare</Original>
|
|
<Spanish>Bengala de Carretera Roja</Spanish>
|
|
</Key>
|
|
<Key ID="STR_CSE_ROAD_FLARE_YELLOW">
|
|
<Original>Yellow Road Flare</Original>
|
|
<Spanish>Bengala de Carretera Amarilla</Spanish>
|
|
</Key>
|
|
<Key ID="STR_CSE_ROAD_FLARE_GREEN">
|
|
<Original>Green Road Flare</Original>
|
|
<Spanish>Bengala de Carretera Verde</Spanish>
|
|
</Key>
|
|
</Container>
|
|
</Package>
|
|
<Package name="cse_sys_weaponrest">
|
|
<Container ID="Configuration">
|
|
<Key ID="STR_DEPLOY_WEAPON_REST_TTTLE">
|
|
<Original>Rest Weapon/Deploy Bipod</Original>
|
|
<Polish>Oprzyj broń / rozłóż dwójnóg</Polish>
|
|
<Spanish>Apoyar Arma/Desplegar Bípode</Spanish>
|
|
</Key>
|
|
<Key ID="STR_DEPLOY_WEAPON_UNREST_TTTLE">
|
|
<Original>Unrest Weapon/Undeploy Bipod</Original>
|
|
<Spanish>Levantar Arma/Plegar Bípode</Spanish>
|
|
</Key>
|
|
<Key ID="STR_DEPLOY_WEAPON_REST_DESC">
|
|
<Original>Lets the player rest his weapon / deploy the bipod. This is part of the 'Weapon Rest [CSE]' module.</Original>
|
|
<Polish>Pozwala graczowi oprzeć swoją broń / rozłożyć dwójnóg. Jest to część modułu 'Podpieranie broni [CSE]'.</Polish>
|
|
<Spanish>Permite apoyar el arma / desplegar el bípode. Es parte del módulo "Weapon Rest [CSE]".</Spanish>
|
|
</Key>
|
|
<Key ID="STR_DEPLOY_WEAPON_UNREST_DESC">
|
|
<Original>Lets the player unrest his weapon / undeploy the bipod. This is part of the 'Weapon Rest [CSE]' module.</Original>
|
|
<Spanish>Permite levantar el arma / plegar el bípode. Es parte del módulo "Weapon Rest [CSE]".</Spanish>
|
|
|
|
</Key>
|
|
</Container>
|
|
</Package>
|
|
|
|
<Package name="cse_sys_nightvision">
|
|
<Container ID="Configuration">
|
|
<Key ID="STR_INCREASE_NVG_BIRGHTNESS_TITLE">
|
|
<Original>Increase NVG Brightness</Original>
|
|
<Polish>Zwiększ czułość NVG</Polish>
|
|
<Spanish>Aumentar el brillo de la Visión Nocturna</Spanish>
|
|
</Key>
|
|
<Key ID="STR_INCREASE_NVG_BIRGHTNESS_DESC">
|
|
<Original>Allows the player to increase the NVG brightness.</Original>
|
|
<Polish>Pozwala graczowi zwiększyć czułość noktowizji.</Polish>
|
|
<Spanish>Permite al jugador aumentar el brillo de la Visión Nocturna</Spanish>
|
|
</Key>
|
|
<Key ID="STR_DECREASE_NVG_BIRGHTNESS_TITLE">
|
|
<Original>Decrease NVG Brightness</Original>
|
|
<Polish>Zmniejsz czułość NVG</Polish>
|
|
<Spanish>Disminuir el brillo de la Visión Nocturna</Spanish>
|
|
</Key>
|
|
<Key ID="STR_DECREASE_NVG_BIRGHTNESS_DESC">
|
|
<Original>Allows the player to decrease the NVG brightness.</Original>
|
|
<Polish>Pozwala graczowi zmniejszyć czułość noktowizji.</Polish>
|
|
<Spanish>Permite al jugador disminuir el brillo de la Visión Nocturna</Spanish>
|
|
</Key>
|
|
</Container>
|
|
</Package>
|
|
|
|
</Project>
|