UnifiedNlp/unifiednlp-base/src/main/res/values-pl/strings.xml
2016-04-19 01:37:44 +02:00

35 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2013-2016 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">Ustawienia UnifiedNlp</string>
<string name="add_backend">Dodaj usługę</string>
<string name="configure_location_backends">Konfiguruj usługi lokalizacyjne</string>
<string name="configure_geocoder_backends">Konfiguruj usługi wyszukiwania adresów</string>
<string name="network_location">Geolokalizacja oparta o sieć</string>
<string name="geocoding">Wyszukiwanie adresów</string>
<string name="configure_backends">Konfiguruj usługi</string>
<string name="configure_location_backends_summary">
Włącz, wyłącz i skonfiguruj usługi geolokalizacji opartej o sieć.
</string>
<string name="configure_geocoder_backends_summary">
Włącz, wyłącz i skonfiguruj usługi wyszukiwania adresów.
</string>
<string name="perm_force_coarse_location_label">wymuś przybliżoną lokalizację</string>
<string name="perm_force_coarse_location_desc">Wymuś rapotowanie przez dostawcę lokalizacji opartej o sieć</string>
</resources>