mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 12:42:27 +00:00
26 lines
758 B
XML
26 lines
758 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 French language
|
|
Corrections pour la langue française
|
|
-->
|
|
|
|
<strings>
|
|
<string id="MenuItemOn">Activé</string>
|
|
<string id="MenuItemTap">Clic</string>
|
|
<string id="ApiFlood">Appels API trop rapide. Veuillez signaler cette erreur avec les détails de l'appareil.</string>
|
|
</strings>
|