summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml
blob: 0d8e9bdc4906ebde6c8e1d7178e90095b22ea0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="mapbox_compassContentDescription">Map compass. Activate to reset the map rotation to North.</string>
    <string name="mapbox_attributionsIconContentDescription">Attribution icon. Activate to show attribution dialog.</string>
    <string name="mapbox_myLocationViewContentDescription">Location View. This shows your location on the map.</string>
    <string name="mapbox_mapActionDescription">Showing a Map created with Mapbox. Scroll by dragging two fingers. Zoom by pinching two fingers.</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_attributionTelemetryPositive">Agree</string>
    <string name="mapbox_attributionTelemetryNegative">Disagree</string>
    <string name="mapbox_attributionTelemetryNeutral">More info</string>
    <string name="mapbox_infoWindowTitle">Title</string>
    <string name="mapbox_infoWindowDescription">Description</string>
    <string name="mapbox_infoWindowAddress">Address</string>

    <!-- these are public -->
    <!-- Using one of these constants means your map style will always use the latest version and
     may change as we improve the style. -->
    <string name="mapbox_style_mapbox_streets">mapbox://styles/mapbox/streets-v9</string>
    <string name="mapbox_style_outdoors">mapbox://styles/mapbox/outdoors-v9</string>
    <string name="mapbox_style_light">mapbox://styles/mapbox/light-v9</string>
    <string name="mapbox_style_dark">mapbox://styles/mapbox/dark-v9</string>
    <string name="mapbox_style_satellite">mapbox://styles/mapbox/satellite-v9</string>
    <string name="mapbox_style_satellite_streets">mapbox://styles/mapbox/satellite-streets-v9</string>
</resources>