UnifiedNlp/unifiednlp-base/src/main/res/values/strings.xml
2017-06-13 00:05:23 +02:00

72 lines
4.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2013-2017 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources>
<string name="nlp_app_name">UnifiedNlp</string>
<string name="nlp_settings_label">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 address lookup backends</string>
<string name="network_location">Network-based Geolocation</string>
<string name="geocoding">Address lookup</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 address lookup.
</string>
<string name="perm_force_coarse_location_label">enforce approximate location</string>
<string name="perm_force_coarse_location_desc">Force the network-based location provider to report a certain location</string>
<string name="pref_location_backends" translatable="false">location_backends</string>
<string name="pref_geocoder_backends" translatable="false">geocoder_backends</string>
<string name="self_check_cat_nlpcompat">Network location provider support</string>
<string name="self_check_name_system_supported">Android version supported:</string>
<string name="self_check_resolution_system_supported">Your Android version is not officially supported. This does not necessarily mean anything.</string>
<string name="self_check_name_nlp_package_name">System supports location provider:</string>
<string name="self_check_resolution_nlp_package_name">Your system does not support this UnifiedNlp package. Either install a matching package or a compatibility Xposed module.</string>
<string name="self_check_cat_nlp_status">UnifiedNlp status</string>
<string name="self_check_name_nlp_bound">UnifiedNlp is registered in system:</string>
<string name="self_check_resolution_nlp_bound">The system did not bind the UnifiedNlp service. If you just installed UnifiedNlp you should try to reboot this device.</string>
<string name="self_check_name_nlp_setup">Location backend(s) set up:</string>
<string name="self_check_resolution_nlp_setup">Install and configure a UnifiedNlp location backend to use network-based geolocation.</string>
<string name="self_check_name_last_location">UnifiedNlp has known location:</string>
<string name="self_check_resolution_last_location">UnifiedNlp has no last known location. This will cause some apps to fail.</string>
<string name="self_check_name_nlp_is_providing">UnifiedNlp provides location updates:</string>
<string name="self_check_resolution_nlp_is_providing">No UnifiedNlp location was provided by the system within 10 seconds.</string>
<string name="self_check_name_network_enabled">Network-based location enabled:</string>
<string name="self_check_resolution_network_enabled">You either disabled network-based location (in system settings) or the system is not supported.</string>
<string name="self_check_loc_perm_missing">Location permission not yet granted</string>
<string name="prefcat_about">About</string>
<string name="pref_about_title">About microG UnifiedNlp</string>
<string name="pref_about_summary">Version information and used libraries</string>
<string name="nlp_version_default">for default systems without GAPPS</string>
<string name="nlp_version_legacy">for legacy systems without GAPPS</string>
<string name="nlp_version_custom">for custom systems</string>
<string name="self_check_geocoder_no_location">UnifiedNlp do not have Location to test Geocoder</string>
<string name="self_check_geocoder_verify_backend">Please verify your location Backend</string>
<string name="self_check_name_nlp_geocoder_is_providing_addresses">Geocoder provides address resolution from location:</string>
<string name="self_check_resolution_nlp_geocoder_no_address">Geocoder did not provide address resolution. Please install and configure an address lookup Backend.</string>
<string name="self_check_resolution_nlp_geocoder_no_address_timeout">Geocoder did not provide address resolution within 10 seconds.</string>
</resources>