mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-04-30 04:32:26 +00:00
Changed `<string id="Menu">Menu</string>` to `<string id="GlanceMenu">Menu</string>`. A trivial fix so bypassing reviews.
25 lines
632 B
XML
25 lines
632 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
|
|
Distributed under MIT Licence
|
|
See https://github.com/house-of-abbey/GarminHomeAssistantWidget/blob/main/LICENSE.
|
|
|
|
|
|
GarminHomeAssistantWidget is a Garmin IQ widget written in Monkey C. The source code is provided at:
|
|
https://github.com/house-of-abbey/GarminHomeAssistantWidget.
|
|
|
|
P A Abbey & J D Abbey & Someone0nEarth, 15 April 2024
|
|
|
|
-->
|
|
|
|
<!--
|
|
Corrections for the Czech language
|
|
Opravy pro český jazyk
|
|
-->
|
|
|
|
<strings>
|
|
<string id="Confirm">Určitě?</string>
|
|
<string id="Available">Dostupné</string>
|
|
<string id="GlanceMenu">Menu</string>
|
|
</strings>
|