Add restore type check and download specific messaging.

This commit is contained in:
Alex Hart
2025-06-02 14:12:25 -03:00
committed by Cody Henthorne
parent ac9f6c0b4a
commit c0f3189a5b
3 changed files with 85 additions and 19 deletions

View File

@@ -7942,6 +7942,14 @@
<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>
<!-- Backup progress during deletion download. 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>
<!-- Text displayed under progress bar when restoring media during deletion download pauses for Wi-Fi -->
<string name="BackupStatusRow__download_waiting_for_wifi">Download paused: Waiting for Wi-Fi…</string>
<!-- Text displayed under progress bar when restoring media during deletion download pauses for internet -->
<string name="BackupStatusRow__download_no_internet">Download paused: No internet…</string>
<!-- Text displayed under progress bar when restoring media during deletion download pauses for low battery -->
<string name="BackupStatusRow__download_device_has_low_battery">Download 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 -->