mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 03:13:48 +00:00
Co-authored-by: Alexey Ladygin <nitrodox@noreply.codeberg.org> Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Grimpy101 <grimpy101@noreply.codeberg.org> Co-authored-by: Lenny Angst <lenny@familie-angst.ch> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Ricky-Tigg <ricky-tigg@noreply.codeberg.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: Wizard-pope <wizard-pope@noreply.codeberg.org> Co-authored-by: brtc <brtc@noreply.codeberg.org> Co-authored-by: codebergian42 <codebergian42@noreply.codeberg.org> Co-authored-by: fbausch <fbausch@noreply.codeberg.org> Co-authored-by: map-per <map-per@noreply.codeberg.org> Co-authored-by: om_Yanto <om_yanto@noreply.codeberg.org> Co-authored-by: omarhassan <omarhassan@noreply.codeberg.org> Co-authored-by: ovl-005 <ovl-005@noreply.codeberg.org> Co-authored-by: phpcoder_istanbul <phpcoder_istanbul@noreply.codeberg.org> Co-authored-by: rimas <rimas@noreply.codeberg.org> Co-authored-by: sas33 <sas33@noreply.codeberg.org> Co-authored-by: summoner <summoner@noreply.codeberg.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/Apple AppStore description 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/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
49 lines
2.5 KiB
XML
49 lines
2.5 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>
|
|
<string name="today">I dag</string>
|
|
<string name="yesterday">I går</string>
|
|
<string name="days_ago">%s dager siden</string>
|
|
<string name="week_ago">%s uke siden</string>
|
|
<string name="weeks_ago">%s uker siden</string>
|
|
<string name="month_ago">%s måned siden</string>
|
|
<string name="months_ago">%s måneder siden</string>
|
|
<string name="year_ago">%s år siden</string>
|
|
<string name="years_ago">%s år siden</string>
|
|
</resources>
|