Skip to content

Commit

Permalink
Location: Translate to Polish.
Browse files Browse the repository at this point in the history
Localize `values` for new location stack.
  • Loading branch information
SpacingBat3 committed May 31, 2023
1 parent 4e501a2 commit d6a3f37
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions play-services-location/core/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ SPDX-FileCopyrightText: 2023 microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="service_name_location">Lokalizacja</string>
<string name="prefcat_location_apps_title">Ostatni dostęp</string>
<string name="prefcat_location_wifi_title">Lokalizacja oparta na Wi-Fi</string>
<string name="prefcat_location_cell_title">Lokalizacja oparta o sieć mobilną</string>
<string name="pref_location_wifi_mls_enabled_title">Żądaj od usług Mozilly</string>
<string name="pref_location_wifi_mls_enabled_summary">Uzyskaj lokalizację opartą o Wi-Fi poprzez usługę lokalizacji Mozilly.</string>
<string name="pref_location_wifi_moving_enabled_title">Żądaj od punktów dostępowych</string>
<string name="pref_location_wifi_moving_enabled_summary">Ustal lokalizację Wi-Fi bezpośrednio na podstawie wspieranych punktów dostępowych przy połączeniu.</string>
<string name="pref_location_cell_mls_enabled_title">Ządaj od usług Mozilly</string>
<string name="pref_location_cell_mls_enabled_summary">Uzyskaj lokalizację mobile network cell tower locations from Mozilla Location Service.</string>

<string name="fragment_location_apps_title">Aplikacje z dostępem do lokalizacji</string>
<string name="location_app_last_access_at">Ostatni dostęp: <xliff:g example="Yesterday, 02:20 PM">%1$s</xliff:g></string>

<string name="pref_location_app_force_coarse_title">Wymuś przybliżoną lokalizację</string>
<string name="pref_location_app_force_coarse_summary">Zawsze zwracaj przybliżoną lokalizację dla tej aplikacji, niezależnie od jej poziomu uprawnień.</string>
</resources>

0 comments on commit d6a3f37

Please sign in to comment.