UnifiedNlp/res/values/strings.xml
mar-v-in aa49009a78 Revamp configuration UI, handle preferences the android way
- Icon's are no longer shown in settings
- It's now possible to define a summary and an about activity (useful to fulfill license requirements)
2014-12-26 16:20:38 +01:00

20 lines
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="nlp_app_name">µg UnifiedNlp</string>
<string name="nlp_settings_label">µg UnifiedNlp Settings</string>
<string name="add_backend">Add backend</string>
<string name="configure_location_backends">Configure location backends</string>
<string name="configure_geocoder_backends">Configure geocoder backends</string>
<string name="network_location">Network-based Geolocation</string>
<string name="geocoding">(Reverse) Geocoding</string>
<string name="configure_backends">Configure backends</string>
<string name="configure_location_backends_summary">
Enable, disable and configure backends for network based geolocation.
</string>
<string name="configure_geocoder_backends_summary">
Enable, disable and configure backends for (reverse) geocoding.
</string>
<string name="pref_location_backends">location_backends</string>
<string name="pref_geocoder_backends">geocoder_backends</string>
</resources>