mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 19:45:25 +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:
@@ -349,4 +349,17 @@
|
||||
<item quantity="other">%d personas</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="location_notes_title">
|
||||
<item quantity="one">#%1$s ± 1 • %2$d nota</item>
|
||||
<item quantity="other">#%1$s ± 1 • %2$d notas</item>
|
||||
</plurals>
|
||||
<string name="location_notes_description">agrega notas cortas y permanentes a este lugar para que otros visitantes las encuentren.</string>
|
||||
<string name="location_notes_relays_unavailable">relés geográficos no disponibles; notas en pausa</string>
|
||||
<string name="location_notes_no_relays_title">no hay relés geográficos cercanos</string>
|
||||
<string name="location_notes_no_relays_desc">las notas dependen de relés geográficos. verifica la conexión e inténtalo de nuevo.</string>
|
||||
<string name="loading_location_notes">cargando notas…</string>
|
||||
<string name="location_notes_empty_title">aún no hay notas</string>
|
||||
<string name="location_notes_empty_desc">sé el primero en añadir una para este sitio.</string>
|
||||
<string name="dismiss">cerrar</string>
|
||||
<string name="location_notes_input_placeholder">agrega una nota para este lugar</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user