mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 08:25:22 +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:
@@ -1,5 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- TODO: Hebrew translations -->
|
||||
<plurals name="location_notes_title">
|
||||
<item quantity="one">#%1$s ± 1 • %2$d הערה</item>
|
||||
<item quantity="other">#%1$s ± 1 • %2$d הערות</item>
|
||||
</plurals>
|
||||
<string name="location_notes_description">הוסף הערות קצרות וקבועות למיקום זה כדי שמבקרים אחרים ימצאו אותן.</string>
|
||||
<string name="location_notes_relays_unavailable">ממסרי מיקום אינם זמינים; ההערות הושהו</string>
|
||||
<string name="location_notes_no_relays_title">אין ממסרי מיקום בקרבת מקום</string>
|
||||
<string name="location_notes_no_relays_desc">ההערות תלויות בממסרי מיקום. בדוק חיבור ונסה שוב.</string>
|
||||
<string name="loading_location_notes">טוען הערות…</string>
|
||||
<string name="location_notes_empty_title">אין עדיין הערות</string>
|
||||
<string name="location_notes_empty_desc">היה הראשון להוסיף הערה למקום זה.</string>
|
||||
<string name="dismiss">סגור</string>
|
||||
<string name="location_notes_input_placeholder">הוסף הערה למקום זה</string>
|
||||
</resources>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user