Rotating ring modeled after the watch Controls menu: UP/DOWN spin,
START/STOP selects. Selection point sits at −30° (≈ 2 o'clock) so it
lines up with the physical enter button on 5-button round Garmins.
Icons are rasterized at 80×80 with automaticPalette="false" and
scaled via drawBitmap2 to stay crisp at any display resolution. Long
German compounds ("Einsatzbeginn", "Beweismittel", "Letzten löschen")
wrap to two lines via a Config array so the center label never
overlaps the surrounding icons. Selected index is persisted in
Application.Storage and restored on next launch.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
691 B
XML
19 lines
691 B
XML
<strings>
|
|
<string id="AppName">Einsatzprotokoll</string>
|
|
|
|
<!-- Loading / result screens -->
|
|
<string id="loading_gps">Standort wird bestimmt</string>
|
|
<string id="error_gps">Standort konnte nicht bestimmt werden</string>
|
|
<string id="error_generic">Fehler beim Speichern</string>
|
|
|
|
<!-- History -->
|
|
<string id="history_empty">Keine Einträge</string>
|
|
<string id="history_loading_address">Adresse wird geladen…</string>
|
|
<string id="history_no_phone">Verbinde Handy für Adresse</string>
|
|
|
|
<!-- Delete -->
|
|
<string id="delete_hold">Halten zum Löschen</string>
|
|
|
|
<!-- Glance -->
|
|
<string id="glance_no_entries">Keine Einträge</string>
|
|
</strings>
|