Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2024-06-30 15:46:17 +02:00
commit 93f55e84d1
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 10 additions and 1 deletions

View File

@ -779,4 +779,9 @@
<item quantity="few">%1$s poštovní adresy</item>
<item quantity="other">%1$s poštovních adres</item>
</plurals>
<plurals name="app_info_notifications">
<item quantity="one">%1$s oznámení</item>
<item quantity="few">%1$s oznámení</item>
<item quantity="other">%1$s oznámení</item>
</plurals>
</resources>

View File

@ -616,7 +616,7 @@
<string name="preference_search_location_custom_tile_server_url">Tileserver-URL</string>
<string name="menu_dial">Anrufen</string>
<string name="menu_bugreport">Fehler melden</string>
<string name="preference_search_locations_hide_uncategorized_summary">Nur Ergebnisse mit klar definierten, wie „Café“ oder „Restaurant“ anzeigen</string>
<string name="preference_search_locations_hide_uncategorized_summary">Nur Ergebnisse mit klar definierten Kategorien wie „Café“ oder „Restaurant“ anzeigen</string>
<string name="preference_search_locations_show_map">Karte</string>
<string name="preference_search_locations_hide_uncategorized">Unkategorisierte Orte ausblenden</string>
<string name="location_open_24_7">24/7 geöffnet</string>

View File

@ -772,4 +772,8 @@
<item quantity="one">%1$s telefoonnumer</item>
<item quantity="other">%1$s telefoonnummers</item>
</plurals>
<plurals name="app_info_notifications">
<item quantity="one">%1$s melding</item>
<item quantity="other">%1$s meldingen</item>
</plurals>
</resources>