mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
47 lines
1.3 KiB
XML
47 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project name="ACE">
|
||
|
<Package name="Units">
|
||
|
<Key ID="STR_ACE_Units_Module_DisplayName">
|
||
|
<English>Units</English>
|
||
|
</Key>
|
||
|
|
||
|
<Key ID="STR_ACE_Units_Speed_DisplayName">
|
||
|
<English>Speed</English>
|
||
|
</Key>
|
||
|
<Key ID="STR_ACE_Units_Speed_Description">
|
||
|
<English>Units used to display Speed</English>
|
||
|
</Key>
|
||
|
|
||
|
<Key ID="STR_ACE_Units_Alt_DisplayName">
|
||
|
<English>Altitude</English>
|
||
|
</Key>
|
||
|
<Key ID="STR_ACE_Units_Alt_Description">
|
||
|
<English>Units used to display Altitude</English>
|
||
|
</Key>
|
||
|
|
||
|
<Key ID="STR_ACE_Units_Land_DisplayName">
|
||
|
<English>Land Vehicles</English>
|
||
|
</Key>
|
||
|
|
||
|
<Key ID="STR_ACE_Units_Speed_KMH">
|
||
|
<English>km/h</English>
|
||
|
</Key>
|
||
|
<Key ID="STR_ACE_Units_Speed_MPH">
|
||
|
<English>mph</English>
|
||
|
</Key>
|
||
|
<Key ID="STR_ACE_Units_Speed_KNOT">
|
||
|
<English>kn</English>
|
||
|
</Key>
|
||
|
<Key ID="STR_ACE_Units_Speed_MS">
|
||
|
<English>m/s</English>
|
||
|
</Key>
|
||
|
|
||
|
<Key ID="STR_ACE_Units_Alt_M">
|
||
|
<English>Meters</English>
|
||
|
</Key>
|
||
|
<Key ID="STR_ACE_Units_Alt_F">
|
||
|
<English>Feet</English>
|
||
|
</Key>
|
||
|
</Package>
|
||
|
</Project>
|