[android] Add offline explanation on download dialog

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-13 18:55:50 +02:00
committed by jeanbaptisteC
parent bdde42ce4e
commit f9a0dd1cb2
3 changed files with 45 additions and 0 deletions

View File

@@ -932,4 +932,6 @@
<string name="unknown_count">unknown</string>
<string name="error_value_must_be_positive">The value must be positive</string>
<string name="error_invalid_number">Invalid number</string>
<string name="offline_explanation_title">Offline Maps</string>
<string name="offline_explanation_text">A map needs to be downloaded to view and navigate the area.\nDownload maps for areas you want to travel.</string>
</resources>