-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localize `values` for new location stack.
- Loading branch information
1 parent
4e501a2
commit d6a3f37
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
play-services-location/core/src/main/res/values-pl/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |