summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml
blob: f852c305b2fb4e23b68e15314d7acfd4d7715fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="mapbox_compassContentDescription">Map compass. Click to reset the map rotation to North.</string>
    <string name="mapbox_attributionsIconContentDescription">Attribution icon. Click to show attribution dialog.</string>
    <string name="mapbox_attributionsDialogTitle">Mapbox Android SDK</string>
    <string name="mapbox_attributionTelemetryTitle">Make Mapbox Maps Better</string>
    <string name="mapbox_attributionTelemetryMessage">You are helping to make OpenStreetMap and Mapbox maps better by contributing anonymous usage data.</string>
    <string name="mapbox_mapboxIconContentDescription">The Mapbox logo.</string>
    <string name="mapbox_infoWindowTitle">Title</string>
    <string name="mapbox_infoWindowDescription">Description</string>
    <string name="mapbox_infoWindowAddress">Address</string>

    <!-- these are public -->
    <string name="mapbox_style_mapbox_streets">mapbox://styles/mapbox/streets-v8</string>
    <string name="mapbox_style_emerald">mapbox://styles/mapbox/emerald-v8</string>
    <string name="mapbox_style_light">mapbox://styles/mapbox/light-v8</string>
    <string name="mapbox_style_dark">mapbox://styles/mapbox/dark-v8</string>
    <string name="mapbox_style_satellite">mapbox://styles/mapbox/satellite-v8</string>
    <string name="mapbox_style_satellite_streets">mapbox://styles/mapbox/satellite-hybrid-v8</string>
</resources>