mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: retry message/reaction dialog (#4195)
This commit is contained in:
parent
4b7f20000e
commit
afeff9a460
11 changed files with 516 additions and 39 deletions
|
|
@ -56,6 +56,11 @@
|
|||
<string name="message_status_sfpp_routing">Routing via SF++ chain…</string>
|
||||
<string name="message_status_sfpp_confirmed">Confirmed on SF++ chain</string>
|
||||
<string name="message_retry_count">Retries: %1$d / %2$d</string>
|
||||
<string name="retry_dialog_title">Message Failed to Send</string>
|
||||
<string name="retry_dialog_message">Retrying in %1$d seconds… (Attempt %2$d of %3$d)</string>
|
||||
<string name="retry_dialog_reaction_message">Retrying reaction in %1$d seconds… (Attempt %2$d of %3$d)</string>
|
||||
<string name="retry_dialog_confirm">Retry Now</string>
|
||||
<string name="retry_dialog_cancel">Cancel Retry</string>
|
||||
<string name="routing_error_none">Acknowledged</string>
|
||||
<string name="routing_error_no_route">No route</string>
|
||||
<string name="routing_error_got_nak">Received a negative acknowledgment</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue