diff options
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 0003bdd34..dee4f8be5 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -881,4 +881,8 @@ <string name="action_end_conversation_channel">Leave channel</string> <string name="autojoin_channel">Automatically join this channel</string> <string name="no_attachments">There are no attachments</string> + <string name="notification_backup_created_title">Backup was successful</string> + <string name="notification_backup_created_subtitle">The backup files were stored in %s</string> + <string name="notification_backup_failed_title">Backup failed</string> + <string name="notification_backup_failed_subtitle">The backup files could not be stored in %s</string> </resources> |