mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-11 06:44:18 +00:00
Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: dobridabar <dobridabar@noreply.codeberg.org> Co-authored-by: ikanakova <ikanakova@noreply.codeberg.org> Co-authored-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org> Co-authored-by: krlsk <krlsk@noreply.codeberg.org> Co-authored-by: loscati <loscati@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: summoner <summoner@noreply.codeberg.org> Co-authored-by: sziatomi <sziatomi@noreply.codeberg.org> Co-authored-by: yurtpage <yurtpage@noreply.codeberg.org> Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Android UI Strings (SDK) Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
47 lines
2.7 KiB
XML
47 lines
2.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">Моја позиција</string>
|
||
<!-- Default bookmark list name -->
|
||
<string name="core_my_places">Моја места</string>
|
||
<!-- Internal storage type in Maps Storage settings (not accessible by the user) -->
|
||
<string name="maps_storage_internal">Интерна приватна меморија</string>
|
||
<!-- Shared storage type in Maps Storage settings (a primary storage usually) -->
|
||
<string name="maps_storage_shared">Интерна дељена меморија</string>
|
||
<!-- Removable external storage type in Maps Storage settings, e.g. an SD card -->
|
||
<string name="maps_storage_removable">СД картица</string>
|
||
<!-- Generic external storage type in Maps Storage settings -->
|
||
<string name="maps_storage_external">Екстерна дељена меморија</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">Поштански број</string>
|
||
<!-- abbreviation for meters -->
|
||
<string name="m">м</string>
|
||
<!-- abbreviation for kilometers -->
|
||
<string name="km">км</string>
|
||
<!-- abbreviation for mile(s) -->
|
||
<string name="mi">ми</string>
|
||
<!-- A unit of measure -->
|
||
<string name="ft">стопа</string>
|
||
<!-- Subway exits for public transport marks on the map -->
|
||
<string name="core_exit">Излаз</string>
|
||
<string name="core_entrance">Улаз</string>
|
||
<string name="subway_data_unavailable">Мапа метроа не постоји</string>
|
||
<string name="public_access">Јавни приступ</string>
|
||
<string name="limited_access">Ограничен приступ</string>
|
||
<string name="not_shared">Приватно</string>
|
||
<string name="access_rules_author_only">Online измене</string>
|
||
<string name="gb">ГБ</string>
|
||
<string name="mb">МБ</string>
|
||
<string name="core_placepage_unknown_place">Тачка на мапи</string>
|
||
<string name="today">Данас</string>
|
||
<string name="yesterday">Јуче</string>
|
||
<string name="days_ago">Пре %s дана</string>
|
||
<string name="week_ago">Пре %s недеља</string>
|
||
<string name="month_ago">Пре %s месец</string>
|
||
<string name="months_ago">Пре %s месеци</string>
|
||
<string name="weeks_ago">Пре %s недеља</string>
|
||
<string name="year_ago">Пре %s године</string>
|
||
<string name="years_ago">Пре %s година</string>
|
||
</resources>
|