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:
authorDaniel Gultsch <daniel@gultsch.de>2020-09-01 15:04:38 +0300
committerDaniel Gultsch <daniel@gultsch.de>2020-09-01 15:04:38 +0300
commit73dac680e564c2a55cda544e9996da9f829dd4ac (patch)
treed4ebb71a4d2c5eec22824b6942cdf817d1314055 /src/main/res/values/strings.xml
parent23ed0ce2ad1551982a1cff8752392fdea5ca9c35 (diff)
show notification if message failed to deliver. closes #3540
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 9668be52e..81c9083ec 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -755,6 +755,7 @@
<string name="ongoing_calls_channel_name">Ongoing 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>
<string name="pref_message_notification_settings">Message notification settings</string>
<string name="pref_incoming_call_notification_settings">Incoming calls notification settings</string>
<string name="pref_more_notification_settings_summary">Importance, Sound, Vibrate</string>
@@ -942,4 +943,9 @@
<item quantity="one">View %1$d Participant</item>
<item quantity="other">View %1$d Participants</item>
</plurals>
+ <plurals name="some_messages_could_not_be_delivered">
+ <item quantity="one">A message could not be delivered</item>
+ <item quantity="other">Some messages could not be delivered</item>
+ </plurals>
+ <string name="failed_deliveries">Failed deliveries</string>
</resources>