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

This commit is contained in:
MM20
2024-06-30 15:46:17 +02:00
3 changed files with 10 additions and 1 deletions
@@ -779,4 +779,9 @@
<item quantity="few">%1$s poštovní adresy</item> <item quantity="few">%1$s poštovní adresy</item>
<item quantity="other">%1$s poštovních adres</item> <item quantity="other">%1$s poštovních adres</item>
</plurals> </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> </resources>
+1 -1
View File
@@ -616,7 +616,7 @@
<string name="preference_search_location_custom_tile_server_url">Tileserver-URL</string> <string name="preference_search_location_custom_tile_server_url">Tileserver-URL</string>
<string name="menu_dial">Anrufen</string> <string name="menu_dial">Anrufen</string>
<string name="menu_bugreport">Fehler melden</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_show_map">Karte</string>
<string name="preference_search_locations_hide_uncategorized">Unkategorisierte Orte ausblenden</string> <string name="preference_search_locations_hide_uncategorized">Unkategorisierte Orte ausblenden</string>
<string name="location_open_24_7">24/7 geöffnet</string> <string name="location_open_24_7">24/7 geöffnet</string>
@@ -772,4 +772,8 @@
<item quantity="one">%1$s telefoonnumer</item> <item quantity="one">%1$s telefoonnumer</item>
<item quantity="other">%1$s telefoonnummers</item> <item quantity="other">%1$s telefoonnummers</item>
</plurals> </plurals>
<plurals name="app_info_notifications">
<item quantity="one">%1$s melding</item>
<item quantity="other">%1$s meldingen</item>
</plurals>
</resources> </resources>