mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 20:52:27 +00:00
26 lines
735 B
XML
26 lines
735 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
|
|
Distributed under MIT Licence
|
|
See https://github.com/house-of-abbey/GarminHomeAssistant/blob/main/LICENSE.
|
|
|
|
|
|
GarminHomeAssistant is a Garmin IQ application written in Monkey C and routinely
|
|
tested on a Venu 2 device. The source code is provided at:
|
|
https://github.com/house-of-abbey/GarminHomeAssistant.
|
|
|
|
P A Abbey & J D Abbey & SomeoneOnEarth, 14 November 2023
|
|
|
|
-->
|
|
|
|
<!--
|
|
Corrections for the German language
|
|
Korrekturen für die deutsche Sprache
|
|
-->
|
|
|
|
<strings>
|
|
<string id="MenuItemTap">Antippen</string>
|
|
<string id="MenuItemMenu">Menü</string>
|
|
<string id="UnhandledHttpErr">Die HTTP-Anfrage gab folgenden Fehlercode zurück = </string>
|
|
</strings>
|