mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
f73b6b1aad
- Add the possibility of switching between headphones or speaker - Move detector actions to their own submenu
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="MineDetector">
|
|
<Key ID="STR_ACE_MineDetector_VMM3_Description">
|
|
<English>Metal detector</English>
|
|
<French>Détecteur de métaux</French>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_MetalDetector">
|
|
<English>Metal detector</English>
|
|
<French>Détecteur de métaux</French>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_ActivateDetector">
|
|
<English>Activate</English>
|
|
<French>Activer</French>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_DeactivateDetector">
|
|
<English>Deactivate</English>
|
|
<French>Désactiver</French>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_ConnectHeadphones">
|
|
<English>Connect Headphones</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_DisconnectHeadphones">
|
|
<English>Disconnect Headphones</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_HeadphonesConnected">
|
|
<English>Headphones Connected</English>
|
|
</Key>
|
|
<Key ID="STR_ACE_MineDetector_HeadphonesDisconnected">
|
|
<English>Headphones Disconnected</English>
|
|
</Key>
|
|
</Package>
|
|
</Project> |