mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 06:25:21 +00:00
Location notes (#482)
* try 1 * works * equalize UI with ios * ui cleanup * geohash chats: no building * load notes in background * insta * simplify and tor icon change * icons nice * refactor * unify location enabled / disabled * cooler * simplify, doesnt subscribe right away * load when clicked * plus minus location notes * load when tor is available * translations * fix transalations * implement review comments
This commit is contained in:
@@ -337,4 +337,17 @@
|
||||
<item quantity="one">1 person</item>
|
||||
<item quantity="other">%d personer</item>
|
||||
</plurals>
|
||||
<plurals name="location_notes_title">
|
||||
<item quantity="one">#%1$s ± 1 • %2$d anteckning</item>
|
||||
<item quantity="other">#%1$s ± 1 • %2$d anteckningar</item>
|
||||
</plurals>
|
||||
<string name="location_notes_description">lägg till korta permanenta anteckningar för den här platsen så att andra besökare kan hitta dem.</string>
|
||||
<string name="location_notes_relays_unavailable">geo-reläer är inte tillgängliga; anteckningar pausade</string>
|
||||
<string name="location_notes_no_relays_title">inga geo-reläer i närheten</string>
|
||||
<string name="location_notes_no_relays_desc">anteckningar är beroende av geo-reläer. kontrollera anslutningen och försök igen.</string>
|
||||
<string name="loading_location_notes">laddar anteckningar…</string>
|
||||
<string name="location_notes_empty_title">inga anteckningar ännu</string>
|
||||
<string name="location_notes_empty_desc">var först med att lägga till en anteckning för den här platsen.</string>
|
||||
<string name="dismiss">stäng</string>
|
||||
<string name="location_notes_input_placeholder">lägg till en anteckning för den här platsen</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user