Merge pull request #682 from esensar/feature/19-message-details

Add message details menu button
This commit is contained in:
Tibor Kaputa 2023-07-11 15:25:10 +02:00 committed by GitHub
commit 7ca11c8427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 434 additions and 5 deletions

View file

@ -46,6 +46,12 @@
<string name="schedule_send_warning">Keep the phone on and make sure there is nothing killing the app while in background.</string>
<string name="update_message">Update message</string>
<string name="send_now">Send now</string>
<!-- Message details -->
<string name="message_details">Message details</string>
<string name="message_details_sender">Sender</string>
<string name="message_details_receiver">Receiver</string>
<string name="message_details_sent_at">Sent at</string>
<string name="message_details_received_at">Received at</string>
<!-- Notifications -->
<string name="channel_received_sms">Получено съобщение</string>
<string name="new_message">Ново съобщение</string>