aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-18 20:38:55 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-18 20:38:55 +0100
commit757bbed1da3e0ab8a5fa2dc32d8f82b7ba9993dc (patch)
tree11527680efb368adac68ed278cec869b6f3fc3c2 /src/main/res/values/strings.xml
parent6eef46c4f61dd7eb8843f8dc4e49baa6d393bfc7 (diff)
show notification when backup is done or failed
show success notification only if backup was started manually
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml4
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>