mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-18 00:45:45 +00:00
39 lines
2.1 KiB
XML
39 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
<!-- Settings/Downloader - size string, only strings different from English should be translated -->
|
||
<string name="mb">MB</string>
|
||
<!-- A text for current gps location point/arrow selected on the map -->
|
||
<string name="core_my_position">Ünvanım</string>
|
||
<!-- Default bookmark list name -->
|
||
<string name="core_my_places">Yerlərim</string>
|
||
<!-- Internal storage type in Maps Storage settings (not accessible by the user) -->
|
||
<string name="maps_storage_internal">Daxili xüsusi saxlama</string>
|
||
<!-- Shared storage type in Maps Storage settings (a primary storage usually) -->
|
||
<string name="maps_storage_shared">Daxili paylaşılan yaddaş</string>
|
||
<!-- Removable external storage type in Maps Storage settings, e.g. an SD card -->
|
||
<string name="maps_storage_removable">SD kart</string>
|
||
<!-- Generic external storage type in Maps Storage settings -->
|
||
<string name="maps_storage_external">Xarici paylaşılan yaddaş</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">Poçt kodu</string>
|
||
<!-- Place Page title for long tap -->
|
||
<string name="core_placepage_unknown_place">Xəritə Nöqtəsi</string>
|
||
<!-- abbreviation for meters -->
|
||
<string name="m">m</string>
|
||
<!-- abbreviation for kilometers -->
|
||
<string name="km">km</string>
|
||
<!-- abbreviation for mile(s) -->
|
||
<string name="mi">mil</string>
|
||
<!-- A unit of measure -->
|
||
<string name="ft">Addım</string>
|
||
<!-- Subway exits for public transport marks on the map -->
|
||
<string name="core_exit">Çıx</string>
|
||
<string name="core_entrance">Giriş</string>
|
||
<string name="subway_data_unavailable">Metro xəritəsi mövcud deyil</string>
|
||
<string name="public_access">Ictimai çıxış</string>
|
||
<string name="limited_access">Məhdud giriş</string>
|
||
<string name="not_shared">Gizli</string>
|
||
<string name="access_rules_author_only">Onlayn redaktə</string>
|
||
</resources>
|