ACE3/addons/irlight/stringtable.xml
BaerMitUmlaut d6faac5881
Add IR Flashlights (#6563)
* 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>
2023-09-17 09:32:39 +02:00

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>&lt;t color='#9cf953'&gt;Use: &lt;/t&gt;Turn Laser ON/OFF&lt;br&gt;Double click to switch mode</English>
<German>&lt;t color='#9cf953'&gt;Benutzen: &lt;/t&gt;Laser EIN/AUS&lt;br&gt;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>&lt;t color='#9cf953'&gt;Use: &lt;/t&gt;Turn Light ON/OFF&lt;br&gt;Double click to switch mode</English>
<German>&lt;t color='#9cf953'&gt;Benutzen: &lt;/t&gt;Licht EIN/AUS&lt;br&gt;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>