mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: codebergian42 <codebergian42@noreply.codeberg.org> Co-authored-by: ikanakova <ikanakova@noreply.codeberg.org> Co-authored-by: omarhassan <omarhassan@noreply.codeberg.org> Co-authored-by: ovl-005 <ovl-005@noreply.codeberg.org> Co-authored-by: strebski <strebski@noreply.codeberg.org> Co-authored-by: summoner <summoner@noreply.codeberg.org> Co-authored-by: summoner001 <summoner@disroot.org> Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org> Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Android UI Strings (SDK) Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/Search synonyms / aliases Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS UI Strings
48 lines
2.5 KiB
XML
48 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- A text for current gps location point/arrow selected on the map -->
|
|
<string name="core_my_position">Moje położenie</string>
|
|
<!-- Default bookmark list name -->
|
|
<string name="core_my_places">Moje miejsca</string>
|
|
<!-- Internal storage type in Maps Storage settings (not accessible by the user) -->
|
|
<string name="maps_storage_internal">Wewnętrzna pamięć prywatna</string>
|
|
<!-- Shared storage type in Maps Storage settings (a primary storage usually) -->
|
|
<string name="maps_storage_shared">Wewnętrzna pamięć współdzielona</string>
|
|
<!-- Removable external storage type in Maps Storage settings, e.g. an SD card -->
|
|
<string name="maps_storage_removable">Karta SD</string>
|
|
<!-- Generic external storage type in Maps Storage settings -->
|
|
<string name="maps_storage_external">Zewnętrzna pamięć współdzielona</string>
|
|
<!-- Search category for WiFi access; any changes should be duplicated in categories.txt @category_wifi! -->
|
|
<string name="category_wifi">WiFi</string>
|
|
<string name="postal_code">Kod pocztowy</string>
|
|
<!-- Place Page title for long tap -->
|
|
<string name="core_placepage_unknown_place">Punkt mapy</string>
|
|
<!-- abbreviation for meters -->
|
|
<string name="m">m</string>
|
|
<!-- abbreviation for kilometers -->
|
|
<string name="km">km</string>
|
|
<!-- abbreviation for mile(s) -->
|
|
<string name="mi">mi</string>
|
|
<!-- A unit of measure -->
|
|
<string name="ft">ft</string>
|
|
<!-- Subway exits for public transport marks on the map -->
|
|
<string name="core_exit">Wyjście</string>
|
|
<string name="core_entrance">Wejście</string>
|
|
<string name="subway_data_unavailable">Mapa metra jest niedostępna</string>
|
|
<string name="public_access">Dostęp publiczny</string>
|
|
<string name="limited_access">Dostęp prywatny</string>
|
|
<string name="not_shared">Osobisty</string>
|
|
<string name="access_rules_author_only">Edytowane online</string>
|
|
<string name="mb">MB</string>
|
|
<string name="gb">GB</string>
|
|
<string name="today">Dzisiaj</string>
|
|
<string name="yesterday">Wczoraj</string>
|
|
<string name="days_ago">%s dni temu</string>
|
|
<string name="week_ago">%s tydzień temu</string>
|
|
<string name="weeks_ago">%s tygodni temu</string>
|
|
<string name="month_ago">%s miesiąc temu</string>
|
|
<string name="months_ago">%s miesięcy temu</string>
|
|
<string name="year_ago">%s rok temu</string>
|
|
<string name="years_ago">%s lat temu</string>
|
|
</resources>
|