|
|
|
|
<resources>
|
|
|
|
|
<string name="app_name">HMG Patient App</string>
|
|
|
|
|
|
|
|
|
|
<string name="geofence_unknown_error">
|
|
|
|
|
Unknown error: the Geofence service is not available now.
|
|
|
|
|
</string>
|
|
|
|
|
<string name="geofence_not_available">
|
|
|
|
|
Geofence service is not available now. Go to Settings>Location>Mode and choose High accuracy.
|
|
|
|
|
</string>
|
|
|
|
|
<string name="geofence_too_many_geofences">
|
|
|
|
|
Your app has registered too many geofences.
|
|
|
|
|
</string>
|
|
|
|
|
<string name="geofence_too_many_pending_intents">
|
|
|
|
|
You have provided too many PendingIntents to the addGeofences() call.
|
|
|
|
|
</string>
|
|
|
|
|
<string name="GEOFENCE_INSUFFICIENT_LOCATION_PERMISSION">
|
|
|
|
|
App do not have permission to access location service.
|
|
|
|
|
</string>
|
|
|
|
|
<string name="GEOFENCE_REQUEST_TOO_FREQUENT">
|
|
|
|
|
Geofence requests happened too frequently.
|
|
|
|
|
</string>
|
|
|
|
|
<string name="mapbox_access_token" translatable="false">sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg</string>
|
|
|
|
|
</resources>
|