mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +00:00
40 lines
2.1 KiB
XML
40 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">Min posisjon</string>
|
|
<!-- Default bookmark list name -->
|
|
<string name="core_my_places">Mine steder</string>
|
|
<!-- Internal storage type in Maps Storage settings (not accessible by the user) -->
|
|
<string name="maps_storage_internal">Intern privat lagring</string>
|
|
<!-- Shared storage type in Maps Storage settings (a primary storage usually) -->
|
|
<string name="maps_storage_shared">Intern delt lagring</string>
|
|
<!-- Removable external storage type in Maps Storage settings, e.g. an SD card -->
|
|
<string name="maps_storage_removable">SD-kort</string>
|
|
<!-- Generic external storage type in Maps Storage settings -->
|
|
<string name="maps_storage_external">Ekstern delt lagring</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">Postnummer</string>
|
|
<!-- Place Page title for long tap -->
|
|
<string name="core_placepage_unknown_place">Kartpunkt</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">fot</string>
|
|
<!-- Subway exits for public transport marks on the map -->
|
|
<string name="core_exit">Avslutt</string>
|
|
<string name="core_entrance">Inngang</string>
|
|
<string name="subway_data_unavailable">T-banekart er utilgjengelig</string>
|
|
<string name="public_access">Offentlig tilgang</string>
|
|
<string name="limited_access">Begrenset adgang</string>
|
|
<string name="not_shared">Privat</string>
|
|
<string name="access_rules_author_only">Redigering på nett</string>
|
|
<string name="gb">GB</string>
|
|
</resources>
|