Allow restoration over cellular

This commit is contained in:
Michelle Tang
2024-12-05 13:02:36 -05:00
committed by Greyson Parrelli
parent 0c86ff1f84
commit a7d7c1da8d
11 changed files with 128 additions and 10 deletions

View File

@@ -7542,7 +7542,13 @@
<!-- 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>
<string name="BackupStatusRow__restoring_s_of_s_s">Restoring: %1$s of %2$s (%3$s%%)</string>
<!-- Text displayed under progress bar when restoring media pauses for Wi-Fi -->
<string name="BackupStatusRow__restore_waiting_for_wifi">Restore paused: Waiting for Wi-Fi…</string>
<!-- Text displayed under progress bar when restoring media pauses for internet -->
<string name="BackupStatusRow__restore_no_internet">Restore paused: No internet…</string>
<!-- Text displayed under progress bar when restoring media pauses for low battery -->
<string name="BackupStatusRow__restore_device_has_low_battery">Restore paused: Device has low battery</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 -->
@@ -7651,6 +7657,8 @@
<string name="RemoteBackupsSettingsFragment__payment_history">Payment history</string>
<!-- Section header for backup information -->
<string name="RemoteBackupsSettingsFragment__backup_details">Backup details</string>
<!-- Toggle row label to allow the restoration of a backup to occur while on cellular connection -->
<string name="RemoteBackupsSettingsFragment__restore_using_cellular">Restore using cellular</string>
<!-- Row label for backup size -->
<string name="RemoteBackupsSettingsFragment__backup_size">Backup size</string>
<!-- Row label for backup frequency -->