mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 13:54:37 +00:00
Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: ERYpTION <eryption@noreply.codeberg.org> Co-authored-by: Edgarsons <edgarsons@noreply.codeberg.org> Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org> Co-authored-by: Pamputt <pamputt@noreply.codeberg.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: joysriramsarkar <joysriramsarkar@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: pastk <pastk@noreply.codeberg.org> Co-authored-by: relet <relet@noreply.codeberg.org> Co-authored-by: sas33 <sas33@noreply.codeberg.org> Co-authored-by: sunsand <sunsand@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android/ Translate-URL: https://translate.codeberg.org/projects/comaps/search-synonyms-aliases/ Translate-URL: https://translate.codeberg.org/projects/comaps/search-synonyms-aliases/de/ 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/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
36 lines
1.7 KiB
XML
36 lines
1.7 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">Min position</string>
|
|
<!-- Default bookmark list name -->
|
|
<string name="core_my_places">Mina Platser</string>
|
|
<string name="postal_code">Postkod</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">mile</string>
|
|
<!-- A unit of measure -->
|
|
<string name="ft">fot</string>
|
|
<!-- Subway exits for public transport marks on the map -->
|
|
<string name="core_exit">Utgång</string>
|
|
<string name="core_entrance">Ingång</string>
|
|
<string name="subway_data_unavailable">Tunnelbanekartan är otillgänglig</string>
|
|
<string name="public_access">Allmän åtkomst</string>
|
|
<string name="limited_access">Privat åtkomst</string>
|
|
<string name="not_shared">Privat</string>
|
|
<string name="access_rules_author_only">Redigeras online</string>
|
|
<string name="category_wifi">WiFi</string>
|
|
<string name="maps_storage_shared">Internt, delat lagringsutrymme</string>
|
|
<string name="maps_storage_removable">SD-kort</string>
|
|
<string name="maps_storage_external">Externt, delat lagringsutrymme</string>
|
|
<string name="maps_storage_internal">Internt, privat lagringsutrymme</string>
|
|
<string name="gb">GB</string>
|
|
<string name="mb">MB</string>
|
|
<string name="today">Idag</string>
|
|
<string name="yesterday">Igår</string>
|
|
</resources>
|