mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: support add=true in QR codes (#1151)
This commit is contained in:
parent
cc5543f4c9
commit
e4c6000a10
7 changed files with 105 additions and 18 deletions
|
|
@ -207,6 +207,10 @@
|
|||
<string name="mute_8_hours">8 hours</string>
|
||||
<string name="mute_1_week">1 week</string>
|
||||
<string name="mute_always">Always</string>
|
||||
<plurals name="add_channel_from_qr">
|
||||
<item quantity="one">Do you want to add a new channel?</item>
|
||||
<item quantity="other">Do you want to add %d new channels?</item>
|
||||
</plurals>
|
||||
<string name="scanned_channels">Scanned Channels</string>
|
||||
<string name="current_channels">Current Channels</string>
|
||||
<string name="replace">Replace</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue