mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43:46 +00:00
[android][sdk] Move strings to sdk follow-up
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
<string name="kilometres">Kilometry</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Mile</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Moje położenie</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Później</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
@@ -75,8 +73,6 @@
|
||||
<string name="bookmarks">Zakładki</string>
|
||||
<!-- "Bookmarks and Tracks" dialog title, also sync it with iphone/plist.txt -->
|
||||
<string name="bookmarks_and_tracks">Zakładki i trasy</string>
|
||||
<!-- Default bookmark list name -->
|
||||
<string name="core_my_places">Moje miejsca</string>
|
||||
<!-- Add bookmark dialog - bookmark name -->
|
||||
<string name="name">Nazwa</string>
|
||||
<!-- Editor title above street and house number, duplicates [type.building.address] in types_strings.txt -->
|
||||
@@ -91,14 +87,6 @@
|
||||
<string name="maps_storage_summary">Wybierz folder, do którego pobrać mapy.</string>
|
||||
<!-- E.g. "Downloaded maps: 500Mb" in Maps Storage settings -->
|
||||
<string name="maps_storage_downloaded">Mapy</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>
|
||||
<!-- Free space out of total storage size in Maps Storage settings, e.g. "300 MB free of 2 GB" -->
|
||||
<string name="maps_storage_free_size">%1$s wolne z %2$s</string>
|
||||
<!-- Question dialog for transferring maps from one storage to another -->
|
||||
@@ -150,8 +138,6 @@
|
||||
<string name="category_post">Poczta</string>
|
||||
<!-- Search category for police; any changes should be duplicated in categories.txt @category_police! -->
|
||||
<string name="category_police">Policja</string>
|
||||
<!-- Search category for WiFi access; any changes should be duplicated in categories.txt @category_wifi! -->
|
||||
<string name="category_wifi">WiFi</string>
|
||||
<!-- Search category for recycling; any changes should be duplicated in categories.txt @category_recycling! -->
|
||||
<string name="category_recycling">Recykling</string>
|
||||
<!-- Search category for water; any changes should be duplicated in categories.txt @category_water! also used to sort bookmarks by type -->
|
||||
@@ -459,7 +445,6 @@
|
||||
<string name="empty_street_name_error">Proszę wpisz nazwę ulicy</string>
|
||||
<string name="choose_language">Wybierz język</string>
|
||||
<string name="choose_street">Wybierz ulicę</string>
|
||||
<string name="postal_code">Kod pocztowy</string>
|
||||
<string name="cuisine">Kuchnia</string>
|
||||
<string name="select_cuisine">Wybierz kuchnię</string>
|
||||
<!-- login text field -->
|
||||
@@ -500,8 +485,6 @@
|
||||
<string name="error_enter_correct_storey_number">Liczba kondygnacji nie może przekraczać %d</string>
|
||||
<string name="editor_zip_code">Kod pocztowy</string>
|
||||
<string name="error_enter_correct_zip_code">Podaj prawidłowy kod pocztowy</string>
|
||||
<!-- Place Page title for long tap -->
|
||||
<string name="core_placepage_unknown_place">Punkt mapy</string>
|
||||
<!-- Title for OSM note section in the editor -->
|
||||
<string name="editor_other_info">Uwaga dla wolontariuszy OpenStreetMap (opcjonalnie)</string>
|
||||
<!-- Hint of the input field in the OSM note section of the editor -->
|
||||
@@ -519,16 +502,8 @@
|
||||
<string name="downloader_no_downloaded_maps_title">Nie pobrano żadnych map</string>
|
||||
<string name="downloader_no_downloaded_maps_message">Aby znajdować miejsca i nawigować bez połączenia z internetem, musisz pobrać mapy.</string>
|
||||
<string name="current_location_unknown_error_title">Aktualna lokalizacja jest nieznana.</string>
|
||||
<!-- abbreviation for meters -->
|
||||
<string name="m">m</string>
|
||||
<!-- abbreviation for kilometers -->
|
||||
<string name="km">km</string>
|
||||
<!-- abbreviation for kilometers per hour -->
|
||||
<string name="kilometers_per_hour">km/h</string>
|
||||
<!-- abbreviation for mile(s) -->
|
||||
<string name="mi">mi</string>
|
||||
<!-- A unit of measure -->
|
||||
<string name="ft">ft</string>
|
||||
<string name="miles_per_hour">mph</string>
|
||||
<string name="hour">godz</string>
|
||||
<string name="minute">min</string>
|
||||
@@ -587,8 +562,6 @@
|
||||
<string name="prefs_languages_information_off_link">Aby uzyskać więcej informacji, spójrz na ten poradnik.</string>
|
||||
<string name="transliteration_title">Transkrypcja na alfabet łaciński</string>
|
||||
<string name="learn_more">Dowiedz się więcej</string>
|
||||
<!-- Subway exits for public transport marks on the map -->
|
||||
<string name="core_exit">Wyjście</string>
|
||||
<!-- User selected the destination by pressing Route To, but the current position is unknown. User needs to select a starting point of a route using search or by tapping on the map and then pressing "Route From". -->
|
||||
<string name="routing_add_start_point">Użyj funkcji wyszukiwania lub dotknij mapy, aby dodać punkt początkowy trasy</string>
|
||||
<!-- User selected the start of a route by pressing Route From. Now the destination of a route should be selected using search or by tapping on the map and then pressing "Route To". -->
|
||||
@@ -600,7 +573,6 @@
|
||||
<string name="dialog_error_storage_title">Problem z dostępem do pamięci masowej</string>
|
||||
<string name="dialog_error_storage_message">Zewnętrzny nośnik pamięci masowej jest niedostępny. Prawdopodobnie usunięto lub uszkodzono kartę SD bądź jej system plików służy tylko do odczytu. Zweryfikuj to i skontaktuj się z nami pod adresem support@comaps.app</string>
|
||||
<string name="setting_emulate_bad_storage">Emuluj wadliwą pamięć masową</string>
|
||||
<string name="core_entrance">Wejście</string>
|
||||
<string name="error_enter_correct_name">Wprowadź poprawną nazwę</string>
|
||||
<string name="bookmark_lists">Listy</string>
|
||||
<!-- Do not display all bookmark lists on the map -->
|
||||
@@ -646,16 +618,12 @@
|
||||
<string name="button_layer_traffic">Ruch drogowy</string>
|
||||
<string name="subway">Metro</string>
|
||||
<string name="layers_title">Style i warstwy mapy</string>
|
||||
<string name="subway_data_unavailable">Mapa metra jest niedostępna</string>
|
||||
<string name="bookmarks_empty_list_title">Lista jest pusta</string>
|
||||
<string name="bookmarks_empty_list_message">Aby dodać zakładkę, stuknij miejsce na mapie, a następnie ikonę gwiazdki</string>
|
||||
<string name="category_desc_more">…więcej</string>
|
||||
<string name="export_file">Eksportuj KMZ</string>
|
||||
<string name="export_file_gpx">Eksport GPX</string>
|
||||
<string name="delete_list">Usuń listę</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="speedcams_alert_title">Fotoradary</string>
|
||||
<string name="place_description_title">Opis miejsca</string>
|
||||
<!-- this text will be shown in application notification preferences opposite checkbox which enable/disable downloader notifications. Devices on Android 8+ are affected. -->
|
||||
@@ -672,7 +640,6 @@
|
||||
<string name="power_managment_setting_auto">Automatycznie</string>
|
||||
<string name="power_managment_setting_manual_max">Maksymalna oszczędność energii</string>
|
||||
<string name="enable_logging_warning_message">Ta opcja zostaje włączona do zbierania danych działań w celach diagnostycznych. Pomaga to zespołowi zidentyfikować problemy z aplikacją. Włączaj opcję tylko na żądanie wsparcia technicznego CoMaps.</string>
|
||||
<string name="access_rules_author_only">Edytowane online</string>
|
||||
<string name="driving_options_title">Ustawienia nawigacji</string>
|
||||
<!-- Recommended length for CarPlay and Android Auto is around 25-27 characters -->
|
||||
<string name="avoid_tolls">Unikaj płatnych dróg</string>
|
||||
@@ -868,7 +835,6 @@
|
||||
<string name="level_value_generic">Piętro: %s</string>
|
||||
<string name="github">GitHub</string>
|
||||
<string name="editor_line_social_network">LINE</string>
|
||||
<string name="mb">MB</string>
|
||||
<string name="mastodon">Mastodon</string>
|
||||
<string name="facebook">Facebook</string>
|
||||
<string name="instagram">Instagram</string>
|
||||
@@ -876,7 +842,6 @@
|
||||
<string name="openstreetmap">OpenStreetMap</string>
|
||||
<string name="instagram_url">https://www.instagram.com/comaps.app/</string>
|
||||
<string name="comma_separated_pair">%1$s, %2$s</string>
|
||||
<string name="gb">GB</string>
|
||||
<string name="wikimedia_commons">Wikimedia Commons</string>
|
||||
<string name="telegram_url">https://t.me/CoMapsApp/</string>
|
||||
<string name="matrix">[Matrix]</string>
|
||||
|
||||
Reference in New Issue
Block a user