mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
4872e186cd
* Add quickmount files from ACEX * Rename to ACE3, Streamline, Use clientInit * Rename functions to ACE3, Fix crew getting * Fix enabled text * Fix texts * Remove spaces * Rework seat search
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="QuickMount">
|
|
<Key ID="STR_ACE_QuickMount_Category">
|
|
<English>Quick Mount</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_KeybindName">
|
|
<English>Vehicle quick mount</English>
|
|
<German>Fahrzeug schnell montieren</German>
|
|
<Polish>Pojazd szybkie mocowanie</Polish>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_KeybindDescription">
|
|
<English>Quickly enter the vehicle you are directly looking at.</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_VehicleFull">
|
|
<English>Vehicle Full</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_Distance">
|
|
<English>Distance</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_DistanceDescription">
|
|
<English>Maximum distance to check for vehicles.</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_VehicleLocked">
|
|
<English>Vehicle Locked</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_Speed">
|
|
<English>Maximum Speed (km/h)</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_SpeedDescription">
|
|
<English>Maximum vehicle speed (km/h) allowed for player entry</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_Priority">
|
|
<English>Prioritize Seat</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_QuickMount_PriorityDescription">
|
|
<English>Seat priority on entry</English>
|
|
</Key>
|
|
</Package>
|
|
</Project>
|