Add 30 day reminder for manual backups.

Co-authored-by: Michelle Tang <mtang@signal.org>
This commit is contained in:
Alex Hart
2025-06-25 14:05:37 -03:00
committed by Cody Henthorne
parent 82531630c7
commit e705495638
8 changed files with 532 additions and 176 deletions

View File

@@ -8076,6 +8076,18 @@
<!-- Educational bottom sheet confirm/dismiss button text shown to notify about delete syncs causing deletes to happen across all devices -->
<string name="DeleteSyncEducation_acknowledge_button">OK</string>
<!-- NoManualBackupBottomSheet -->
<!-- Title for bottom sheet, placeholder is number of days. -->
<plurals name="NoManualBackupBottomSheet__no_backup_for_d_days">
<item quantity="one">No backup for %1$d day</item>
<item quantity="other">No backup for %1$d days</item>
</plurals>
<!-- Body for bottom sheet, placeholder is number of days. -->
<plurals name="NoManualBackupBottomSheet__you_have_not_completed_a_backup">
<item quantity="one">You haven\'t completed a backup for %1$d day. To ensure your messages and media are preserved, create a backup now.</item>
<item quantity="other">You haven\'t completed a backup for %1$d days. To ensure your messages and media are preserved, create a backup now.</item>
</plurals>
<!-- BackupsSettingsFragment -->
<!-- Subtitle for row for active backup, first placeholder is formatted amount, second is renewal date -->
<string name="BackupsSettingsFragment_s_month_renews_s">%1$s/month, renews %2$s</string>
@@ -8617,6 +8629,16 @@
<string name="Notification_backup_failed">Backup failed</string>
<!-- Notification body for when initial backup failed -->
<string name="Notification_an_error_occurred_and_your_backup">An error occurred and your backup could not be completed. Tap for details.</string>
<!-- Notification title for when manual backup hasn't been created within threshold. Placeholder is number of days. -->
<plurals name="Notification_no_backup_for_d_days">
<item quantity="one">No backup for %1$d day</item>
<item quantity="other">No backup for %1$d days</item>
</plurals>
<!-- Notification body for when manual backup hasn't been created within threshold. Placeholder is number of days. -->
<plurals name="Notification_you_have_not_completed_a_backup">
<item quantity="one">You havent completed a backup for %1$d day. Create a backup now.</item>
<item quantity="other">You havent completed a backup for %1$d days. Create a backup now.</item>
</plurals>
<!-- EOF -->
</resources>