mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
d6faac5881
* Initial IR flashlight tests * More experiments * Rewrite using engine IR lights * Rework ranges, fix bugs, add docs * Fix uncommented DISABLE_COMPILE_CACHE Co-authored-by: jonpas <jonpas33@gmail.com> * Markdown fixes Co-authored-by: jonpas <jonpas33@gmail.com> * Markdown fixes Co-authored-by: jonpas <jonpas33@gmail.com> * Markdown fixes Co-authored-by: jonpas <jonpas33@gmail.com> * Markdown fixes Co-authored-by: jonpas <jonpas33@gmail.com> * Markdown fixes Co-authored-by: jonpas <jonpas33@gmail.com> * Use baseWeapon instead of custom property * Add baseWeapon to SPIR --------- Co-authored-by: jonpas <jonpas33@gmail.com>
62 lines
2.7 KiB
XML
62 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="IRLight">
|
|
<Key ID="STR_ACE_IRLight_DBAL_A3_Red">
|
|
<English>DBAL-A3 (red)</English>
|
|
<German>DBAL-A3 (rot)</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_DBAL_A3_Green">
|
|
<English>DBAL-A3 (green)</English>
|
|
<German>DBAL-A3 (grün)</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_DBAL_A3_DescriptionUse">
|
|
<English><t color='#9cf953'>Use: </t>Turn Laser ON/OFF<br>Double click to switch mode</English>
|
|
<German><t color='#9cf953'>Benutzen: </t>Laser EIN/AUS<br>Doppelklick um Modus zu wechseln</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_DBAL_A3_DescriptionShort">
|
|
<English>Dual Beam Aiming Laser</English>
|
|
<German>Doppelstrahllaservisier</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_VisiblePointer">
|
|
<English>Visible Laser</English>
|
|
<German>Sichtbarer Laser</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_IRPointer">
|
|
<English>IR Laser</English>
|
|
<German>IR-Laser</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_IRIlluminator">
|
|
<English>IR Illuminator</English>
|
|
<German>IR-Taschenlampe</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_IRDual">
|
|
<English>IR Laser and Illuminator</English>
|
|
<German>IR-Laser und -Licht</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_Wide">
|
|
<English>Wide Beam</English>
|
|
<German>Breiter Lichtstrahl</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_Medium">
|
|
<English>Medium Beam</English>
|
|
<German>Mittlerer Lichtstrahl</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_Mode_Narrow">
|
|
<English>Narrow Beam</English>
|
|
<German>Schmaler Lichtstrahl</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_SPIR_DescriptionUse">
|
|
<English><t color='#9cf953'>Use: </t>Turn Light ON/OFF<br>Double click to switch mode</English>
|
|
<German><t color='#9cf953'>Benutzen: </t>Licht EIN/AUS<br>Doppelklick um Modus zu wechseln</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_SPIR_DescriptionShort">
|
|
<English>Special Purpose IR LED Illuminator</English>
|
|
<German>Infrarot LED Taschenlampe</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_IRLight_MomentarySwitch">
|
|
<English>Illuminator / Laser Momentary Switch</English>
|
|
<German>Licht / Laser Tastschalter</German>
|
|
</Key>
|
|
</Package>
|
|
</Project>
|