Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Markin <dmitry@markin.tech>2022-08-29 13:41:35 +0300
committerGitHub <noreply@github.com>2022-08-29 13:41:35 +0300
commita6b88ba9e95deaeeeff6a4433d1e79a28d74cd25 (patch)
treedc10a12b619f51faeeecb6891da99f42c8a0e9b9 /src/main/res/values/strings.xml
parente2612709af160c9001c1c6000fdcd004aa7fd009 (diff)
Add missed call notifications
Co-authored-by: Daniel Gultsch <daniel@gultsch.de>
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 53fb4871d..c51be907e 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -767,6 +767,7 @@
<string name="messages_channel_name">Messages</string>
<string name="incoming_calls_channel_name">Incoming calls</string>
<string name="ongoing_calls_channel_name">Ongoing calls</string>
+ <string name="missed_calls_channel_name">Missed calls</string>
<string name="silent_messages_channel_name">Silent messages</string>
<string name="silent_messages_channel_description">This notification group is used to display notifications that should not trigger any sound. For example when being active on another device (Grace Period).</string>
<string name="delivery_failed_channel_name">Failed deliveries</string>
@@ -934,6 +935,10 @@
<string name="outgoing_call">Outgoing call</string>
<string name="outgoing_call_duration">Outgoing call ยท %s</string>
<string name="missed_call">Missed call</string>
+ <string name="missed_call_from_x">Missed call from %s</string>
+ <string name="n_missed_calls_from_x">%1$d missed calls from %2$s</string>
+ <string name="n_missed_calls">%d missed calls</string>
+ <string name="n_missed_calls_from_m_contacts">%1$d missed calls from %2$d contacts</string>
<string name="audio_call">Audio call</string>
<string name="video_call">Video call</string>
<string name="help">Help</string>