mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add new remote admin routing errors
This commit is contained in:
parent
fe79c9f33d
commit
8af225b998
2 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
<string name="routing_error_not_authorized">Not Authorized</string>
|
||||
<string name="routing_error_pki_failed">Encrypted Send Failed</string>
|
||||
<string name="routing_error_pki_unknown_pubkey">Unknown Public Key</string>
|
||||
<string name="routing_error_admin_bad_session_key">Bad session key</string>
|
||||
<string name="routing_error_admin_public_key_unauthorized">Public Key unauthorized</string>
|
||||
|
||||
<string name="role_client">App connected or standalone messaging device.</string>
|
||||
<string name="role_client_mute">Device that does not forward packets from other devices.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue