BackupStatusRow to display backup restore status in settings fragment.

This commit is contained in:
Alex Hart
2024-10-15 16:55:45 -03:00
committed by Greyson Parrelli
parent b073005ff9
commit dd4d674a61
4 changed files with 261 additions and 10 deletions

View File

@@ -7443,6 +7443,17 @@
<!-- Status subtitle for banner when restoring media. Placeholders are size already restored and total size to restore. e.g., 4.5MB of 100MB -->
<string name="BackupStatus__status_size_of_size">%1$s of %2$s</string>
<!-- BackupStatusRow -->
<!-- Content description for x icon at the end of the linear progress indicator -->
<string name="BackupStatusRow__cancel_download">Cancel download</string>
<!-- Backup progress. Placeholders are size restored, size to restore, and percent, i.e. 50MB of 100MB (50%) -->
<string name="BackupStatusRow__downloading_s_of_s_s">Downloading: %1$s of %2$s (%3$s%%)</string>
<!-- Notice that there is not enough free space to continue restore. Placeholder is required space, for example 1.6GB -->
<string name="BackupStatusRow__not_enough_space">Not enough space to download your Backup. To continue free up %1$s of space.</string>
<!-- Text row label to skip download -->
<string name="BackupStatusRow__skip_download">Skip download</string>
<!-- Text displayed when a backup could not be completed -->
<string name="BackupStatusRow__your_last_backup">Your last backup couldn\'t be completed. Make sure your phone is connected to Wi-F and tap "Back up now" to try again.</string>
<!-- BackupsTypeSettingsFragment -->
<!-- Displayed as the user\'s payment method as a label in a preference row -->