mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-01 05:02:34 +00:00
29 lines
1003 B
XML
29 lines
1003 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 & Someone0nEarth, 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>
|
|
<string id="ExitViewTouch">Zum Beenden nach rechts swipen\nZum Bleiben antippen</string>
|
|
<string id="ExitViewButtons">Drücke „Zurück“, um zu Beenden.\n„Enter“, um zu bleiben</string>
|
|
<string id="FetchingMenuConfig">Lade Config vom Server ... </string>
|
|
</strings>
|