<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="geofence_not_available" translatable="false">Geofence service is not available now</string>
    <string name="geofence_too_many_geofences" translatable="false">Your app has registered too many geofences</string>
    <string name="geofence_too_many_pending_intents" translatable="false">
        You have provided too many PendingIntents to the addGeofences() call
    </string>
    <string name="unknown_geofence_error" translatable="false">
        Unknown error: the Geofence service is not available now
    </string>
</resources>