ACE3/addons/quickmount/stringtable.xml
James Kingsley 4872e186cd Vehicle quick mount (#4931)
* 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
2017-06-02 16:51:07 -05:00

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>