mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add action mode menu to messages (delete select all)
This commit is contained in:
parent
a1c817e76b
commit
9e00e0fa9f
9 changed files with 208 additions and 68 deletions
|
|
@ -120,8 +120,11 @@
|
|||
<string name="why_camera_required">We must be granted access to the camera to read QR codes. No pictures or videos will be saved.</string>
|
||||
<string name="modem_config_slow_short">Short Range / Slow</string>
|
||||
<string name="modem_config_slow_medium">Medium Range / Slow</string>
|
||||
<string name="delete_selected_message">Delete selected message?</string>
|
||||
<plurals name="delete_messages">
|
||||
<item quantity="one">Delete message?</item>
|
||||
<item quantity="other">Delete %s messages?</item>
|
||||
</plurals>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="delete_all_messages">Delete All Messages</string>
|
||||
<string name="select_all">Select all</string>
|
||||
<string name="modem_config_slow_long">Long Range / Slow</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue